Index

A B C D E F G H I J L M O P R S T V W 
All Classes|All Packages

A

ActivationRecoveryStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Class with activation recovery logic.
ActivationRecoveryStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.ActivationRecoveryStep
 
ActivationRecoveryStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating an activation using recovery code.
ActivationRecoveryStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Default constructor.

B

BaseStep - Interface in io.getlime.security.powerauth.lib.cmd.steps
Interface for objects implementing execution steps.
BaseStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Abstract class defining a base for a step model classes.
BaseStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 

C

close() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Closes the logger output, writes code to close the array and opened object: // ] // }
close() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
close() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Closes the logger output, writes code to close the array and opened object
CommitUpgradeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Step for committing upgrade to PowerAuth protocol version 3.0.
CommitUpgradeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.CommitUpgradeStep
 
CommitUpgradeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for committing upgrade between different PowerAuth protocol versions.
CommitUpgradeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
 
ConfigurationUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for configuration
ConfigurationUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
 
ConfirmRecoveryCodeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with confirm recovery logic.
ConfirmRecoveryCodeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.ConfirmRecoveryCodeStep
 
ConfirmRecoveryCodeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for confirming recovery code.
ConfirmRecoveryCodeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
copy(ActivationStatusBlobInfo) - Static method in class io.getlime.security.powerauth.lib.cmd.logging.model.ExtendedActivationStatusBlobInfo
 
CounterUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for counter.
CounterUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
 
CreateActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Class with create activation logic.
CreateActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Class with create activation logic.
CreateActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateActivationStep
 
CreateActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateActivationStep
 
CreateActivationStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating a custom activation.
CreateActivationStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
CreateTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with token creation logic.
CreateTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with token creation logic.
CreateTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateTokenStep
 
CreateTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateTokenStep
 
CreateTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating a new token.
CreateTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 

D

defaultMapper() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
Return the mapper with default configuration.

E

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 - 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.v2.EncryptStep
 
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.RemoveTokenStep
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.ActivationRecoveryStep
 
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.ConfirmRecoveryCodeStep
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.RemoveTokenStep
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
 
ExtendedActivationStatusBlobInfo - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class that represents the contents of the activation status blob extended with additional displayable attributes.
ExtendedActivationStatusBlobInfo() - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.ExtendedActivationStatusBlobInfo
 
extractRequestDataBytes(VerifySignatureStepModel, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
Extract request data bytes for signature verification.

F

flattenHttpHeaders(HttpHeaders) - Static method in class io.getlime.security.powerauth.lib.cmd.util.HttpUtil
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Initialize object with given attribute map.
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 

G

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.ActivationRecoveryStepModel
Get activation name.
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
 
getActivationStatusName() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.ExtendedActivationStatusBlobInfo
Get a displayable value of the activation status.
getAdditionalActivationOtp() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get application key.
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.ConfirmRecoveryCodeStepModel
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.RemoveTokenStepModel
 
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.ActivationRecoveryStepModel
Get application secret.
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.ConfirmRecoveryCodeStepModel
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.RemoveTokenStepModel
 
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.ActivationRecoveryStepModel
Get custom attributes.
getCustomAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getData() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
Get the request data.
getData() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getData() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Get HTTP request data.
getDescription() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get item description.
getDeviceInfo() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get information about user device.
getDeviceInfo() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getDeviceInfo() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
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.
getFirstError(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get first StepError with given name.
getFirstErrorByName(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get first StepError with given name.
getFirstItem(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get first StepItem with given ID.
getFirstItemByName(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get first StepItem with given name.
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.
getId() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
Get error ID.
getId() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get the item ID.
getIdentityAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get identity attributes.
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, StepLogger) - 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.ActivationRecoveryStepModel
Get Base64 encoded master public key.
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get Base64 encoded master public key.
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
 
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
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.ActivationRecoveryStepModel
Get knowledge key password.
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get knowledge key password.
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.RemoveTokenStepModel
 
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
 
getPlatform() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get user device platform.
getPlatform() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getPlatform() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getReason() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Get reason why vault is being unlocked.
getRecoveryCode() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get recovery code.
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.
getRestClient() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientFactory
Get RestClient instance.
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.RemoveTokenStepModel
 
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.ActivationRecoveryStepModel
Get file name of the file with stored activation status.
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.ConfirmRecoveryCodeStepModel
Get file name of the file with stored activation status.
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.RemoveTokenStepModel
 
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 - 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.v2.GetStatusStep
 
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.RemoveTokenStepModel
Get token ID.
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
 

H

HttpUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Simple HTTP utilities class.
HttpUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.HttpUtil
 

I

incrementCounter(BaseStepModel) - Static method in class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
Increment counter value in step model.
intValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
Extract int value from JSON object stored using key with given key.
io.getlime.security.powerauth.lib.cmd.logging - package io.getlime.security.powerauth.lib.cmd.logging
 
io.getlime.security.powerauth.lib.cmd.logging.model - package io.getlime.security.powerauth.lib.cmd.logging.model
 
io.getlime.security.powerauth.lib.cmd.steps - package io.getlime.security.powerauth.lib.cmd.steps
 
io.getlime.security.powerauth.lib.cmd.steps.model - package io.getlime.security.powerauth.lib.cmd.steps.model
 
io.getlime.security.powerauth.lib.cmd.steps.v2 - package io.getlime.security.powerauth.lib.cmd.steps.v2
 
io.getlime.security.powerauth.lib.cmd.steps.v3 - package io.getlime.security.powerauth.lib.cmd.steps.v3
 
io.getlime.security.powerauth.lib.cmd.util - package io.getlime.security.powerauth.lib.cmd.util
 
isAcceptInvalidSslCertificate() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientFactory
Get whether invalid SSL certificate is accepted.
isDryRun() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
Set flag indicating that this step should be terminated before the networking call.
isDryRun() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Set flag indicating that this step should be terminated before the networking call.
isSuccess() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResult
Get whether step was successful.

J

JsonStepLogger - Class in io.getlime.security.powerauth.lib.cmd.logging
Class responsible for logging the steps performed during the processes to the JSON structure.
JsonStepLogger(OutputStream) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Create a new logger that outputs to the stream.
JsonUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for obtaining typed values from JSON.
JsonUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
 

L

longValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
Extract long value from JSON object stored using key with given key.

M

MapUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Map utilities.
MapUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.MapUtil
 

O

ObjectStepLogger - Class in io.getlime.security.powerauth.lib.cmd.logging
Object-based step logger useful for tests.
ObjectStepLogger() - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Default constructor with no logging.
ObjectStepLogger(OutputStream) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Constructor with output stream.

P

PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with prepare activation logic.
PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with prepare activation logic.
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.PrepareActivationStep
 
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.PrepareActivationStep
 
PrepareActivationStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for preparing a new activation (key exchange).
PrepareActivationStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 

R

RemoveStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with activation remove logic.
RemoveStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with activation remove logic.
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveStep
 
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveStep
 
RemoveStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for removing activation.
RemoveStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
RemoveTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with token remove logic.
RemoveTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with token remove logic.
RemoveTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveTokenStep
 
RemoveTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveTokenStep
 
RemoveTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for removing a token.
RemoveTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
RestClientConfiguration - Class in io.getlime.security.powerauth.lib.cmd.util
REST client configuration class.
RestClientConfiguration() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
 
RestClientFactory - Class in io.getlime.security.powerauth.lib.cmd.util
Rest Client factory with configuration.
RestClientFactory() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.RestClientFactory
 

S

setAcceptInvalidSslCertificate(boolean) - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientFactory
Set whether invalid SSL certificate is accepted.
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.ActivationRecoveryStepModel
Set activation name.
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
 
setActivationStatusName(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.ExtendedActivationStatusBlobInfo
Set a displayable value of the activation status.
setAdditionalActivationOtp(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Additional activation OTP, supported by PowerAuth Server 0.24+.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set application key.
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.ConfirmRecoveryCodeStepModel
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.RemoveTokenStepModel
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.ActivationRecoveryStepModel
Set application secret.
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.ConfirmRecoveryCodeStepModel
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.RemoveTokenStepModel
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.ActivationRecoveryStepModel
Set custom attributes.
setCustomAttributes(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setData(byte[]) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
Set the request data.
setData(byte[]) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
The request data, used for POST, PUT and DELETE methods.
setData(byte[]) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Set HTTP request data.
setDeviceInfo(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set information about user device.
setDeviceInfo(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setDeviceInfo(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Set information about user device.
setDryRun(boolean) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
setDryRun(boolean) - 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.ActivationRecoveryStepModel
Set identity attributes.
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.ActivationRecoveryStepModel
Set Base64 encoded master public key.
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set master public key
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.
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
Set master public key
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set knowledge key password.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set knowledge key password.
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.RemoveTokenStepModel
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.
setPlatform(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set user device platform.
setPlatform(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setPlatform(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Set user device platform.
setReason(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Set reason why vault is being unlocked.
setRecoveryCode(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set recovery code.
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.RemoveTokenStepModel
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.ActivationRecoveryStepModel
Set file name of the file with stored activation status.
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.ConfirmRecoveryCodeStepModel
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.RemoveTokenStepModel
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.RemoveTokenStepModel
Set token ID.
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 result 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, 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, 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.

T

toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Convert this object to map.
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 
toMultiValueMap(Map<K, V>) - Static method in class io.getlime.security.powerauth.lib.cmd.util.MapUtil
 

V

VaultUnlockStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with vault unlock logic.
VaultUnlockStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with vault unlock logic.
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.VaultUnlockStep
 
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.VaultUnlockStep
 
VaultUnlockStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for unlocking secure vault.
VaultUnlockStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
VerifySignatureStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with signature verification logic.
VerifySignatureStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.VerifySignatureStep
 
VerifySignatureStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for verifying data signature.
VerifySignatureStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
VerifySignatureUtil - Class in io.getlime.security.powerauth.lib.cmd.util
 
VerifySignatureUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
 
VerifyTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Step for the token validation activity.
VerifyTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
 
VerifyTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for verifying token digest.
VerifyTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 

W

writeDoneFailed(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about incorrectly finished execution.
writeDoneFailed(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write error about a failed execution.
writeDoneFailed(String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about incorrectly finished execution.
writeDoneOK(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about successfully finished execution.
writeDoneOK(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about a successful completion.
writeDoneOK(String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about successfully finished execution.
writeError(String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error with given exception information.
writeError(String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about an error.
writeError(String, Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
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 message.
writeError(String, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about an error.
writeError(String, String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given error message.
writeError(String, 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, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about an error.
writeError(String, 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, 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, String, String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about an error.
writeError(String, 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, 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, String, Object) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Writes an object representing the step of the execution.
writeItem(String, String, String, String, Object) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Writes an object representing the step of the execution.
writeServerCall(String, 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, 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, String, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write the information about the server call.
writeServerCallConnectionError(String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error in case of a network issues.
writeServerCallConnectionError(String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about service call network connection error.
writeServerCallConnectionError(String, Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error in case of a network issues.
writeServerCallError(String, int, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about the failed server request.
writeServerCallError(String, int, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about the service call error.
writeServerCallError(String, int, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about the failed server request.
writeServerCallOK(String, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about the successful server request.
writeServerCallOK(String, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Write information about the successful server request.
writeServerCallOK(String, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about the successful server request.
A B C D E F G H I J L M O P R S T V W 
All Classes|All Packages