Class ActivationSecurityContext
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.context.security.ActivationSecurityContext
- All Implemented Interfaces:
SecurityContext
Security context for activations
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScopeImplementation must return scope of encryption to be used or null if scope is not determined yet.
-
Constructor Details
-
ActivationSecurityContext
public ActivationSecurityContext()
-
-
Method Details
-
getEncryptorScope
public io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope getEncryptorScope()Description copied from interface:SecurityContextImplementation must return scope of encryption to be used or null if scope is not determined yet.- Specified by:
getEncryptorScopein interfaceSecurityContext- Returns:
EncryptorScopeor null if not known yet.
-