|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.flexiprovider.api.keys.PublicKey
|
+--de.flexiprovider.core.rsa.interfaces.RSAPublicKey
| Fields inherited from interface java.security.PublicKey |
serialVersionUID |
| Constructor Summary | |
RSAPublicKey()
|
|
| Method Summary | |
java.lang.String |
getAlgorithm()
|
abstract FlexiBigInt |
getE()
|
java.math.BigInteger |
getModulus()
|
java.math.BigInteger |
getPublicExponent()
|
| Methods inherited from class de.flexiprovider.api.keys.PublicKey |
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 RSAPublicKey()
| Method Detail |
public final java.math.BigInteger getModulus()
getModulus in interface java.security.interfaces.RSAKeypublic final java.math.BigInteger getPublicExponent()
getPublicExponent in interface java.security.interfaces.RSAPublicKeypublic final java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic abstract FlexiBigInt getE()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||