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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllowedSignatureType.TypeSignature types.
-
Constructor Summary
Constructors Constructor Description AllowedSignatureType()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedSignatureType.TypegetType()Get signature type.List<String>getVariants()Extras with supported variants.voidsetType(AllowedSignatureType.Type type)Set signature type.voidsetVariants(List<String> variants)Set extras with supported variants.
-
-
-
Method Detail
-
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.
-
-