Uses of Class
io.getlime.powerauth.soap.v2.SignatureType
-
Packages that use SignatureType Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of SignatureType in io.getlime.powerauth.soap.v2
Fields in io.getlime.powerauth.soap.v2 declared as SignatureType Modifier and Type Field Description protected SignatureTypeCreateTokenRequest. signatureTypeprotected SignatureTypeVaultUnlockRequest. signatureTypeMethods in io.getlime.powerauth.soap.v2 that return SignatureType Modifier and Type Method Description static SignatureTypeSignatureType. fromValue(java.lang.String v)SignatureTypeCreateTokenRequest. getSignatureType()Gets the value of the signatureType property.SignatureTypeVaultUnlockRequest. getSignatureType()Gets the value of the signatureType property.static SignatureTypeSignatureType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SignatureType[]SignatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.powerauth.soap.v2 with parameters of type SignatureType Modifier and Type Method Description voidCreateTokenRequest. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidVaultUnlockRequest. setSignatureType(SignatureType value)Sets the value of the signatureType property. -
Uses of SignatureType in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client with parameters of type SignatureType Modifier and Type Method Description CreateTokenResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createToken(java.lang.String activationId, java.lang.String ephemeralPublicKey, SignatureType signatureType)Create a new token for basic token-based authentication.VaultUnlockResponsePowerAuthServiceClient.PowerAuthServiceClientV2. unlockVault(java.lang.String activationId, java.lang.String applicationKey, java.lang.String data, java.lang.String signature, SignatureType signatureType, java.lang.String reason)Call the vaultUnlock method of the PowerAuth 2.0 Server SOAP interface.
-