Uses of Class
io.getlime.powerauth.soap.v3.SignatureType
-
Packages that use SignatureType Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of SignatureType in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 declared as SignatureType Modifier and Type Field Description protected SignatureTypeCreateTokenRequest. signatureTypeprotected SignatureTypeSignatureAuditResponse.Items. signatureTypeprotected SignatureTypeValidateTokenResponse. signatureTypeprotected SignatureTypeVaultUnlockRequest. signatureTypeprotected SignatureTypeVerifyOfflineSignatureResponse. signatureTypeprotected SignatureTypeVerifySignatureRequest. signatureTypeprotected SignatureTypeVerifySignatureResponse. signatureTypeMethods in io.getlime.powerauth.soap.v3 that return SignatureType Modifier and Type Method Description static SignatureTypeSignatureType. fromValue(java.lang.String v)SignatureTypeCreateTokenRequest. getSignatureType()Gets the value of the signatureType property.SignatureTypeSignatureAuditResponse.Items. getSignatureType()Gets the value of the signatureType property.SignatureTypeValidateTokenResponse. getSignatureType()Gets the value of the signatureType property.SignatureTypeVaultUnlockRequest. getSignatureType()Gets the value of the signatureType property.SignatureTypeVerifyOfflineSignatureResponse. getSignatureType()Gets the value of the signatureType property.SignatureTypeVerifySignatureRequest. getSignatureType()Gets the value of the signatureType property.SignatureTypeVerifySignatureResponse. 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.v3 with parameters of type SignatureType Modifier and Type Method Description voidCreateTokenRequest. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidSignatureAuditResponse.Items. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidValidateTokenResponse. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidVaultUnlockRequest. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidVerifyOfflineSignatureResponse. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidVerifySignatureRequest. setSignatureType(SignatureType value)Sets the value of the signatureType property.voidVerifySignatureResponse. 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. createToken(java.lang.String activationId, java.lang.String applicationKey, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac, SignatureType signatureType)Create a new token for basic token-based authentication.VaultUnlockResponsePowerAuthServiceClient. unlockVault(java.lang.String activationId, java.lang.String applicationKey, java.lang.String signature, SignatureType signatureType, java.lang.String signedData, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac)Call the vaultUnlock method of the PowerAuth 3.0 Server SOAP interface.VerifySignatureResponsePowerAuthServiceClient. verifySignature(java.lang.String activationId, java.lang.String applicationKey, java.lang.String data, java.lang.String signature, SignatureType signatureType, java.lang.Long forcedSignatureVersion)Call the verifySignature method of the PowerAuth 3.0 Server SOAP interface.
-