Class AllowedSignatureType

java.lang.Object
io.getlime.security.powerauth.lib.mtoken.model.entity.AllowedSignatureType

public class AllowedSignatureType
extends Object
Object representing types of signatures that are admissible for a given operation approval.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • AllowedSignatureType

      public AllowedSignatureType()
      Default constructor.
  • Method Details

    • getType

      public AllowedSignatureType.Type getType()
      Get signature type.
      Returns:
      Signature type.
    • setType

      public void setType​(AllowedSignatureType.Type type)
      Set signature type.
      Parameters:
      type - Signature type.
    • getVariants

      public List<String> getVariants()
      Extras with supported variants.
      Returns:
      Extras with supported variants.
    • setVariants

      public void setVariants​(List<String> variants)
      Set extras with supported variants.
      Parameters:
      variants - Extras with supported variants.