All Known Implementing Classes:
ActivationSecurityContext, SimpleSecurityContext

public interface SecurityContext
Security context interface
Author:
Lukas Lukovsky, lukas.lukovsky@wultra.com
  • Method Summary

    Modifier and Type
    Method
    Description
    io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope
    Implementation 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:
      EncryptorScope or null if not known yet.