- EncryptedStorageUtil - Class in io.getlime.security.powerauth.lib.cmd.util
-
Utility class implementing processes related to data storage on client side.
- EncryptedStorageUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
-
- EncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
-
Encrypt step encrypts request data using non-personalized end-to-end encryption.
- EncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.EncryptStep
-
- EncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
-
Encrypt step encrypts request data using ECIES encryption in application or activation scope.
- EncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.EncryptStep
-
- EncryptStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
-
Model representing parameters of the step for sending encrypted data to intermediate server.
- EncryptStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
- execute(StepLogger, Map<String, Object>) - Method in interface io.getlime.security.powerauth.lib.cmd.steps.BaseStep
-
Execute this step with given logger and context objects.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateActivationStep
-
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateTokenStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.EncryptStep
-
Execute this step with given context.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.GetStatusStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.PrepareActivationStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.VaultUnlockStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CommitUpgradeStep
-
Execute this step with given context.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateActivationStep
-
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateTokenStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.EncryptStep
-
Execute this step with given context.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.GetStatusStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.PrepareActivationStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.SignAndEncryptStep
-
Execute this step with given context.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.StartUpgradeStep
-
Execute this step with given context.
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.VaultUnlockStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifySignatureStep
-
Execute this step with given context
- execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
-
- extractRequestDataBytes(VerifySignatureStepModel, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
-
Extract request data bytes for signature verification.
- getActivationCode() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getActivationName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getActivationName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getActivationOtp() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
-
Get application key.
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Get application key.
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
-
Get application key.
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
- getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getApplicationKey(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
-
Get application key value that is set in dictionary, or a default value.
- getApplicationName(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
-
Get application name that is set in dictionary, or a default value.
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
-
Get application secret.
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Get application secret.
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
-
Get application secret.
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
- getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getApplicationSecret(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
-
Get application secret that is set in dictionary, or a default value.
- getCtrData(BaseStepModel, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
-
Get counter data.
- getCustomAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getDataFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set name of file with request data.
- getDataFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getDataFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
- getDescription() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
-
Get item description.
- getErrorMessage() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
-
Get error message.
- getErrors() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Get step errors.
- getException() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
-
Get exception.
- getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
-
Get request HTTP headers.
- getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
-
Get HTTP headers.
- getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
- getHttpMethod() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getHttpMethod() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Get HTTP method.
- getIdentityAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getItems() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Get step items.
- getKnowledgeKeyPassword(VerifySignatureStepModel) - Static method in class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
-
Get knowledge key unlock password.
- getMasterKey(JSONObject, JsonStepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
-
Get master public key from the configuration object
- getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Get master public key.
- getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getMethod() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
-
Get request HTTP method.
- getName() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
-
Get error name.
- getName() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
-
Get item name.
- getObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
-
Get related object (optional).
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
- getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getReason() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Get reason why vault is being unlocked.
- getRequest() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Get request.
- getRequestObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
-
Get request object.
- getResourceId() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getResponse() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Get response.
- getResponseObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
-
Get response object.
- getResult() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Get step result.
- getResultStatusObject() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
- getScope() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Get ECIES encryption scope.
- getSignatureKnowledgeKey(char[], byte[], byte[], KeyGenerator) - Static method in class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
-
Decrypt the KEY_SIGNATURE_KNOWLEDGE key using a provided password.
- getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
- getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- getStatus() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
-
Get item status.
- getStatusCode() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
-
Get HTTP status code.
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
-
Get status file name.
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
-
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
-
Get status file name.
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
- getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
- GetStatusStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
-
Helper class with step for getting activation status.
- GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.GetStatusStep
-
- GetStatusStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
-
Helper class with step for getting activation status.
- GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.GetStatusStep
-
- GetStatusStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
-
Model representing parameters of the step for obtaining activation status.
- GetStatusStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
-
- getTokenId() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Get token ID.
- getTokenSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Get token secret.
- getUri() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
-
Get request URI.
- getUriString() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
- getVersion() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
- 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.CreateActivationStepModel
-
- setActivationName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
-
Activation name.
- setActivationOtp(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
-
Set application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
Application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set application key.
- 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.StartUpgradeStepModel
-
Set 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.CommitUpgradeStepModel
-
Set application secret.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
Application secret.
- setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set application secret.
- 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.StartUpgradeStepModel
-
Set 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.
- setCustomAttributes(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setDataFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set name of file with request data.
- 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.
- setDataFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
- setHeaders(Map<String, String>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
Set HTTP headers used for requests.
- setHttpMethod(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
HTTP method used for the request call.
- setHttpMethod(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Set HTTP method.
- setIdentityAttributes(Map<String, String>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
Set master public key
- setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set master public key.
- 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.CreateActivationStepModel
-
- setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
Password for the password related key encryption.
- 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.
- setReason(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
Set reason why vault is being unlocked.
- 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.BaseStepModel
-
Set the object representing activation status.
- setScope(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
-
Set ECIES encryption scope.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
PowerAuth signature type.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
-
PowerAuth signature type.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
-
PowerAuth signature type.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
-
Set file name of the file with stored activation status.
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
-
- setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
-
File name of the file with stored activation status.
- 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.StartUpgradeStepModel
-
Set 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.
- setTokenId(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Set token ID.
- setTokenSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
-
Set token secret.
- setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
Set base URI string of the PowerAuth Standard RESTful API.
- setVersion(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
-
Set PowerAuth protocol version.
- SignAndEncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
-
Sign and encrypt step signs request data and performs encryption using ECIES encryption in activation scope.
- SignAndEncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.SignAndEncryptStep
-
- start() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Start the object streaming, outputs start of the JSON object:
// {
// "steps" : [
- start() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- start() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Start the object streaming, outputs start of the JSON object:
- StartUpgradeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
-
Step for starting upgrade to PowerAuth protocol version 3.0.
- StartUpgradeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.StartUpgradeStep
-
- StartUpgradeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
-
Model representing step for starting upgrade between different PowerAuth protocol versions.
- StartUpgradeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
-
- StepError - Class in io.getlime.security.powerauth.lib.cmd.logging.model
-
Class representing an error in step.
- StepError(String, String, Exception) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
-
Constructor with error details.
- StepItem - Class in io.getlime.security.powerauth.lib.cmd.logging.model
-
Class representing a generic item in step.
- StepItem(String, String, String, Object) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
-
Constructor with all details.
- StepLogger - Interface in io.getlime.security.powerauth.lib.cmd.logging
-
- StepRequest - Class in io.getlime.security.powerauth.lib.cmd.logging.model
-
Class representing a request sent to intermediate server.
- StepRequest(String, String, Object, Map<String, ?>) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
-
Constructor with request details.
- StepResponse - Class in io.getlime.security.powerauth.lib.cmd.logging.model
-
Class representing response from intermediate server.
- StepResponse(int, Object, Map<String, ?>) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
-
Constructor with all details.
- StepResult - Class in io.getlime.security.powerauth.lib.cmd.logging.model
-
Class representing a step result.
- StepResult(boolean) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepResult
-
Constructor with step result.
- 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.
- stringValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
-
Extract String value from JSON object stored using key with given name.
- writeDoneFailed() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write information about incorrectly finished execution.
- writeDoneFailed() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeDoneFailed() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write information about incorrectly finished execution.
- writeDoneOK() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write information about successfully finished execution.
- writeDoneOK() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeDoneOK() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write information about successfully finished execution.
- writeError(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write error with given error message.
- writeError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write error with given exception information.
- writeError(String, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write error with given error name and error message, that is used as a description.
- writeError(String, String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write error with given error name and error message, that is used as a description.
- writeError(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeError(String, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeError(String, String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeError(String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write error with given error message.
- writeError(Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write error with given exception information.
- writeError(String, String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write error with given error name and error message, that is used as a description.
- writeError(String, String, Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write error with given error name and error message, that is used as a description.
- writeItem(String, String, String, Object) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Writes a JSON object representing the step of the execution.
- writeItem(String, String, String, Object) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeItem(String, String, String, Object) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Writes a JSON object representing the step of the execution.
- writeServerCall(String, String, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write the information about the server call.
- writeServerCall(String, String, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Write the information about the server call.
- writeServerCall(String, String, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write the information about the server call.
- writeServerCallConnectionError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write error in case of a network issues.
- writeServerCallConnectionError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeServerCallConnectionError(Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write error in case of a network issues.
- writeServerCallError(int, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write information about the failed server request.
- writeServerCallError(int, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
- writeServerCallError(int, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write information about the failed server request.
- writeServerCallOK(Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
-
Write information about the successful server request.
- writeServerCallOK(Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
-
Write information about the successful server request.
- writeServerCallOK(Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Write information about the successful server request.