Class ObjectStore

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

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