public class ObjectStore extends ASN1Object
ObjectStore ::= SEQUENCE { CHOICE { encryptedObjectStoreData EncryptedObjectStoreData, objectStoreData ObjectStoreData } integrityCheck ObjectStoreIntegrityCheck }
Constructor and Description |
---|
ObjectStore(EncryptedObjectStoreData encryptedObjectStoreData,
ObjectStoreIntegrityCheck integrityCheck) |
ObjectStore(ObjectStoreData objectStoreData,
ObjectStoreIntegrityCheck integrityCheck) |
Modifier and Type | Method and Description |
---|---|
static ObjectStore |
getInstance(java.lang.Object o) |
ObjectStoreIntegrityCheck |
getIntegrityCheck() |
ASN1Encodable |
getStoreData() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public ObjectStore(ObjectStoreData objectStoreData, ObjectStoreIntegrityCheck integrityCheck)
public ObjectStore(EncryptedObjectStoreData encryptedObjectStoreData, ObjectStoreIntegrityCheck integrityCheck)
public static ObjectStore getInstance(java.lang.Object o)
public ObjectStoreIntegrityCheck getIntegrityCheck()
public ASN1Encodable getStoreData()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object