| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v3 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureType |
CreateTokenRequest.signatureType |
protected SignatureType |
VerifySignatureRequest.signatureType |
protected SignatureType |
SignatureAuditResponse.Items.signatureType |
protected SignatureType |
ValidateTokenResponse.signatureType |
protected SignatureType |
VerifySignatureResponse.signatureType |
protected SignatureType |
VerifyOfflineSignatureResponse.signatureType |
protected SignatureType |
VaultUnlockRequest.signatureType |
| Modifier and Type | Method and Description |
|---|---|
static SignatureType |
SignatureType.fromValue(String v) |
SignatureType |
CreateTokenRequest.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
VerifySignatureRequest.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
SignatureAuditResponse.Items.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
ValidateTokenResponse.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
VerifySignatureResponse.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
VerifyOfflineSignatureResponse.getSignatureType()
Gets the value of the signatureType property.
|
SignatureType |
VaultUnlockRequest.getSignatureType()
Gets the value of the signatureType property.
|
static SignatureType |
SignatureType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTokenRequest.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
VerifySignatureRequest.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
SignatureAuditResponse.Items.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
ValidateTokenResponse.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
VerifySignatureResponse.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
VerifyOfflineSignatureResponse.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
VaultUnlockRequest.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTokenResponse |
PowerAuthServiceClient.createToken(String activationId,
String applicationKey,
String ephemeralPublicKey,
String encryptedData,
String mac,
String nonce,
SignatureType signatureType)
Create a new token for basic token-based authentication.
|
VaultUnlockResponse |
PowerAuthServiceClient.unlockVault(String activationId,
String applicationKey,
String signature,
SignatureType signatureType,
String signatureVersion,
String signedData,
String ephemeralPublicKey,
String encryptedData,
String mac,
String nonce)
Call the vaultUnlock method of the PowerAuth 3.0 Server SOAP interface.
|
VerifySignatureResponse |
PowerAuthServiceClient.verifySignature(String activationId,
String applicationKey,
String data,
String signature,
SignatureType signatureType,
String signatureVersion,
Long forcedSignatureVersion)
Call the verifySignature method of the PowerAuth 3.0 Server SOAP interface.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.