public class OtherInfo extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private KeySpecificInfo |
keyInfo |
private ASN1OctetString |
partyAInfo |
private ASN1OctetString |
suppPubInfo |
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
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 DERObject toASN1Object()
OtherInfo ::= SEQUENCE { keyInfo KeySpecificInfo, partyAInfo [0] OCTET STRING OPTIONAL, suppPubInfo [2] OCTET STRING }
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.