Interface SecurityContext
- All Known Implementing Classes:
ActivationSecurityContext,SimpleSecurityContext
public interface SecurityContext
Security context interface
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
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.
-
Method Details
-
getEncryptorScope
io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope getEncryptorScope()Implementation must return scope of encryption to be used or null if scope is not determined yet.- Returns:
EncryptorScopeor null if not known yet.
-