public class PowerAuthClientSignature extends Object
| Constructor and Description |
|---|
PowerAuthClientSignature() |
| Modifier and Type | Method and Description |
|---|---|
String |
signatureForData(byte[] data,
List<SecretKey> signatureKeys,
long ctr)
Compute a PowerAuth 2.0 signature for given data, signature keys and
counter.
|
public String signatureForData(byte[] data, List<SecretKey> signatureKeys, long ctr) throws InvalidKeyException
data - Data to be signed.signatureKeys - A signature keys.ctr - Counter / index of the derived key KEY_DERIVED.InvalidKeyException - In case signature key is invalid.Copyright © 2016 Lime - HighTech Solutions Inc.. All rights reserved.