| Package | Description |
|---|---|
| org.adorsys.encobject.service |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreConnection.deleteContainer(String container) |
void |
ContainerPersistence.deleteContainer(String container)
Delete the container with the given name.
|
byte[] |
StoreConnection.getBlob(ObjectHandle handle) |
KeyStore |
KeystorePersistence.loadKeystore(ObjectHandle handle,
CallbackHandler handler) |
Tuple<KeyStore,Map<String,String>> |
KeystorePersistence.loadKeystoreAndAttributes(ObjectHandle handle,
CallbackHandler handler) |
byte[] |
ObjectPersistence.loadObject(ObjectHandle handle,
KeyStore keyStore,
CallbackHandler keyPassHandler) |
void |
EncObjectService.newSecretKey(KeyCredentials keyCredentials,
KeyParams keyParams) |
void |
StoreConnection.putBlob(ObjectHandle handle,
byte[] bytes) |
byte[] |
EncObjectService.readObject(KeyCredentials keyCredentials,
ObjectHandle objectHandle) |
void |
KeystorePersistence.saveKeyStore(KeyStore keystore,
CallbackHandler storePassHandler,
ObjectHandle handle) |
void |
KeystorePersistence.saveKeyStoreWithAttributes(KeyStore keystore,
Map<String,String> attributes,
CallbackHandler storePassHandler,
ObjectHandle handle) |
void |
ObjectPersistence.storeObject(byte[] data,
ContentMetaInfo metaIno,
ObjectHandle handle,
KeyStore keyStore,
String keyID,
CallbackHandler keyPassHandler,
EncryptionParams encParams) |
void |
EncObjectService.writeObject(byte[] data,
ContentMetaInfo metaIno,
ObjectHandle handle,
KeyCredentials keyCredentials) |
Copyright © 2018. All Rights Reserved.