|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.security.spec.RSAPrivateKeySpec
|
+--de.flexiprovider.core.rsa.RSAPrivateKeySpec
| Constructor Summary | |
RSAPrivateKeySpec(java.math.BigInteger n,
java.math.BigInteger d)
|
|
RSAPrivateKeySpec(FlexiBigInt n,
FlexiBigInt d)
|
|
RSAPrivateKeySpec(java.security.spec.RSAPrivateKeySpec keySpec)
Create a new RSAPrivateKeySpec out of the given RSAPrivateKeySpec. |
|
| Method Summary | |
FlexiBigInt |
getD()
|
FlexiBigInt |
getN()
|
| Methods inherited from class java.security.spec.RSAPrivateKeySpec |
getModulus, getPrivateExponent |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RSAPrivateKeySpec(java.math.BigInteger n,
java.math.BigInteger d)
public RSAPrivateKeySpec(java.security.spec.RSAPrivateKeySpec keySpec)
RSAPrivateKeySpec.keySpec - the RSAPrivateKeySpec
public RSAPrivateKeySpec(FlexiBigInt n,
FlexiBigInt d)
| Method Detail |
public FlexiBigInt getN()
getN in interface RSAPrivKeySpecInterfacepublic FlexiBigInt getD()
getD in interface RSAPrivKeySpecInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||