Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface to an RSA public key.
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Fields inherited from interface java.security.Key |
serialVersionUID |
Method Summary | |
BigInteger |
getModulus()
Returns the modulus. |
BigInteger |
getPublicExponent()
Returns the public exponent. |
Methods inherited from interface java.security.Key |
getAlgorithm,
getEncoded,
getFormat |
Method Detail |
public BigInteger getModulus()
public BigInteger getPublicExponent()
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |