org.bouncycastle.asn1.x9
public class OtherInfo extends ASN1Encodable
| Constructor Summary | |
|---|---|
| OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo) | |
| OtherInfo(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| KeySpecificInfo | getKeyInfo() |
| ASN1OctetString | getPartyAInfo() |
| ASN1OctetString | getSuppPubInfo() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
OtherInfo ::= SEQUENCE {
keyInfo KeySpecificInfo,
partyAInfo [0] OCTET STRING OPTIONAL,
suppPubInfo [2] OCTET STRING
}