byte[] |
StoreConnection.getBlob(ObjectHandle handle) |
boolean |
KeystorePersistence.hasKeystore(ObjectHandle handle)
Checks if a keystore available for the given 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 |
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) |