ASN1Choice, ASN1Encodable, Encodablepublic class ObjectStoreIntegrityCheck extends ASN1Object implements ASN1Choice
ObjectStoreIntegrityCheck ::= CHOICE {
PbeMacIntegrityCheck
}
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PBKD_MAC_CHECK |
| Constructor | Description |
|---|---|
ObjectStoreIntegrityCheck(PbkdMacIntegrityCheck macIntegrityCheck) |
| Modifier and Type | Method | 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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object