Class JCERSAPrivateCrtKey

java.lang.Object
org.bouncycastle.jce.provider.JCERSAPrivateKey
org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
All Implemented Interfaces:
Serializable, RSAKey, RSAPrivateCrtKey, RSAPrivateKey, Key, PrivateKey, Destroyable, PKCS12BagAttributeCarrier

public class JCERSAPrivateCrtKey extends JCERSAPrivateKey implements RSAPrivateCrtKey
A provider representation for a RSA private key, with CRT factors included.
See Also: