Class WrappedRSAPrivateCrtKey

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters>
org.cryptacular.adapter.WrappedRSAPrivateCrtKey
All Implemented Interfaces:
Serializable, RSAKey, RSAPrivateCrtKey, RSAPrivateKey, Key, PrivateKey, Destroyable

public class WrappedRSAPrivateCrtKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters> implements RSAPrivateCrtKey
JCE/JDK RSA private key that wraps the corresponding BC RSA private key type, RSAPrivateCrtKeyParameters.
Author:
Middleware Services
See Also: