public class OtherInfo extends ASN1Object
| 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, toASN1Objectpublic 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 ASN1EncodabletoASN1Primitive in class ASN1Object