public class ObjectStoreIntegrityCheck extends ASN1Object implements ASN1Choice
ObjectStoreIntegrityCheck ::= CHOICE { PbeMacIntegrityCheck }
Modifier and Type | Field and Description |
---|---|
static int |
PBKD_MAC_CHECK |
Constructor and Description |
---|
ObjectStoreIntegrityCheck(PbkdMacIntegrityCheck macIntegrityCheck) |
Modifier and Type | Method and Description |
---|---|
static ObjectStoreIntegrityCheck |
getInstance(java.lang.Object o) |
ASN1Object |
getIntegrityCheck() |
int |
getType() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static final int PBKD_MAC_CHECK
public ObjectStoreIntegrityCheck(PbkdMacIntegrityCheck macIntegrityCheck)
public static ObjectStoreIntegrityCheck getInstance(java.lang.Object o)
public int getType()
public ASN1Object getIntegrityCheck()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object