public class ObjectStoreIntegrityCheck extends ASN1Object implements ASN1Choice
ObjectStoreIntegrityCheck ::= CHOICE { PbkdMacIntegrityCheck [0] EXPLICIT SignatureCheck }
Modifier and Type | Field and Description |
---|---|
static int |
PBKD_MAC_CHECK |
static int |
SIG_CHECK |
Constructor and Description |
---|
ObjectStoreIntegrityCheck(PbkdMacIntegrityCheck macIntegrityCheck) |
ObjectStoreIntegrityCheck(SignatureCheck signatureCheck) |
Modifier and Type | Method and Description |
---|---|
static ObjectStoreIntegrityCheck |
getInstance(Object o) |
ASN1Object |
getIntegrityCheck() |
int |
getType() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static final int PBKD_MAC_CHECK
public static final int SIG_CHECK
public ObjectStoreIntegrityCheck(PbkdMacIntegrityCheck macIntegrityCheck)
public ObjectStoreIntegrityCheck(SignatureCheck signatureCheck)
public static ObjectStoreIntegrityCheck getInstance(Object o)
public int getType()
public ASN1Object getIntegrityCheck()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.