public class OtherInfo extends ASN1Encodable
BER, DER
Constructor and Description |
---|
OtherInfo(ASN1Sequence seq) |
OtherInfo(KeySpecificInfo keyInfo,
ASN1OctetString partyAInfo,
ASN1OctetString suppPubInfo) |
Modifier and Type | Method and Description |
---|---|
KeySpecificInfo |
getKeyInfo() |
ASN1OctetString |
getPartyAInfo() |
ASN1OctetString |
getSuppPubInfo() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
public OtherInfo(ASN1Sequence seq)
public KeySpecificInfo getKeyInfo()
public ASN1OctetString getPartyAInfo()
public ASN1OctetString getSuppPubInfo()
public DERObject toASN1Object()
OtherInfo ::= SEQUENCE { keyInfo KeySpecificInfo, partyAInfo [0] OCTET STRING OPTIONAL, suppPubInfo [2] OCTET STRING }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.