|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.RSAPublicKeyStructure
Constructor Summary | |
RSAPublicKeyStructure(ASN1Sequence seq)
Deprecated. |
|
RSAPublicKeyStructure(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)
Deprecated. |
Method Summary | |
static RSAPublicKeyStructure |
getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated. |
static RSAPublicKeyStructure |
getInstance(java.lang.Object obj)
Deprecated. |
java.math.BigInteger |
getModulus()
Deprecated. |
java.math.BigInteger |
getPublicExponent()
Deprecated. |
ASN1Primitive |
toASN1Primitive()
Deprecated. This outputs the key in PKCS1v2 format. |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAPublicKeyStructure(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
public RSAPublicKeyStructure(ASN1Sequence seq)
Method Detail |
public static RSAPublicKeyStructure getInstance(ASN1TaggedObject obj, boolean explicit)
public static RSAPublicKeyStructure getInstance(java.lang.Object obj)
public java.math.BigInteger getModulus()
public java.math.BigInteger getPublicExponent()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |