final class RSASigningPrivateCrtKey extends SigningPrivateKey
KEYSIZE_BYTES_data| Modifier and Type | Method and Description |
|---|---|
static RSASigningPrivateCrtKey | fromJavaKey(RSAPrivateCrtKey pk)Java private CRT key. |
RSAPrivateCrtKey | toJavaKey()Java private CRT key. |
blind, destroy, equals, getType, hashCode, isDestroyed, isOffline, length, toPublic, toStringcalculateHash, fromBase64, fromByteArray, getData, read, readBytes, setData, toBase64, toByteArray, writeBytespublic static RSASigningPrivateCrtKey fromJavaKey(RSAPrivateCrtKey pk) throws GeneralSecurityException
pk - the Java private CRT keyIllegalArgumentException - if data is not correct lengthGeneralSecurityExceptionpublic RSAPrivateCrtKey toJavaKey()