JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.cloudant.sync.datastore.encryption
Interface KeyProvider
All Known Implementing Classes:
CachingKeyProvider
,
NullKeyProvider
,
SimpleKeyProvider
public interface
KeyProvider
Classes implementing this interface provide encryption keys used by the datastore when encryption is enabled. Created by Mike Rhodes on 11/05/15.
API Status: Public
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
EncryptionKey
getEncryptionKey
()
Method Detail
getEncryptionKey
EncryptionKey
getEncryptionKey()
Returns:
the encryption key used to encrypt datastore data
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method