org.apache.geronimo.util.asn1.x509
Class RSAPublicKeyStructure
java.lang.Object
org.apache.geronimo.util.asn1.ASN1Encodable
org.apache.geronimo.util.asn1.x509.RSAPublicKeyStructure
- All Implemented Interfaces:
- DEREncodable
public class RSAPublicKeyStructure
- extends ASN1Encodable
RSAPublicKeyStructure
public RSAPublicKeyStructure(BigInteger modulus,
BigInteger publicExponent)
RSAPublicKeyStructure
public RSAPublicKeyStructure(ASN1Sequence seq)
getInstance
public static RSAPublicKeyStructure getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static RSAPublicKeyStructure getInstance(Object obj)
getModulus
public BigInteger getModulus()
getPublicExponent
public BigInteger getPublicExponent()
toASN1Object
public DERObject toASN1Object()
- This outputs the key in PKCS1v2 format.
RSAPublicKey ::= SEQUENCE {
modulus INTEGER, -- n
publicExponent INTEGER, -- e
}
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.