|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.flexiprovider.api.keys.PrivateKey
|
+--de.flexiprovider.core.rsa.interfaces.RSAPrivateKey
| Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
| Constructor Summary | |
RSAPrivateKey()
|
|
| Method Summary | |
java.lang.String |
getAlgorithm()
|
abstract FlexiBigInt |
getD()
|
java.math.BigInteger |
getModulus()
|
java.math.BigInteger |
getPrivateExponent()
|
| Methods inherited from class de.flexiprovider.api.keys.PrivateKey |
getAlgParams, getEncoded, getFormat, getKeyData, getOID |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface de.flexiprovider.core.rsa.interfaces.RSAKey |
getN |
| Methods inherited from interface java.security.Key |
getEncoded, getFormat |
| Constructor Detail |
public RSAPrivateKey()
| Method Detail |
public final java.math.BigInteger getModulus()
getModulus in interface java.security.interfaces.RSAKeypublic final java.math.BigInteger getPrivateExponent()
getPrivateExponent in interface java.security.interfaces.RSAPrivateKeypublic final java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic abstract FlexiBigInt getD()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||