Package org.kapott.cryptalgs
Class RSAPrivateCrtKey2
java.lang.Object
org.kapott.cryptalgs.RSAPrivateCrtKey2
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate BigIntegerprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionRSAPrivateCrtKey2(BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
p
-
q
-
dP
-
dQ
-
qInv
-
Ap
-
Aq
-
-
Constructor Details
-
RSAPrivateCrtKey2
-
-
Method Details
-
getP
-
getQ
-
getdP
-
getdQ
-
getQInv
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
setAp
-
getAp
-
setAq
-
getAq
-