|
Bouncy Castle Cryptography 1.50 | ||||||||
| 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
public class 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 |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| 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()
RSAPublicKey ::= SEQUENCE {
modulus INTEGER, -- n
publicExponent INTEGER, -- e
}
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||