Uses of Class
io.getlime.security.powerauth.lib.mtoken.model.entity.AllowedSignatureType.Type
-
Packages that use AllowedSignatureType.Type Package Description io.getlime.security.powerauth.lib.mtoken.model.entity -
-
Uses of AllowedSignatureType.Type in io.getlime.security.powerauth.lib.mtoken.model.entity
Methods in io.getlime.security.powerauth.lib.mtoken.model.entity that return AllowedSignatureType.Type Modifier and Type Method Description AllowedSignatureType.TypeAllowedSignatureType. getType()Get signature type.static AllowedSignatureType.TypeAllowedSignatureType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowedSignatureType.Type[]AllowedSignatureType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.security.powerauth.lib.mtoken.model.entity with parameters of type AllowedSignatureType.Type Modifier and Type Method Description voidAllowedSignatureType. setType(AllowedSignatureType.Type type)Set signature type.
-