Class ActivationSecurityContext

java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.context.security.ActivationSecurityContext
All Implemented Interfaces:
SecurityContext

public class ActivationSecurityContext extends Object implements SecurityContext
Security context for activations
Author:
Lukas Lukovsky, lukas.lukovsky@wultra.com
  • Constructor Details

    • ActivationSecurityContext

      public ActivationSecurityContext()
  • Method Details

    • getEncryptorScope

      public io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope getEncryptorScope()
      Description copied from interface: SecurityContext
      Implementation must return scope of encryption to be used or null if scope is not determined yet.
      Specified by:
      getEncryptorScope in interface SecurityContext
      Returns:
      EncryptorScope or null if not known yet.