| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v2 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureType |
CreateTokenRequest.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 |
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 |
VaultUnlockRequest.setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTokenResponse |
PowerAuthServiceClient.PowerAuthServiceClientV2.createToken(String activationId,
String ephemeralPublicKey,
SignatureType signatureType)
Create a new token for basic token-based authentication.
|
VaultUnlockResponse |
PowerAuthServiceClient.PowerAuthServiceClientV2.unlockVault(String activationId,
String applicationKey,
String data,
String signature,
SignatureType signatureType,
String reason)
Call the vaultUnlock method of the PowerAuth 2.0 Server SOAP interface.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.