Package org.gudy.bouncycastle.asn1.x9
Class KeySpecificInfo
java.lang.Object
org.gudy.bouncycastle.asn1.x9.KeySpecificInfo
- All Implemented Interfaces:
DEREncodable
ASN.1 def for Diffie-Hellman key exchange KeySpecificInfo structure. See
RFC 2631, or X9.42, for further details.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduce an object suitable for an ASN1OutputStream.
-
Field Details
-
algorithm
-
counter
-
-
Constructor Details
-
KeySpecificInfo
-
KeySpecificInfo
-
-
Method Details
-
getAlgorithm
-
getCounter
-
getDERObject
Produce an object suitable for an ASN1OutputStream.KeySpecificInfo ::= SEQUENCE { algorithm OBJECT IDENTIFIER, counter OCTET STRING SIZE (4..4) }
- Specified by:
getDERObject
in interfaceDEREncodable
-