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
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.
-
Constructor Details
-
AllowedSignatureType
public AllowedSignatureType()Default constructor.
-
-
Method Details
-
getType
Get signature type.- Returns:
- Signature type.
-
setType
Set signature type.- Parameters:
type- Signature type.
-
getVariants
Extras with supported variants.- Returns:
- Extras with supported variants.
-
setVariants
Set extras with supported variants.- Parameters:
variants- Extras with supported variants.
-