public interface EncryptionProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
EncryptionProvider.Callback
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
setup(EncryptionProvider.Callback callback)
Deprecated.
|
@Deprecated boolean setup(EncryptionProvider.Callback callback)
callback
- the callback to use by the system if setup has returned false.AbstractSystemComponent.load(AbstractSystemComponent.Callback)