Package org.bouncycastle.asn1.x509
Class RSAPublicKeyStructure
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.RSAPublicKeyStructure
- All Implemented Interfaces:
ASN1Encodable
public class RSAPublicKeyStructure extends ASN1Object
Deprecated.
use org.bouncycastle.asn1.pkcs.RSAPublicKey
-
Constructor Summary
Constructors Constructor Description RSAPublicKeyStructure(BigInteger modulus, BigInteger publicExponent)Deprecated.RSAPublicKeyStructure(ASN1Sequence seq)Deprecated. -
Method Summary
Modifier and Type Method Description static RSAPublicKeyStructuregetInstance(Object obj)Deprecated.static RSAPublicKeyStructuregetInstance(ASN1TaggedObject obj, boolean explicit)Deprecated.BigIntegergetModulus()Deprecated.BigIntegergetPublicExponent()Deprecated.ASN1PrimitivetoASN1Primitive()Deprecated.This outputs the key in PKCS1v2 format.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
RSAPublicKeyStructure
Deprecated. -
RSAPublicKeyStructure
Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
getInstance
Deprecated. -
getModulus
Deprecated. -
getPublicExponent
Deprecated. -
toASN1Primitive
Deprecated.This outputs the key in PKCS1v2 format.RSAPublicKey ::= SEQUENCE { modulus INTEGER, -- n publicExponent INTEGER, -- e }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-