Class ObjectStore

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.bc.ObjectStore
All Implemented Interfaces:
ASN1Encodable, Encodable

public class ObjectStore extends ASN1Object
 ObjectStore ::= SEQUENCE {
     CHOICE {
          encryptedObjectStoreData EncryptedObjectStoreData,
          objectStoreData ObjectStoreData
     }
     integrityCheck ObjectStoreIntegrityCheck
 }