Package org.bouncycastle.asn1.x509
Class RSAPublicKeyStructure
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.RSAPublicKeyStructure
- All Implemented Interfaces:
ASN1Encodable
,Encodable
Deprecated.
use org.bouncycastle.asn1.pkcs.RSAPublicKey
-
Constructor Summary
ConstructorsConstructorDescriptionRSAPublicKeyStructure
(BigInteger modulus, BigInteger publicExponent) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic RSAPublicKeyStructure
getInstance
(Object obj) Deprecated.static RSAPublicKeyStructure
getInstance
(ASN1TaggedObject obj, boolean explicit) Deprecated.Deprecated.Deprecated.Deprecated.This outputs the key in PKCS1v2 format.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
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:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-