Package org.gudy.bouncycastle.asn1.x9
Class OtherInfo
java.lang.Object
org.gudy.bouncycastle.asn1.x9.OtherInfo
- All Implemented Interfaces:
DEREncodable
ANS.1 def for Diffie-Hellman key exchange OtherInfo structure. See
RFC 2631, or X9.42, for further details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate KeySpecificInfo
private ASN1OctetString
private ASN1OctetString
-
Constructor Summary
ConstructorsConstructorDescriptionOtherInfo
(ASN1Sequence seq) OtherInfo
(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo) -
Method Summary
Modifier and TypeMethodDescriptionProduce an object suitable for an ASN1OutputStream.
-
Field Details
-
keyInfo
-
partyAInfo
-
suppPubInfo
-
-
Constructor Details
-
OtherInfo
-
OtherInfo
-
-
Method Details
-
getKeyInfo
-
getPartyAInfo
-
getSuppPubInfo
-
getDERObject
Produce an object suitable for an ASN1OutputStream.OtherInfo ::= SEQUENCE { keyInfo KeySpecificInfo, partyAInfo [0] OCTET STRING OPTIONAL, suppPubInfo [2] OCTET STRING }
- Specified by:
getDERObject
in interfaceDEREncodable
-