Annotation Type PowerAuthEncryption
@Retention(RUNTIME) @Target(METHOD) public @interface PowerAuthEncryption
Annotation that simplifies end to end encryption.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description io.getlime.security.powerauth.crypto.lib.encryptor.ecies.model.EciesScopescopeEncryption scope, either EciesScope.ACTIVATION_SCOPE or EciesScope.APPLICATION_SCOPE.
-
Element Details
-
scope
io.getlime.security.powerauth.crypto.lib.encryptor.ecies.model.EciesScope scopeEncryption scope, either EciesScope.ACTIVATION_SCOPE or EciesScope.APPLICATION_SCOPE.- Returns:
- Encryption scope.
- See Also:
EciesScope
- Default:
- ACTIVATION_SCOPE
-