ASN1Encodable
, Encodable
public class PbkdMacIntegrityCheck extends ASN1Object
PbkdMacIntegrityCheck ::= SEQUENCE { macAlgorithm AlgorithmIdentifier, pbkdAlgorithm KeyDerivationFunc, mac OCTET STRING }
Constructor | Description |
---|---|
PbkdMacIntegrityCheck(AlgorithmIdentifier macAlgorithm,
KeyDerivationFunc pbkdAlgorithm,
byte[] mac) |
Modifier and Type | Method | Description |
---|---|---|
static PbkdMacIntegrityCheck |
getInstance(java.lang.Object o) |
|
byte[] |
getMac() |
|
AlgorithmIdentifier |
getMacAlgorithm() |
|
KeyDerivationFunc |
getPbkdAlgorithm() |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PbkdMacIntegrityCheck(AlgorithmIdentifier macAlgorithm, KeyDerivationFunc pbkdAlgorithm, byte[] mac)
public static PbkdMacIntegrityCheck getInstance(java.lang.Object o)
public AlgorithmIdentifier getMacAlgorithm()
public KeyDerivationFunc getPbkdAlgorithm()
public byte[] getMac()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object