public class SubjectPublicKeyInfo
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
Constructor and Description |
---|
SubjectPublicKeyInfo(org.bouncycastle.asn1.DERSequence seq) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithm() |
byte[] |
getPublicKey() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
The SubjectPublicKeyInfo object.
|
public SubjectPublicKeyInfo(org.bouncycastle.asn1.DERSequence seq)
seq
- public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithm()
public byte[] getPublicKey()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable