public class KeySpecificInfo extends ASN1Encodable
BER, DER
Constructor and Description |
---|
KeySpecificInfo(ASN1Sequence seq) |
KeySpecificInfo(DERObjectIdentifier algorithm,
ASN1OctetString counter) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
getAlgorithm() |
ASN1OctetString |
getCounter() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
public KeySpecificInfo(ASN1Sequence seq)
public DERObjectIdentifier getAlgorithm()
public ASN1OctetString getCounter()
public DERObject toASN1Object()
KeySpecificInfo ::= SEQUENCE { algorithm OBJECT IDENTIFIER, counter OCTET STRING SIZE (4..4) }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.