public class ObjectPersistence extends Object
| Constructor and Description |
|---|
ObjectPersistence(StoreConnection blobStoreConnection) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
loadObject(ObjectHandle handle,
KeyStore keyStore,
CallbackHandler keyPassHandler) |
void |
storeObject(byte[] data,
ContentMetaInfo metaIno,
ObjectHandle handle,
KeyStore keyStore,
String keyID,
CallbackHandler keyPassHandler,
EncryptionParams encParams) |
public ObjectPersistence(StoreConnection blobStoreConnection)
public void storeObject(byte[] data,
ContentMetaInfo metaIno,
ObjectHandle handle,
KeyStore keyStore,
String keyID,
CallbackHandler keyPassHandler,
EncryptionParams encParams)
throws UnsupportedEncAlgorithmException,
WrongKeyCredentialException,
UnsupportedKeyLengthException,
UnknownContainerException
public byte[] loadObject(ObjectHandle handle, KeyStore keyStore, CallbackHandler keyPassHandler) throws ObjectNotFoundException, WrongKeyCredentialException, UnknownContainerException
Copyright © 2018. All Rights Reserved.