public class OtherInfo extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private KeySpecificInfo |
keyInfo |
private ASN1OctetString |
partyAInfo |
private ASN1OctetString |
suppPubInfo |
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() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private KeySpecificInfo keyInfo
private ASN1OctetString partyAInfo
private ASN1OctetString suppPubInfo
public OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
public OtherInfo(ASN1Sequence seq)
public KeySpecificInfo getKeyInfo()
public ASN1OctetString getPartyAInfo()
public ASN1OctetString getSuppPubInfo()
public ASN1Primitive toASN1Primitive()
OtherInfo ::= SEQUENCE { keyInfo KeySpecificInfo, partyAInfo [0] OCTET STRING OPTIONAL, suppPubInfo [2] OCTET STRING }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object