|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.security.spec.RSAPrivateKeySpec
|
+--java.security.spec.RSAPrivateCrtKeySpec
|
+--de.flexiprovider.core.rsa.RSAPrivateCrtKeySpec
|
+--de.flexiprovider.core.mprsa.MpRSAPrivateKeySpec
| Constructor Summary | |
MpRSAPrivateKeySpec(FlexiBigInt n,
FlexiBigInt e,
FlexiBigInt d,
FlexiBigInt p,
FlexiBigInt q,
FlexiBigInt dP,
FlexiBigInt dQ,
FlexiBigInt crtCoeff,
RSAOtherPrimeInfo[] otherP)
|
|
| Method Summary | |
RSAOtherPrimeInfo[] |
getOtherPrimeInfo()
|
| Methods inherited from class de.flexiprovider.core.rsa.RSAPrivateCrtKeySpec |
getCRTCoeff, getD, getDp, getDq, getE, getN, getP, getQ |
| Methods inherited from class java.security.spec.RSAPrivateCrtKeySpec |
getCrtCoefficient, getPrimeExponentP, getPrimeExponentQ, getPrimeP, getPrimeQ, getPublicExponent |
| Methods inherited from class java.security.spec.RSAPrivateKeySpec |
getModulus, getPrivateExponent |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MpRSAPrivateKeySpec(FlexiBigInt n,
FlexiBigInt e,
FlexiBigInt d,
FlexiBigInt p,
FlexiBigInt q,
FlexiBigInt dP,
FlexiBigInt dQ,
FlexiBigInt crtCoeff,
RSAOtherPrimeInfo[] otherP)
| Method Detail |
public RSAOtherPrimeInfo[] getOtherPrimeInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||