public class KeySpecificInfo extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private DERObjectIdentifier |
algorithm |
private ASN1OctetString |
counter |
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, hashCodeprivate DERObjectIdentifier algorithm
private ASN1OctetString counter
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 ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.