Package org.kapott.cryptalgs
Class RSAPrivateCrtKey2
java.lang.Object
org.kapott.cryptalgs.RSAPrivateCrtKey2
- All Implemented Interfaces:
Serializable
,Key
,PrivateKey
,Destroyable
- See Also:
-
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, wait
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Constructor Details
-
RSAPrivateCrtKey2
-
-
Method Details
-
getP
-
getQ
-
getdP
-
getdQ
-
getQInv
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
-
getFormat
-
setAp
-
getAp
-
setAq
-
getAq
-