- setActivationCode(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Activation code, in following format: "XXXXX-XXXXX-XXXXX-XXXXX" where each "X" is from Base32.
- setActivationName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Activation name.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
Application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Application key.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Application secret.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
Application secret.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Application secret.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Application secret.
- setDataFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
File with the request data, used for POST, PUT and DELETE methods.
- setHttpMethod(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
HTTP method used for the request call.
- setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Set Master Server Public Key, a value specific for given application.
- setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Password for the password related key encryption.
- setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
Password for the password related key encryption.
- setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Password for the password related key encryption.
- setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Password for the password related key encryption.
- setResourceId(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Resource identifier for a given call.
- setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
-
Set the object representing activation status.
- setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Set the object representing activation status.
- setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
Set the object representing activation status.
- setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Set the object representing activation status.
- setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Set the object representing activation status.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
PowerAuth 2.0 signature type.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
PowerAuth 2.0 signature type.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
File name of the file with stored activation status.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
File name of the file with stored activation status.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
File name of the file with stored activation status.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
File name of the file with stored activation status.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
-
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
- start() - Method in class io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Start the object streaming, outputs start of the JSON object:
// {
// "steps" : [
- StepLogger - Class in io.getlime.security.powerauth.lib.cmd.logging
-
Class responsible for logging the steps performed during the processes to the JSON structure.
- StepLogger(OutputStream) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Create a new logger that outputs to the stream.
- storeSignatureKnowledgeKey(char[], SecretKey, byte[], KeyGenerator) - Static method in class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
-
Encrypt the KEY_SIGNATURE_KNOWLEDGE key using a provided password.