public final class SmartcryptStructuredDataImpl extends Object implements SmartcryptStructuredData
| Modifier and Type | Class and Description |
|---|---|
static class |
SmartcryptStructuredDataImpl.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedEncryption |
newAuthenticatedEncryption(Observable<Smartkey> smartkey) |
FormatPreservingEncryption |
newFormatPreservingEncryption(Observable<Smartkey> smartkey) |
LengthPreservingEncryption |
newLengthPreservingEncryption(Observable<Smartkey> smartkey) |
public FormatPreservingEncryption newFormatPreservingEncryption(Observable<Smartkey> smartkey)
newFormatPreservingEncryption in interface SmartcryptStructuredDatasmartkey - must be non-rotatablepublic LengthPreservingEncryption newLengthPreservingEncryption(Observable<Smartkey> smartkey)
newLengthPreservingEncryption in interface SmartcryptStructuredDatasmartkey - must be non-rotatablepublic AuthenticatedEncryption newAuthenticatedEncryption(Observable<Smartkey> smartkey)
newAuthenticatedEncryption in interface SmartcryptStructuredData