|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x509.RSAPublicKeyStructure
Constructor Summary | |
RSAPublicKeyStructure(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)
|
|
RSAPublicKeyStructure(DERConstructedSequence seq)
|
Method Summary | |
DERObject |
getDERObject()
This outputs the key in PKCS1v2 format. |
java.math.BigInteger |
getModulus()
|
java.math.BigInteger |
getPublicExponent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAPublicKeyStructure(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
public RSAPublicKeyStructure(DERConstructedSequence seq)
Method Detail |
public java.math.BigInteger getModulus()
public java.math.BigInteger getPublicExponent()
public DERObject getDERObject()
RSAPublicKey ::= SEQUENCE { modulus INTEGER, -- n publicExponent INTEGER, -- e }
getDERObject
in interface DEREncodable
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |