Skip navigation links
B C D E F G H I P R S T V W 

B

BaseStep - Interface in io.getlime.security.powerauth.lib.cmd.steps
Interface for objects implementing execution steps.
BaseStepModel - Interface in io.getlime.security.powerauth.lib.cmd.steps.model
Interface defining a class representing a step model.

C

close() - Method in class io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Closes the logger output, writes code to close the array and opened object: // ] // }
ConfigurationUtils - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for configuration
ConfigurationUtils() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
 
configure() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
Run default REST client configuration.

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
 
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.GetStatusStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.PrepareActivationStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.RemoveStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.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

F

flattenHttpHeaders(Headers) - Static method in class io.getlime.security.powerauth.lib.cmd.util.HttpUtil
Take HTTP headers and convert list in value to string by taking the first value from the list.

G

getApplicationKey(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
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.ConfigurationUtils
Get application name that is set in dictionary, or a default value.
getApplicationSecret(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get application secret that is set in dictionary, or a default value.
getMasterKey(JSONObject, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get master public key from the configuration object
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.
GetStatusStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with step for getting activation status.
GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.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
 

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

io.getlime.security.powerauth.lib.cmd.logging - package io.getlime.security.powerauth.lib.cmd.logging
 
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.util - package io.getlime.security.powerauth.lib.cmd.util
 

P

PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with prepare activation logic.
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.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
Helper class with activation remove logic.
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.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
 
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
 

S

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

T

toMap() - Method in interface 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.GetStatusStepModel
 
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.VaultUnlockStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 

V

VaultUnlockStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with vault unlock logics.
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.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 logics.
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
 

W

writeDoneFailed() - Method in class 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.StepLogger
Write information about successfully finished execution.
writeError(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given error message.
writeError(Exception) - Method in class 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.StepLogger
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.StepLogger
 
writeItem(String, String, String, Object) - Method in class 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.StepLogger
Write the information about the server call.
writeServerCallConnectionError(Exception) - Method in class 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.StepLogger
Write information about the failed server request.
writeServerCallOK(Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about the successful server request.
B C D E F G H I P R S T V W 
Skip navigation links

Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.