Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAducidClient - Class in com.aducid.sdk
 - 
Abstract client for accessing ADUCID operations.
 - AbstractAducidClient(String) - Constructor for class com.aducid.sdk.AbstractAducidClient
 - 
Constructor with AIM R4 service URL.
 - AbstractAducidClient(String, AducidMessageSender) - Constructor for class com.aducid.sdk.AbstractAducidClient
 - 
Constructor with AIM R4 service URL and message sender.
 - ACTIVATE_MY_PEIG - com.aducid.sdk.enums.MethodName
 - ACTIVATE_OTHER_PEIG - com.aducid.sdk.enums.MethodName
 - ACTIVE - com.aducid.sdk.enums.AIMStatus
 - addObject(Object) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Adds object.
 - addPersonalObjectAttribute(PersonalObjectType, String, Object) - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Adds attribute to personal object.
 - ADM - com.aducid.sdk.enums.AuthStatus
 - ADUCID_PROPERTIES_FILE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
ADUCID_PROPERTIES_FILE="ADUCID.properties" - ADUCID_PROPERTIES_FILE_NOT_LOADED - com.aducid.sdk.enums.ClientStatus
 - AducidAdvancedClient - Class in com.aducid.sdk
 - 
Client for accessing ADUCID basic and advanced operations.
 - AducidAdvancedClient() - Constructor for class com.aducid.sdk.AducidAdvancedClient
 - 
Default constructor.
 - AducidAdvancedClient(String) - Constructor for class com.aducid.sdk.AducidAdvancedClient
 - 
Constructor with AIM R4 service URL.
 - AducidAdvancedClient(String, AducidMessageSender) - Constructor for class com.aducid.sdk.AducidAdvancedClient
 - 
Constructor with AIM R4 service URL and message sender.
 - AducidClient - Class in com.aducid.sdk
 - 
Client for accessing ADUCID operations.
 - AducidClient(String) - Constructor for class com.aducid.sdk.AducidClient
 - 
Constructor with AIM R4 service URL.
 - AducidClient(String, AducidMessageSender) - Constructor for class com.aducid.sdk.AducidClient
 - 
Constructor with AIM R4 service URL and message sender.
 - AducidClientException - Exception in com.aducid.sdk.common
 - 
ADUCID client exception.
 - AducidClientException(Descriptive, String...) - Constructor for exception com.aducid.sdk.common.AducidClientException
 - 
Constructor with descriptive.
 - AducidClientException(AIMStatus, AuthStatus) - Constructor for exception com.aducid.sdk.common.AducidClientException
 - 
Constructor with AIM status and authentication status.
 - AducidClientException(AIMStatus, AuthStatus, LFStatus) - Constructor for exception com.aducid.sdk.common.AducidClientException
 - 
Constructor with AIM status, authentication status and LF status.
 - AducidClientException(String) - Constructor for exception com.aducid.sdk.common.AducidClientException
 - 
Constructor with message.
 - AducidClientException(Throwable) - Constructor for exception com.aducid.sdk.common.AducidClientException
 - 
Constructor with cause.
 - AducidJsonClient - Class in com.aducid.sdk.json
 - 
ADUCID JSON client.
 - AducidJsonClient() - Constructor for class com.aducid.sdk.json.AducidJsonClient
 - 
Default constructor.
 - AducidJsonClient(String) - Constructor for class com.aducid.sdk.json.AducidJsonClient
 - 
Constructor with AIM R4 service URL.
 - AducidMessageSender - Interface in com.aducid.sdk.sender
 - 
Interface for all message sender implementations.
 - AducidSimpleXMLMessageSender - Class in com.aducid.sdk.sender.simple
 - 
Default implementation of
AducidMessageSender. - AducidSimpleXMLMessageSender() - Constructor for class com.aducid.sdk.sender.simple.AducidSimpleXMLMessageSender
 - AIM_CLOSE_SESSION - com.aducid.sdk.sender.simple.util.SoapOperation
 - AIM_EXECUTE_PERSONAL_OBJECT - com.aducid.sdk.sender.simple.util.SoapOperation
 - AIM_GET_PSL_ATTRIBUTES - com.aducid.sdk.sender.simple.util.SoapOperation
 - AIM_HOST_PROPERTY - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
AIM_HOST_PROPERTY="AIM_HOST" - AIM_HOST_PROPERTY_NOT_FOUND - com.aducid.sdk.enums.ClientStatus
 - AIM_READ - com.aducid.sdk.enums.MethodName
 - AIM_REQUEST_OPERATION - com.aducid.sdk.sender.simple.util.SoapOperation
 - AIM_TLS_CERT_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
AIM_TLS_CERT_ID="AIM" - AimAttributes - Class in com.aducid.sdk.pojo
 - 
AIM attributes.
 - AimAttributes() - Constructor for class com.aducid.sdk.pojo.AimAttributes
 - AimConfigurationUtils - Class in com.aducid.sdk.util
 - 
AIM configuration utilities.
 - AIMStatus - Enum in com.aducid.sdk.enums
 - 
AIM status.
 - AimType - Enum in com.aducid.sdk.enums
 - 
AIM type.
 - ALF - com.aducid.sdk.enums.LFStatus
 - AlgorithmName - Enum in com.aducid.sdk.enums
 - 
Algorithm name.
 - ALL - com.aducid.sdk.enums.AttributeSetName
 - ANDROID - com.aducid.sdk.enums.OSType
 - APPROVED - com.aducid.sdk.enums.ProofingStatus
 - ASE - com.aducid.sdk.enums.AuthStatus
 - ASSIGNED - com.aducid.sdk.enums.ProofingStatus
 - AttributeSetName - Enum in com.aducid.sdk.enums
 - 
Attribute set name.
 - AUTH_ERROR - com.aducid.sdk.enums.AIMStatus
 - AUTHENTICATED_DECRYPT - com.aducid.sdk.enums.MethodName
 - AUTHENTICATED_DECRYPT_WITH_LF - com.aducid.sdk.enums.MethodName
 - AUTHENTICATED_ENCRYPT - com.aducid.sdk.enums.MethodName
 - AUTHENTICATED_ENCRYPT_WITH_LF - com.aducid.sdk.enums.MethodName
 - AUTHENTICATED_READ_KEY - com.aducid.sdk.enums.MethodName
 - AUTHENTICATED_READ_KEY_WITH_LF - com.aducid.sdk.enums.MethodName
 - authenticatedDecrypt(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated decryption operation.
 - authenticatedDecrypt(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated decryption operation.
 - authenticatedDecryptWithLF(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated decryption operation with local factor.
 - authenticatedDecryptWithLF(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated decryption operation with local factor.
 - authenticatedEncrypt(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated encryption operation.
 - authenticatedEncrypt(List<String>, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated encryption operation.
 - authenticatedEncryptWithLF(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated encryption operation with local factor.
 - authenticatedEncryptWithLF(List<String>, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated encryption operation with local factor.
 - authenticatedReadKey(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated read key operation.
 - authenticatedReadKey(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated read key operation.
 - authenticatedReadKeyWithLF(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs authenticated read key operation with local factor.
 - authenticatedReadKeyWithLF(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs authenticated read key operation with local factor.
 - AUTHORIZED - com.aducid.sdk.enums.ProofingStatus
 - AuthStatus - Enum in com.aducid.sdk.enums
 - 
Authentication status.
 - AUTO_CHANGE - com.aducid.sdk.enums.OperationName
 
B
- BASIC - com.aducid.sdk.enums.AttributeSetName
 - BEE - com.aducid.sdk.enums.AuthStatus
 - BIM - com.aducid.sdk.enums.AuthStatus
 - BINDING_TIMEOUT - com.aducid.sdk.enums.AIMStatus
 - BIOMETRIC - com.aducid.sdk.enums.ProofingType
 - BLR - com.aducid.sdk.enums.AuthStatus
 - BLUE - com.aducid.sdk.enums.Color
 - BROWSER_CONTROL - com.aducid.sdk.enums.AlgorithmName
 - BTO - com.aducid.sdk.enums.AuthStatus
 
C
- callCloseSession(String, AIMcloseSession) - Method in interface com.aducid.sdk.sender.AducidMessageSender
 - 
Destroys corresponding session on AIM.
 - callCloseSession(String, AIMcloseSession) - Method in class com.aducid.sdk.sender.simple.AducidSimpleXMLMessageSender
 - 
Destroys corresponding session on AIM.
 - callDPO(byte[], byte[], MethodName, PersonalObjectType) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs operation on directory personal object.
 - callExecutePersonalObject(String, AIMexecutePersonalObject) - Method in interface com.aducid.sdk.sender.AducidMessageSender
 - 
Executes server side operation on directory personal object.
 - callExecutePersonalObject(String, AIMexecutePersonalObject) - Method in class com.aducid.sdk.sender.simple.AducidSimpleXMLMessageSender
 - 
Executes server side operation on directory personal object.
 - callGetPSLAttributes(String, AIMgetPSLAttributes) - Method in interface com.aducid.sdk.sender.AducidMessageSender
 - 
Retrieves results of previous interaction with PEIG.
 - callGetPSLAttributes(String, AIMgetPSLAttributes) - Method in class com.aducid.sdk.sender.simple.AducidSimpleXMLMessageSender
 - 
Retrieves results of previous interaction with PEIG.
 - callOperation(OperationName, MethodName, List<MethodParameterType>, PersonalObjectType, RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Calls operation.
 - callPPO(MethodName, List<MethodParameterType>, PersonalObjectType, RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs operation on pocket personal object.
 - callRequestOperation(String, AIMrequestOperation) - Method in interface com.aducid.sdk.sender.AducidMessageSender
 - 
Executes client side operation on PEIG.
 - callRequestOperation(String, AIMrequestOperation) - Method in class com.aducid.sdk.sender.simple.AducidSimpleXMLMessageSender
 - 
Executes client side operation on PEIG.
 - CERT_ID_EXISTS - com.aducid.sdk.enums.MethodName
 - change(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs identity change operation.
 - change(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity change operation.
 - change(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity change operation.
 - CHANGE - com.aducid.sdk.enums.OperationName
 - checkAimUrl(String) - Static method in class com.aducid.sdk.util.AimConfigurationUtils
 - 
Checks and returns AIM URL.
 - CLIENT_BINDING - com.aducid.sdk.enums.AIMStatus
 - ClientConstant - Class in com.aducid.sdk.util
 - 
Client constants.
 - ClientStatus - Enum in com.aducid.sdk.enums
 - 
Client status.
 - CloseSessionResponse - Class in com.aducid.sdk.pojo
 - 
CloseSession response.
 - CloseSessionResponse() - Constructor for class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Default constructor.
 - CloseSessionResponse(AIMcloseSessionResponse) - Constructor for class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Constructor with raw response.
 - CMR - com.aducid.sdk.enums.AuthStatus
 - CODE - com.aducid.sdk.enums.ProofingType
 - COLON - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
COLON=':' - Color - Enum in com.aducid.sdk.enums
 - 
Color.
 - com.aducid.sdk - package com.aducid.sdk
 - 
ADUCID Client API essentials.
 - com.aducid.sdk.common - package com.aducid.sdk.common
 - 
Interfaces and exceptions.
 - com.aducid.sdk.enums - package com.aducid.sdk.enums
 - 
Enumeration classes.
 - com.aducid.sdk.json - package com.aducid.sdk.json
 - 
ADUCID Client API JSON version.
 - com.aducid.sdk.pojo - package com.aducid.sdk.pojo
 - 
Java beans.
 - com.aducid.sdk.provider.sender - package com.aducid.sdk.provider.sender
 - 
Provider message sender interface.
 - com.aducid.sdk.sender - package com.aducid.sdk.sender
 - 
R4 client message sender interface.
 - com.aducid.sdk.sender.simple - package com.aducid.sdk.sender.simple
 - 
R4 client message sender implementation.
 - com.aducid.sdk.sender.simple.util - package com.aducid.sdk.sender.simple.util
 - 
R4 client message sender utilities.
 - com.aducid.sdk.util - package com.aducid.sdk.util
 - 
Utility classes.
 - COMFORT - com.aducid.sdk.enums.Factor
 - COMMON - com.aducid.sdk.enums.ExceptionType
 - CR - com.aducid.sdk.enums.AuthStatus
 - create(String) - Static method in enum com.aducid.sdk.enums.AIMStatus
 - 
Creates enumeration from value.
 - create(String) - Static method in enum com.aducid.sdk.enums.AlgorithmName
 - 
Creates enumeration from value.
 - create(String) - Static method in enum com.aducid.sdk.enums.AttributeSetName
 - 
Creates enumeration from value.
 - create(String) - Static method in enum com.aducid.sdk.enums.MethodName
 - 
Creates enumeration from value.
 - create(String) - Static method in enum com.aducid.sdk.enums.OperationName
 - 
Creates enumeration from value.
 - CREATE_HOME_TRUSTED_AIM - com.aducid.sdk.enums.MethodName
 - CREATE_ROOM_BY_NAME - com.aducid.sdk.enums.MethodName
 - CREATE_ROOM_BY_STORY - com.aducid.sdk.enums.MethodName
 - CREATE_SECURITY_PROFILE - com.aducid.sdk.enums.MethodName
 - CREATE_SIGNED_AIM - com.aducid.sdk.enums.MethodName
 - CREATE_TLS_CERTIFICATE - com.aducid.sdk.enums.MethodName
 - CREATE_TRUSTED_AIM - com.aducid.sdk.enums.MethodName
 - CTO - com.aducid.sdk.enums.AuthStatus
 
D
- DAI - com.aducid.sdk.enums.AuthStatus
 - DASH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
DASH='-' - DATE_TIME_FORMAT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
DATE_TIME_FORMAT="dd.MM.yyyy HH:mm" - DBI - com.aducid.sdk.enums.AuthStatus
 - DEACTIVATE_MY_PEIG - com.aducid.sdk.enums.MethodName
 - DEACTIVATE_OTHER_PEIG - com.aducid.sdk.enums.MethodName
 - delete(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs identity delete operation.
 - delete(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity delete operation.
 - delete(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity delete operation.
 - DELETE - com.aducid.sdk.enums.OperationName
 - DELETE_HOME_TRUSTED_AIM - com.aducid.sdk.enums.MethodName
 - DELETE_IDENTITY_LINK - com.aducid.sdk.enums.MethodName
 - DELETE_SECURITY_PROFILE - com.aducid.sdk.enums.MethodName
 - DELETE_SIGNED_AIM - com.aducid.sdk.enums.MethodName
 - DELETE_TLS_CERTIFICATE - com.aducid.sdk.enums.MethodName
 - DELETE_TRUSTED_AIM - com.aducid.sdk.enums.MethodName
 - deleteIdentityLink(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity link deletion operation.
 - deleteIdentityLink(List<String>, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity link deletion operation.
 - Descriptive - Interface in com.aducid.sdk.common
 - 
Descriptive.
 - DeviceType - Enum in com.aducid.sdk.enums
 - 
Device type.
 - DGR - com.aducid.sdk.enums.AuthStatus
 - DI - com.aducid.sdk.enums.AuthStatus
 - DISABLE_ENFORCEMENT - com.aducid.sdk.enums.MethodName
 - DISABLE_SIGN - com.aducid.sdk.enums.MethodName
 - DISABLE_SIGNATURE_VERIFICATION - com.aducid.sdk.enums.MethodName
 - DISABLE_TRUST - com.aducid.sdk.enums.MethodName
 - DLI - com.aducid.sdk.enums.LFStatus
 - DLN - com.aducid.sdk.enums.AuthStatus
 - DMR - com.aducid.sdk.enums.AuthStatus
 - DR - com.aducid.sdk.enums.AuthStatus
 
E
- ENABLE_ENFORCEMENT - com.aducid.sdk.enums.MethodName
 - ENABLE_SIGN - com.aducid.sdk.enums.MethodName
 - ENABLE_SIGNATURE_VERIFICATION - com.aducid.sdk.enums.MethodName
 - ENABLE_TRUST - com.aducid.sdk.enums.MethodName
 - END - com.aducid.sdk.enums.AIMStatus
 - endAuthenticationSession(byte[], byte[]) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Ends authentication session.
 - endAuthenticationSession(String, String) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Ends authentication session.
 - endAuthenticationSession(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Ends authentication session.
 - ENFORCE_CHANGE - com.aducid.sdk.enums.MethodName
 - ENTER_ROOM_BY_NAME - com.aducid.sdk.enums.MethodName
 - ENTER_ROOM_BY_STORY - com.aducid.sdk.enums.MethodName
 - EOP - com.aducid.sdk.enums.AuthStatus
 - ERR - com.aducid.sdk.enums.AuthStatus
 - ERROR - com.aducid.sdk.enums.AIMStatus
 - ERROR - com.aducid.sdk.enums.AttributeSetName
 - ERROR - com.aducid.sdk.enums.Status
 - ErrorResult - Class in com.aducid.sdk.pojo
 - 
Error result.
 - ErrorResult() - Constructor for class com.aducid.sdk.pojo.ErrorResult
 - 
Default constructor.
 - ErrorResult(String) - Constructor for class com.aducid.sdk.pojo.ErrorResult
 - 
Constructor with message.
 - ErrorResult(String, Descriptive, String...) - Constructor for class com.aducid.sdk.pojo.ErrorResult
 - 
Constructor with descriptive.
 - ErrorResult(String, AIMStatus, AuthStatus) - Constructor for class com.aducid.sdk.pojo.ErrorResult
 - 
Constructor with AIM status and authentication status.
 - ErrorResult(String, AIMStatus, AuthStatus, LFStatus) - Constructor for class com.aducid.sdk.pojo.ErrorResult
 - 
Constructor with AIM status, authentication status and LF status.
 - escapeXml(String) - Static method in class com.aducid.sdk.util.XMLUtils
 - 
Escapes XML.
 - Event - Class in com.aducid.sdk.pojo
 - 
Event.
 - Event() - Constructor for class com.aducid.sdk.pojo.Event
 - EventStatistics - Class in com.aducid.sdk.pojo
 - 
Event statistics.
 - EventStatistics() - Constructor for class com.aducid.sdk.pojo.EventStatistics
 - ExceptionType - Enum in com.aducid.sdk.enums
 - 
Exception type.
 - ExceptionUtils - Class in com.aducid.sdk.util
 - 
Exception utilities.
 - EXUSE - com.aducid.sdk.enums.OperationName
 
F
- Factor - Enum in com.aducid.sdk.enums
 - 
Factor.
 - FINISHED - com.aducid.sdk.enums.AIMStatus
 - FIRST_ADMIN - com.aducid.sdk.enums.ProofingType
 - FORM - com.aducid.sdk.enums.ProofingType
 - fromCode(String) - Static method in enum com.aducid.sdk.enums.Color
 - 
Returns color from code.
 - fromJson(String, Class<T>) - Static method in class com.aducid.sdk.util.JsonUtils
 - 
Extracts object from JSON.
 
G
- GENERATE_UDI - com.aducid.sdk.enums.MethodName
 - generatePicture(String, int, int) - Static method in class com.aducid.sdk.util.QrCodeUtils
 - 
Codes redirect URL to QR picture.
 - GET_STATUS - com.aducid.sdk.enums.PublicMethod
 - getAgreementTime() - Method in class com.aducid.sdk.pojo.SyncResult
 - 
Returns agreement time.
 - getAimUrl() - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Returns AIM R4 service URL.
 - getAndroid() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns Android.
 - getArguments() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns arguments.
 - getArguments() - Method in interface com.aducid.sdk.common.Localizable
 - 
Returns arguments.
 - getArguments() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns arguments.
 - getAsymmetricKeyAlgorithm() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns asymmetric key algorithm.
 - getAsymmetricKeyLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns asymmetric key length.
 - getAuthentication() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns authentication.
 - getAuthenticationKeyLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns authentication key length.
 - getAuthId() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns authentication identifier.
 - getAuthId() - Method in class com.aducid.sdk.pojo.ProxyArguments
 - 
Returns authentication identifier.
 - getAuthId() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns authentication identifier.
 - getAuthId2() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns secondary authentication identifier.
 - getAuthKey() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns authentication key.
 - getAuthKey2() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns secondary authentication key.
 - getAuthStatus() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns authentication status.
 - getAutomaticIdentityChangeInExpirationCountdownTime() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns automatic identity change in expiration countdown time flag value.
 - getAutomaticIdentityChangeInExpirationCountdownUses() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns automatic identity change in expiration countdown uses flag value.
 - getBindingType() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns binding type.
 - getBooleanPersonalObjectAttribute(AIMexecutePersonalObjectResponse, String) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns boolean personal object attribute.
 - getBrowserControlAlgPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns browser control personal object - algorithm only.
 - getBrowserControlPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns browser control personal object.
 - getBuildNumber() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns build number.
 - getBuildVersion() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns build version.
 - getCategory() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns category.
 - getCategoryAsText() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns category as text.
 - getCertId() - Method in class com.aducid.sdk.pojo.TlsCertificate
 - 
Returns certId.
 - getCertificate() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Returns certificate.
 - getCipherTransformation() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns cipher transformation.
 - getCode() - Method in enum com.aducid.sdk.enums.Color
 - 
Returns code.
 - getComfortFactorMethodParameter() - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns comfort factor method parameter.
 - getConnectionUsbMethodParameter() - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns connection USB method parameter.
 - getCount() - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Returns count.
 - getData() - Method in class com.aducid.sdk.pojo.Result
 - 
Returns data.
 - getDate() - Method in class com.aducid.sdk.pojo.EventStatistics
 - 
Returns date.
 - getDate() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns date.
 - getDeviceType() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns device type.
 - getDirectInit() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns direct init flag value.
 - getECGenParameterSpec() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns EC generator parameter specification.
 - getEventId() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns event identifier.
 - getEventType() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns event type.
 - getExpiration() - Method in class com.aducid.sdk.pojo.QueueMessage
 - 
Returns expiration.
 - getExpirationAsText() - Method in class com.aducid.sdk.pojo.QueueMessage
 - 
Returns expiration as text.
 - getExpirationCountdownTime() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns expiration countdown time.
 - getExpirationCountdownTime() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns expiration countdown time.
 - getExpirationCountdownUses() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns expiration countdown uses.
 - getExpirationCountdownUses() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns expiration countdown uses.
 - getFailureCountAim() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns failure count AIM.
 - getFailureCountPeig() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns failure count PEIG.
 - getHashAlgorithm() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns hash algorithm.
 - getHmacAlgorithm() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns HMAC algorithm.
 - getHost() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns host.
 - getId() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns identifier.
 - getId() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns identifier.
 - getIdentificatorLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns identifier length.
 - getIdentitiesChanged() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns identities changed.
 - getIdentitiesChangedAnticopy() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns identities changed - anticopy.
 - getIdentitiesToChange() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns identities to change.
 - getIdentitiesToChangeAnticopy() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns identities to change - anticopy.
 - getIOS() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns iOS.
 - getKey() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns key.
 - getKey() - Method in interface com.aducid.sdk.common.Descriptive
 - 
Returns key.
 - getKey() - Method in interface com.aducid.sdk.common.Localizable
 - 
Returns key.
 - getKey() - Method in enum com.aducid.sdk.enums.ClientStatus
 - 
Returns key.
 - getKey() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns key.
 - getKeyAgreementAlgorithm() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns key agreement algorithm.
 - getLf() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns local factor.
 - getLfBt() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns local factor bluetooth.
 - getLfCount() - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Returns local factor count.
 - getLfExists() - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Returns local factor existence flag value.
 - getLfKeyboard() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns local factor keyboard.
 - getLfNfc() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns local factor NFC.
 - getLfStatus() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns local factor status.
 - getLfTouch() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns local factor touch.
 - getMac() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns Mac.
 - getManufacturer() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns manufacturer.
 - getMask() - Method in enum com.aducid.sdk.enums.IOSMaskType
 - 
Returns mask.
 - getMessage() - Method in interface com.aducid.sdk.common.Descriptive
 - 
Returns message.
 - getMessage() - Method in enum com.aducid.sdk.enums.ClientStatus
 - 
Returns message.
 - getMessage() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns message.
 - getMessages() - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Returns messages.
 - getMessagesToBePulled() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Returns messagesToBePulled queue statistics.
 - getMessagesToBePushed() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns messagesToBePushed queue statistics.
 - getMethod() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns method.
 - getMethodParameter(Valuable) - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns method parameter.
 - getMethodParameter(String, String) - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns method parameter.
 - getMillis() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns milliseconds.
 - getMillisAsText() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns milliseconds as text.
 - getModel() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns model.
 - getObjects() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns objects.
 - getOperation() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns operation.
 - getOperationName() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns operation name.
 - getOperationName() - Method in enum com.aducid.sdk.sender.simple.util.SoapOperation
 - 
Returns operation name.
 - getOSType() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns OS type.
 - getOther() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns other.
 - getPageNum() - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Returns page number.
 - getPageNum() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns page number.
 - getPagesSum() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns pages sum.
 - getPairedPid() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns paired PID.
 - getPairedUdi() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns paired UDI.
 - getPeig(List<PersonalObjectAttributeType>) - Static method in class com.aducid.sdk.util.PeigUtils
 - 
Returns PEIG.
 - getPeigActive() - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Returns PEIG activity flag value.
 - getPeigCryptoAlgPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns PEIG cryptography personal object - algorithm only.
 - getPeigCryptoPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns PEIG cryptography personal object.
 - getPeigCssId() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns PEIG CSS identifier.
 - getPeigCssValue() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns PEIG CSS value.
 - getPeigDetails() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG details.
 - getPeigDetectionTimeout() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns PEIG detection timeout.
 - getPeigDetectionTimeout(String) - Static method in class com.aducid.sdk.util.AimConfigurationUtils
 - 
Asks AIM for PEIG_DETECTION_TIMEOUT configuration value.
 - getPeigDeviceType() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG device type.
 - getPeigDeviceTypeColor() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG device type color.
 - getPeigId() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns PEIG identifier.
 - getPeigId() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG identifier.
 - getPeigIdColor() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG identifier color.
 - getPeigIdName() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG identifier name.
 - getPeigIdType() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG identifier type.
 - getPeigIsActive() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG is active flag value.
 - getPeigLocalCheckResults() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns PEIG local check results.
 - getPeigMessageAndComfortFactorMethodParameters(String) - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns PEIG message and comfort factor method parameters.
 - getPeigMessageAndPersonalFactorMethodParameters(String) - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns PEIG message and personal factor method parameters.
 - getPeigMessageMethodParameter(String) - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns PEIG message method parameter.
 - getPeigMgmtAlgPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns PEIG management personal object - algorithm only.
 - getPeigMgmtPersonalObject() - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns PEIG management personal object.
 - getPeigRealColor() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG real color.
 - getPeigReturnName() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns PEIG return name.
 - getPeigReturnName() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns PEIG return name.
 - getPeigs(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns PEIGs list.
 - getPeigTypePicture() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG type picture.
 - getPeigTypePictureAdmin() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG type picture for administrator.
 - getPeigTypeStyle() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns PEIG types style.
 - getPersonalFactorMethodParameter() - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns personal factor method parameter.
 - getPersonalObject() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns personal object.
 - getPersonalObject(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns personal object.
 - getPersonalObject(SearchFilter) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Converts searchFilter to personalObject.
 - getPersonalObject(SecurityProfile) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Converts securityProfile to personalObject.
 - getPersonalObject(String, Object) - Static method in class com.aducid.sdk.util.PersonalObjectUtils
 - 
Returns personal object.
 - getPersonalObjectAttributes(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns personal object attributes.
 - getPingRemoteAimResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns ping remote AIM operation result.
 - getPingTime() - Method in class com.aducid.sdk.pojo.PingResult
 - 
Returns ping time.
 - getPrimaryReplicaMethodParameter() - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns primary replica method parameter.
 - getProduct() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns product.
 - getProfileName() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns profile name.
 - getProfilePriority() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns profile priority.
 - getProfileTemplate() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns profile template.
 - getProviderRequests() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Returns providerRequests queue statistics.
 - getProviderResponses() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Returns providerResponses queue statistics.
 - GetPSLAttributesResponse - Class in com.aducid.sdk.pojo
 - 
GetPSLAttributes response.
 - GetPSLAttributesResponse() - Constructor for class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Default constructor.
 - GetPSLAttributesResponse(AIMgetPSLAttributesResponse) - Constructor for class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Constructor with raw response.
 - getPublicMethod() - Method in class com.aducid.sdk.pojo.ProxyArguments
 - 
Returns public method.
 - getPush() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns push flag value.
 - getPushPeigId() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns push PEIG identifier.
 - getPushSendTimeout() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns push send timeout.
 - getPushSendTimeout(String) - Static method in class com.aducid.sdk.util.AimConfigurationUtils
 - 
Asks AIM for PUSH_SEND_TIMEOUT configuration value.
 - getQrCodePicture() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns QR code picture.
 - getQrCodePictureHeight() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns QR code picture height.
 - getQrCodePictureWidth() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns QR code picture width.
 - getR3CertBindingStatus() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns R3 certificate binding status.
 - getRandomStringLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns random string length.
 - getReadAimAttributesResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns AIM attributes.
 - getReadEventsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readEvents search result.
 - getReadEventStatisticsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readEventStatistics search result.
 - getReadHomeTrustedAimsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readHomeTrustedAims operation result.
 - getReadMessageStatisticsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readMessageStatistics operation result.
 - getReadSecurityOperationStatusResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns security operation status.
 - getReadSecurityProfilesResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readSecurityProfiles search result.
 - getReadSignedAimsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readSignedAims operation result.
 - getReadStatisticsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readStatistics search result.
 - getReadTlsCertificatesResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readTlsCertificates operation result.
 - getReadTrustedAimsResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readTrustedAims operation result.
 - getReadUdisResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns readUdis search result.
 - getRecordsFrom() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns records from.
 - getRecordsPerPage() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns records per page.
 - getRecordsSum() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns records sum.
 - getRecordsTo() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns records to.
 - getRedirect() - Method in class com.aducid.sdk.pojo.Result
 - 
Returns redirect.
 - getRedirectUrl() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns redirect URL.
 - getRefreshTimeout() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Returns refresh timeout.
 - getRefreshTimeout(String) - Static method in class com.aducid.sdk.util.AimConfigurationUtils
 - 
Asks AIM for REFRESH_TIMEOUT configuration value.
 - getRemoteRequests() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Returns remoteRequests queue statistics.
 - getRemoteResponses() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Returns remoteResponses queue statistics.
 - getResponse() - Method in class com.aducid.sdk.pojo.PingResult
 - 
Returns response.
 - getResponse() - Method in class com.aducid.sdk.pojo.SyncResult
 - 
Returns response.
 - getResult() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns result.
 - getResult(byte[], byte[], AttributeSetName) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Returns result of previous authentication operation.
 - getResult(byte[], byte[], AttributeSetName, String, String, String) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Returns result of previous authentication operation.
 - getRowsPerPage() - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Returns rows per page.
 - getSearchCriteria() - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Returns search criteria.
 - getSecondaryReplicaMethodParameter() - Static method in class com.aducid.sdk.util.MethodParameterUtils
 - 
Returns secondary replica method parameter.
 - getSecondAuthenticationKeyLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns second authentication key length.
 - getSecurityLevel() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns security level.
 - getSecurityProfile(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns security profile.
 - getSecurityProfileName() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns security profile name.
 - getSessionCipherTransformation() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns session cipher transformation.
 - getSessionKey() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns session key.
 - getSessionStatus() - Method in class com.aducid.sdk.pojo.Event
 - 
Returns session status.
 - getSignatureAlgorithm() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns signature algorithm.
 - getSortAsc() - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Returns sort ascending flag value.
 - getSortAsc() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns sort ascending flag value.
 - getSortColumn() - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Returns sort column.
 - getSortColumn() - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Returns sort column.
 - getSpid() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Returns SPID.
 - getSpid() - Method in class com.aducid.sdk.pojo.QueueMessage
 - 
Returns SPID.
 - getSpid() - Method in class com.aducid.sdk.pojo.SignedAim
 - 
Returns SPID.
 - getSpid() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns SPID.
 - getStatus() - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Returns status.
 - getStatus() - Method in class com.aducid.sdk.pojo.Result
 - 
Returns status.
 - getStatusAIM() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns AIM status.
 - getStatusAIM() - Method in interface com.aducid.sdk.common.Statusable
 - 
Returns AIM status.
 - getStatusAIM() - Method in class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Returns AIM status.
 - getStatusAIM() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns AIM status.
 - getStatusAIM() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns AIM status.
 - getStatusAIM(String) - Static method in class com.aducid.sdk.util.StatusUtils
 - 
Returns AIM status.
 - getStatusAuth() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns authentication status.
 - getStatusAuth() - Method in interface com.aducid.sdk.common.Statusable
 - 
Returns authentication status.
 - getStatusAuth() - Method in class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Returns authentication status.
 - getStatusAuth() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns authentication status.
 - getStatusAuth() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns authentication status.
 - getStatusAuth(String) - Static method in class com.aducid.sdk.util.StatusUtils
 - 
Returns authentication status.
 - getStatusLF() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns local factor status.
 - getStatusLF() - Method in interface com.aducid.sdk.common.Statusable
 - 
Returns local factor status.
 - getStatusLF() - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Returns local factor status.
 - getStringList(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns string list.
 - getStringPersonalObjectAttribute(AIMexecutePersonalObjectResponse, String) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns string personal object attribute.
 - getStringPersonalObjectAttribute(GetPSLAttributesResponse, String) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns string personal object attribute.
 - getSymmetricKeyLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns symmetric key length.
 - getSyncLinkedUserDataResult(AIMexecutePersonalObjectResponse) - Static method in class com.aducid.sdk.util.SearchUtils
 - 
Returns syncMyIdentityLinkedUserData/syncOthersIdentityLinkedUserData operation result.
 - getTargetKey() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns target key.
 - getTextCoding() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns text coding.
 - getTlsCertBindingStatus() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns TLS certificate binding status.
 - getTlsCertId() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns TLS certificate identifier.
 - getTotal() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns total.
 - getTotalIdentities() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns total identities.
 - getTotalUsers() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns total users.
 - getTransaction() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns transaction.
 - getTsWindows() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns TS Windows.
 - getType() - Method in exception com.aducid.sdk.common.AducidClientException
 - 
Returns type.
 - getType() - Method in enum com.aducid.sdk.enums.IOSMaskType
 - 
Returns type.
 - getType() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns type.
 - getUdi() - Method in class com.aducid.sdk.pojo.UdiDetails
 - 
Returns UDI.
 - getUnix() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns Unix.
 - getUsb() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns USB.
 - getUserDatabaseIndex() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns user database index.
 - getUserId() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns user identifier.
 - getUsesCount() - Method in class com.aducid.sdk.pojo.EventStatistics
 - 
Returns uses count.
 - getValidityCount() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns validity count.
 - getValidityCount() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns validity count.
 - getValidityTime() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns validity time.
 - getValidityTime() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns validity time.
 - getValue() - Method in interface com.aducid.sdk.common.Valuable
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.AIMStatus
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.AlgorithmName
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.AttributeSetName
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.MethodName
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.OperationName
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.PLFOperation
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.SLFOperation
 - 
Returns value.
 - getValue() - Method in enum com.aducid.sdk.enums.VerificationType
 - 
Returns value.
 - getVectorLength() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns vector length.
 - getVerificationMethod() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Returns verification method.
 - getVerifiedCF() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns verified comfort factor flag value.
 - getVerifiedLF() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Returns verified local factor flag value.
 - getWindows() - Method in class com.aducid.sdk.pojo.Statistics
 - 
Returns Windows.
 - GRAY - com.aducid.sdk.enums.Color
 - GREEN - com.aducid.sdk.enums.Color
 - GRR - com.aducid.sdk.enums.AuthStatus
 
H
- HCD - com.aducid.sdk.enums.AuthStatus
 - HCM - com.aducid.sdk.enums.AuthStatus
 - HOME_AIM - com.aducid.sdk.enums.AimType
 - HomeTrustedAim - Class in com.aducid.sdk.pojo
 - 
Home trusted AIM.
 - HomeTrustedAim() - Constructor for class com.aducid.sdk.pojo.HomeTrustedAim
 
I
- IDENITY_LINK - com.aducid.sdk.enums.LinkType
 - IDENTITY_DELETION_SUCCESSFUL - com.aducid.sdk.enums.ClientStatus
 - IDENTITY_LINK - com.aducid.sdk.enums.MethodName
 - IDENTITY_LINK - com.aducid.sdk.enums.ProofingType
 - IDENTITY_LINK_WITH_INIT - com.aducid.sdk.enums.MethodName
 - IDENTITY_PROVIDER - com.aducid.sdk.enums.AimType
 - identityLink(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity link operation.
 - identityLink(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity link operation.
 - identityLinkWithInitLF(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity link operation with local factor initialization.
 - identityLinkWithInitLF(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity link operation with local factor initialization.
 - IE - com.aducid.sdk.enums.AuthStatus
 - IFF - com.aducid.sdk.enums.AuthStatus
 - ILM - com.aducid.sdk.enums.AuthStatus
 - init(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs identity initialization.
 - init(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity initialization.
 - init(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity initialization.
 - INIT - com.aducid.sdk.enums.MethodName
 - INIT - com.aducid.sdk.enums.OperationName
 - INIT - com.aducid.sdk.enums.PLFOperation
 - INIT - com.aducid.sdk.enums.SLFOperation
 - initEncryptionKeys(Integer, Integer, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs encryption keys initialization operation.
 - initEncryptionKeys(String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs encryption keys initialization operation.
 - INR - com.aducid.sdk.enums.AuthStatus
 - INTERNAL_ERROR - com.aducid.sdk.enums.AIMStatus
 - IOS - com.aducid.sdk.enums.OSType
 - IOSMaskType - Enum in com.aducid.sdk.enums
 - 
iOS Mask type.
 - IPAD - com.aducid.sdk.enums.IOSMaskType
 - IPAD_MINI - com.aducid.sdk.enums.IOSMaskType
 - IPHONE_4 - com.aducid.sdk.enums.IOSMaskType
 - IPHONE_5 - com.aducid.sdk.enums.IOSMaskType
 - isConnected() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns connected flag value.
 - isDeleted() - Method in class com.aducid.sdk.pojo.UdiDetails
 - 
Returns deleted flag value.
 - ISE - com.aducid.sdk.enums.AuthStatus
 - isEnforceChangeRunning() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns enforce change running flag value.
 - isEnforced() - Method in class com.aducid.sdk.pojo.TlsCertificate
 - 
Returns enforced flag value.
 - isFirstRun() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns first run flag value.
 - isGenerateQrCodePicture() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Returns generate QR code picture flag value.
 - isHasCertificate() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns has certificate flag value.
 - isLoggedIn() - Method in class com.aducid.sdk.pojo.Peig
 - 
Returns logged in flag value.
 - isNs(Throwable) - Static method in class com.aducid.sdk.util.ExceptionUtils
 - 
Checks NS status.
 - isNtd(Throwable) - Static method in class com.aducid.sdk.util.ExceptionUtils
 - 
Checks NTD status.
 - isReadStatusRunning() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns read status running flag value.
 - isSigned() - Method in class com.aducid.sdk.pojo.SignedAim
 - 
Returns signed flag value.
 - isSuppressAnticopyRunning() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Returns suppress anticopy running flag value.
 - isSynchronizeActivatedPeig() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Returns synchronize activated PEIG flag value.
 - isSynchronizeDeactivatedPeig() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Returns synchronize deactivated PEIG flag value.
 - isSynchronizeRevokedPeig() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Returns synchronize revoked PEIG flag value.
 - isTrusted() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns trusted flag value.
 - isUsb() - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Returns USB flag value.
 - isVerifySignature() - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Returns verify signature flag value.
 
J
- JsonUtils - Class in com.aducid.sdk.util
 - 
JSON utilities.
 
K
- KEY - com.aducid.sdk.enums.ProofingType
 - KEY_CREATED - com.aducid.sdk.enums.ProofingStatus
 - KO - com.aducid.sdk.enums.AuthStatus
 - KO - com.aducid.sdk.enums.LFStatus
 
L
- LCI - com.aducid.sdk.enums.AuthStatus
 - LEGACY - com.aducid.sdk.enums.ProofingType
 - LFStatus - Enum in com.aducid.sdk.enums
 - 
Local factor status.
 - LI - com.aducid.sdk.enums.AuthStatus
 - LINK - com.aducid.sdk.enums.OperationName
 - LinkType - Enum in com.aducid.sdk.enums
 - 
Link type.
 - LIST_MY_LINKED_AIMS - com.aducid.sdk.enums.MethodName
 - LIST_OTHERS_LINKED_AIMS - com.aducid.sdk.enums.MethodName
 - LLF - com.aducid.sdk.enums.LFStatus
 - Localizable - Interface in com.aducid.sdk.common
 - 
Localizable.
 - LOCALIZABLE - com.aducid.sdk.enums.ExceptionType
 - localLinkConnection(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs connection local link operation.
 - localLinkConnection(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs connection local link operation.
 - localLinkPrimary(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs primary local link operation.
 - localLinkPrimary(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs primary local link operation.
 - localLinkSecondary(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs secondary local link operation.
 - localLinkSecondary(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs secondary local link operation.
 - LOGGED_IN_AND_ACTIVE_UDI_DIFFERENT - com.aducid.sdk.enums.ClientStatus
 - LOGOUT - com.aducid.sdk.enums.Status
 - LRD - com.aducid.sdk.enums.AuthStatus
 
M
- MACHINE - com.aducid.sdk.enums.PeigType
 - MCT - com.aducid.sdk.enums.AuthStatus
 - meetingRoomCreate(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs meeting room create operation.
 - meetingRoomCreate(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs meeting room create operation.
 - meetingRoomEnter(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs meeting room enter operation.
 - meetingRoomEnter(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs meeting room enter operation.
 - MESSAGE_VERIFICATION_UNSUCCESSFUL - com.aducid.sdk.enums.ClientStatus
 - MessageStatistics - Class in com.aducid.sdk.pojo
 - 
Message statistics.
 - MessageStatistics() - Constructor for class com.aducid.sdk.pojo.MessageStatistics
 - MET - com.aducid.sdk.enums.AuthStatus
 - MethodName - Enum in com.aducid.sdk.enums
 - 
Method name.
 - MethodParameterUtils - Class in com.aducid.sdk.util
 - 
Method parameter utilities.
 - MI - com.aducid.sdk.enums.AuthStatus
 - MILLIS_IN_SECOND - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MILLIS_IN_SECOND=1000 - MOBILE_PEIG_SCHEME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MOBILE_PEIG_SCHEME="aducid://callback" - MP_NAME_CONNECTION - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_CONNECTION="Connection" - MP_NAME_ENCRYPTION_EVENT_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_ENCRYPTION_EVENT_ID="PoPar##EncryptionEventId" - MP_NAME_ENCRYPTION_KEY_BUFFER_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_ENCRYPTION_KEY_BUFFER_LENGTH="EncryptionKeyBufferLength" - MP_NAME_ENCRYPTION_KEY_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_ENCRYPTION_KEY_ID="PoPar##EncryptionKeyId" - MP_NAME_ENCRYPTION_KEY_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_ENCRYPTION_KEY_LENGTH="EncryptionKeyLength" - MP_NAME_ENCRYPTION_TARGET_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_ENCRYPTION_TARGET_UDI="PoPar##EncryptionTargetUdi" - MP_NAME_INIT_PRIMARY_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_INIT_PRIMARY_PERSONAL_FACTOR="InitPrimaryPersonalFactor" - MP_NAME_INIT_SECONDARY_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_INIT_SECONDARY_PERSONAL_FACTOR="InitSecondaryPersonalFactor" - MP_NAME_PEIG_MESSAGE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_PEIG_MESSAGE="PeigMessage" - MP_NAME_PEIG_MESSAGE_DATA - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_PEIG_MESSAGE_DATA="PeigMessageData" - MP_NAME_PRIMARY_REPLICA - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_PRIMARY_REPLICA="PrimaryReplica" - MP_NAME_PRIMARY_VERIFICATION - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_PRIMARY_VERIFICATION="PrimaryVerification" - MP_NAME_REMOTE_AIM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_REMOTE_AIM="RemoteAim" - MP_NAME_SECONDARY_REPLICA - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_SECONDARY_REPLICA="SecondaryReplica" - MP_NAME_SECONDARY_VERIFICATION - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_SECONDARY_VERIFICATION="SecondaryVerification" - MP_NAME_USE_COMFORT_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_USE_COMFORT_FACTOR="UseComfortFactor" - MP_NAME_USE_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_USE_PERSONAL_FACTOR="UsePersonalFactor" - MP_NAME_USE_PRIMARY_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_USE_PRIMARY_PERSONAL_FACTOR="UsePrimaryPersonalFactor" - MP_NAME_USE_SECONDARY_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_NAME_USE_SECONDARY_PERSONAL_FACTOR="UseSecondaryPersonalFactor" - MP_VALUE_ONE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_VALUE_ONE="1" - MP_VALUE_USB - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
MP_VALUE_USB="Usb" 
N
- NAME_VALUE_DELIMITER - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
NAME_VALUE_DELIMITER="=" - NAP - com.aducid.sdk.enums.AuthStatus
 - NAU - com.aducid.sdk.enums.AuthStatus
 - NAU - com.aducid.sdk.enums.LFStatus
 - NEO - com.aducid.sdk.enums.AuthStatus
 - NER - com.aducid.sdk.enums.AuthStatus
 - NIL - com.aducid.sdk.enums.AuthStatus
 - NO_PEIG_TYPE - com.aducid.sdk.enums.PeigType
 - NO_PROOFING_STATUS - com.aducid.sdk.enums.ProofingStatus
 - NONE - com.aducid.sdk.enums.AIMStatus
 - NOP - com.aducid.sdk.enums.AuthStatus
 - NS - com.aducid.sdk.enums.AuthStatus
 - NSA - com.aducid.sdk.enums.AuthStatus
 - NTD - com.aducid.sdk.enums.AuthStatus
 - NU - com.aducid.sdk.enums.AuthStatus
 
O
- OK - com.aducid.sdk.enums.AuthStatus
 - OK - com.aducid.sdk.enums.LFStatus
 - OK - com.aducid.sdk.enums.Status
 - ONE_TIME_LINK - com.aducid.sdk.enums.LinkType
 - ONE_TIME_LINK - com.aducid.sdk.enums.MethodName
 - ONE_TIME_LINK_WITH_INIT - com.aducid.sdk.enums.MethodName
 - oneTimeLink(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs one time link operation.
 - oneTimeLink(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs one time link operation.
 - oneTimeLinkWithCF(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs one time link operation with comfort factor.
 - oneTimeLinkWithCF(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs one time link operation with comfort factor.
 - oneTimeLinkWithInitLF(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs one time link operation with local factor initialization.
 - oneTimeLinkWithInitLF(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs one time link operation with local factor initialization.
 - oneTimeLinkWithLF(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs one time link operation with local factor.
 - oneTimeLinkWithLF(List<String>, String, String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs one time link operation with local factor.
 - OPEN - com.aducid.sdk.enums.OperationName
 - OperationName - Enum in com.aducid.sdk.enums
 - 
Operation name.
 - OPV - com.aducid.sdk.enums.AuthStatus
 - OSType - Enum in com.aducid.sdk.enums
 - 
OS type.
 - OSX - com.aducid.sdk.enums.OSType
 
P
- parseInteger(String) - Static method in class com.aducid.sdk.util.ParseUtils
 - 
Parse integer from text value.
 - parseLong(String) - Static method in class com.aducid.sdk.util.ParseUtils
 - 
Parses long from text value.
 - ParseUtils - Class in com.aducid.sdk.util
 - 
Parse utilities.
 - PASSIVE - com.aducid.sdk.enums.AIMStatus
 - PCD - com.aducid.sdk.enums.AuthStatus
 - Peig - Class in com.aducid.sdk.pojo
 - 
PEIG.
 - Peig() - Constructor for class com.aducid.sdk.pojo.Peig
 - PEIG_CRYPTO - com.aducid.sdk.enums.AlgorithmName
 - PEIG_DETECTION_TIMEOUT_URL_DEFAULT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PEIG_DETECTION_TIMEOUT_URL_DEFAULT="/AIM/PeigDetectionTimeout" - PEIG_LOCAL_LINK - com.aducid.sdk.enums.MethodName
 - PEIG_MGMT - com.aducid.sdk.enums.AlgorithmName
 - PEIG_RETURN_NAME - com.aducid.sdk.enums.AttributeSetName
 - PeigDetails - Class in com.aducid.sdk.pojo
 - 
PEIG details.
 - PeigDetails() - Constructor for class com.aducid.sdk.pojo.PeigDetails
 - PeigType - Enum in com.aducid.sdk.enums
 - 
PEIG type.
 - PeigUtils - Class in com.aducid.sdk.util
 - 
PEIG utilities.
 - PERSONAL - com.aducid.sdk.enums.Factor
 - PERSONAL_OBJECT_ATTRIBUTE_NOT_FOUND - com.aducid.sdk.enums.ClientStatus
 - PERSONAL_OBJECT_ATTRIBUTES_EMPTY - com.aducid.sdk.enums.ClientStatus
 - PERSONAL_OBJECT_EMPTY - com.aducid.sdk.enums.ClientStatus
 - PersonalObjectUtils - Class in com.aducid.sdk.util
 - 
Personal object utilities.
 - PHONE - com.aducid.sdk.enums.DeviceType
 - PING_REMOTE_AIM - com.aducid.sdk.enums.MethodName
 - PingResult - Class in com.aducid.sdk.pojo
 - 
Ping result.
 - PingResult() - Constructor for class com.aducid.sdk.pojo.PingResult
 - PLFOperation - Enum in com.aducid.sdk.enums
 - 
Primary local factor operation.
 - PNA - com.aducid.sdk.enums.AuthStatus
 - PNE - com.aducid.sdk.enums.AuthStatus
 - PNG_IMAGE_FORMAT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PNG_IMAGE_FORMAT="png" - PO_ATTRIBUTE_NAME_AGREEMENT_TIME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_AGREEMENT_TIME="AgreementTime" - PO_ATTRIBUTE_NAME_AIM_PING_TIME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_AIM_PING_TIME="AimPingTime" - PO_ATTRIBUTE_NAME_APPROVED_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_APPROVED_UDI="ApprovedUdi" - PO_ATTRIBUTE_NAME_ASYMMETRIC_KEY_ALGORITHM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ASYMMETRIC_KEY_ALGORITHM="asymmetricKeyAlgorithm" - PO_ATTRIBUTE_NAME_ASYMMETRIC_KEY_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ASYMMETRIC_KEY_LENGTH="asymmetricKeyLength" - PO_ATTRIBUTE_NAME_AUTHENTICATION_KEY_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_AUTHENTICATION_KEY_LENGTH="authenticationKeyLength" - PO_ATTRIBUTE_NAME_AUTOMATIC_IDENTITY_CHANGE_IN_EXPIRATION_COUNTDOWN_TIME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_...="automaticIdentityChangeInExpirationCountdownTime" - PO_ATTRIBUTE_NAME_AUTOMATIC_IDENTITY_CHANGE_IN_EXPIRATION_COUNTDOWN_USES - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_...="automaticIdentityChangeInExpirationCountdownUses" - PO_ATTRIBUTE_NAME_CERT_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_CERT_ID="certId" - PO_ATTRIBUTE_NAME_CERT_ID_EXISTS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_CERT_ID_EXISTS="certIdExists" - PO_ATTRIBUTE_NAME_CERTIFICATE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_CERTIFICATE="certificate" - PO_ATTRIBUTE_NAME_CIPHER_TRANSFORMATION - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_CIPHER_TRANSFORMATION="cipherTransformation" - PO_ATTRIBUTE_NAME_CONNECTED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_CONNECTED="connected" - PO_ATTRIBUTE_NAME_DATA - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_DATA="data" - PO_ATTRIBUTE_NAME_DIRECT_INIT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_DIRECT_INIT="directInit" - PO_ATTRIBUTE_NAME_EC_GEN_PARAMETER_SPEC - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_EC_GEN_PARAMETER_SPEC="eCGenParameterSpec" - PO_ATTRIBUTE_NAME_ENABLED_METHOD_CODE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ENABLED_METHOD_CODE="enabledMethodCode" - PO_ATTRIBUTE_NAME_ENCRYPTION_EVENT_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ENCRYPTION_EVENT_ID="PoPar##EncryptionEventId" - PO_ATTRIBUTE_NAME_ENCRYPTION_TARGET_KEY - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ENCRYPTION_TARGET_KEY="PoPar##EncryptionTargetKey" - PO_ATTRIBUTE_NAME_ENFORCED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ENFORCED="enforced" - PO_ATTRIBUTE_NAME_EXPIRATION_COUNTDOWN_TIME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_EXPIRATION_COUNTDOWN_TIME="expirationCountdownTime" - PO_ATTRIBUTE_NAME_EXPIRATION_COUNTDOWN_USES - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_EXPIRATION_COUNTDOWN_USES="expirationCountdownUses" - PO_ATTRIBUTE_NAME_FAILURE_COUNT_AIM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_FAILURE_COUNT_AIM="failureCountAim" - PO_ATTRIBUTE_NAME_FAILURE_COUNT_PEIG - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_FAILURE_COUNT_PEIG="failureCountPeig" - PO_ATTRIBUTE_NAME_HAS_CERTIFICATE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_HAS_CERTIFICATE="hasCertificate" - PO_ATTRIBUTE_NAME_HASH_ALGORITHM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_HASH_ALGORITHM="hashAlgorithm" - PO_ATTRIBUTE_NAME_HMAC_ALGORITHM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_HMAC_ALGORITHM="hmacAlgorithm" - PO_ATTRIBUTE_NAME_HOST - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_HOST="host" - PO_ATTRIBUTE_NAME_IDENTIFICATOR_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_IDENTIFICATOR_LENGTH="identificatorLength" - PO_ATTRIBUTE_NAME_IS_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_IS_PERSONAL_FACTOR="IsPersonalFactor" - PO_ATTRIBUTE_NAME_KEY_AGREEMENT_ALGORITHM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_KEY_AGREEMENT_ALGORITHM="keyAgreementAlgorithm" - PO_ATTRIBUTE_NAME_LOCAL_FACTOR_COUNT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_LOCAL_FACTOR_COUNT="LocalFactorCount" - PO_ATTRIBUTE_NAME_LOCAL_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_LOCAL_UDI="LocalUdi" - PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PULLED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PULLED="messagesToBePulled" - PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PULLED_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PULLED_STATUS="messagesToBePulledStatus" - PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PUSHED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PUSHED="messagesToBePushed" - PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PUSHED_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_MESSAGES_TO_BE_PUSHED_STATUS="messagesToBePushedStatus" - PO_ATTRIBUTE_NAME_PAIRED_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PAIRED_UDI="Paired_UDI" - PO_ATTRIBUTE_NAME_PEIG_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_ID="PeigId" - PO_ATTRIBUTE_NAME_PEIG_ID_COLOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_ID_COLOR="PeigIdColor" - PO_ATTRIBUTE_NAME_PEIG_ID_NAME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_ID_NAME="PeigIdName" - PO_ATTRIBUTE_NAME_PEIG_ID_TYPE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_ID_TYPE="PeigIdType" - PO_ATTRIBUTE_NAME_PEIG_IS_ACTIVE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_IS_ACTIVE="PeigIsActive" - PO_ATTRIBUTE_NAME_PEIG_TYPE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PEIG_TYPE="peigType" - PO_ATTRIBUTE_NAME_PROFILE_NAME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROFILE_NAME="profileName" - PO_ATTRIBUTE_NAME_PROFILE_PRIORITY - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PRIORITY="priority" - PO_ATTRIBUTE_NAME_PROFILE_TEMPLATE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROFILE_TEMPLATE="profileTemplate" - PO_ATTRIBUTE_NAME_PROOFING_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROOFING_STATUS="proofingStatus" - PO_ATTRIBUTE_NAME_PROOFING_TYPE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROOFING_TYPE="proofingType" - PO_ATTRIBUTE_NAME_PROVIDER_REQUESTS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROVIDER_REQUESTS="providerRequests" - PO_ATTRIBUTE_NAME_PROVIDER_REQUESTS_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROVIDER_REQUESTS_STATUS="providerRequestsStatus" - PO_ATTRIBUTE_NAME_PROVIDER_RESPONSES - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROVIDER_RESPONSES="providerResponses" - PO_ATTRIBUTE_NAME_PROVIDER_RESPONSES_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_PROVIDER_RESPONSES_STATUS="providerResponsesStatus" - PO_ATTRIBUTE_NAME_RANDOM_STRING_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RANDOM_STRING_LENGTH="randomStringLength" - PO_ATTRIBUTE_NAME_REMOTE_AIM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REMOTE_AIM="RemoteAim" - PO_ATTRIBUTE_NAME_REMOTE_REQUESTS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REMOTE_REQUESTS="remoteRequests" - PO_ATTRIBUTE_NAME_REMOTE_REQUESTS_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REMOTE_REQUESTS_STATUS="remoteRequestsStatus" - PO_ATTRIBUTE_NAME_REMOTE_RESPONSES - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REMOTE_RESPONSES="remoteResponses" - PO_ATTRIBUTE_NAME_REMOTE_RESPONSES_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REMOTE_RESPONSES_STATUS="remoteResponsesStatus" - PO_ATTRIBUTE_NAME_REQUEST - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_REQUEST="Request" - PO_ATTRIBUTE_NAME_RESPONSE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RESPONSE="Response" - PO_ATTRIBUTE_NAME_RETURN_ACTIVE_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RETURN_ACTIVE_UDI="Return_Active_UDI" - PO_ATTRIBUTE_NAME_RETURN_PAIRED_PID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RETURN_PAIRED_PID="Return_Paired_Peig_ID" - PO_ATTRIBUTE_NAME_RETURN_PAIRED_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RETURN_PAIRED_UDI="Return_Paired_UDI" - PO_ATTRIBUTE_NAME_RETURN_STATUS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_RETURN_STATUS="Return_Status" - PO_ATTRIBUTE_NAME_ROLES - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_ROLES="roles" - PO_ATTRIBUTE_NAME_SECOND_AUTHENTICATION_KEY_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SECOND_AUTHENTICATION_KEY_LENGTH="secondAuthenticationKeyLength" - PO_ATTRIBUTE_NAME_SECURITY_PROFILE_EXISTS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SECURITY_PROFILE_EXISTS="securityProfileExists" - PO_ATTRIBUTE_NAME_SECURITY_PROFILE_PRIORITIES_IMAGE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SECURITY_PROFILE_PRIORITIES_IMAGE="securityProfilePrioritiesImage" - PO_ATTRIBUTE_NAME_SESSION_CIPHER_TRANSFORMATION - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SESSION_CIPHER_TRANSFORMATION="sessionCipherTransformation" - PO_ATTRIBUTE_NAME_SIGNATURE_ALGORITHM - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SIGNATURE_ALGORITHM="signatureAlgorithm" - PO_ATTRIBUTE_NAME_SIGNED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SIGNED="signed" - PO_ATTRIBUTE_NAME_SPID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SPID="SPID" - PO_ATTRIBUTE_NAME_SUBJECT_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SUBJECT_UDI="SubjectUdi" - PO_ATTRIBUTE_NAME_SYMMETRIC_KEY_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_SYMMETRIC_KEY_LENGTH="symmetricKeyLength" - PO_ATTRIBUTE_NAME_TEXT_CODING - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_TEXT_CODING="textCoding" - PO_ATTRIBUTE_NAME_TRUSTED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_TRUSTED="trusted" - PO_ATTRIBUTE_NAME_TYPE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_TYPE="type" - PO_ATTRIBUTE_NAME_UDI - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_UDI="UDI" - PO_ATTRIBUTE_NAME_UDI_DELETED - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_UDI_DELETED="udiDeleted" - PO_ATTRIBUTE_NAME_UDI_EXISTS - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_UDI_EXISTS="udiExists" - PO_ATTRIBUTE_NAME_USE_COMFORT_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_USE_COMFORT_FACTOR="UseComfortFactor" - PO_ATTRIBUTE_NAME_USE_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_USE_PERSONAL_FACTOR="UsePersonalFactor" - PO_ATTRIBUTE_NAME_USE_SECONDARY_PERSONAL_FACTOR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_USE_SECONDARY_PERSONAL_FACTOR="UseSecondaryPersonalFactor" - PO_ATTRIBUTE_NAME_VALIDITY_COUNT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_VALIDITY_COUNT="validityCount" - PO_ATTRIBUTE_NAME_VALIDITY_TIME - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_VALIDITY_TIME="validityTime" - PO_ATTRIBUTE_NAME_VECTOR_LENGTH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_VECTOR_LENGTH="vectorLength" - PO_ATTRIBUTE_NAME_VERIFICATION_METHOD - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_VERIFICATION_METHOD="verificationMethod" - PO_ATTRIBUTE_NAME_VERIFY_SIGNATURE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_NAME_VERIFY_SIGNATURE="verifySignature" - PO_ATTRIBUTE_VALUE_AU - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_VALUE_AU="AU" - PO_ATTRIBUTE_VALUE_OK - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_ATTRIBUTE_VALUE_OK="OK" - PO_TYPE_NAME_BROWSER_CONTROL - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_TYPE_NAME_BROWSER_CONTROL="ADUCID###BROWSER-CONTROL" - PO_TYPE_NAME_PEIG_CRYPTO - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_TYPE_NAME_PEIG_CRYPTO="ADUCID###PEIG-CRYPTO" - PO_TYPE_NAME_PEIG_MGMT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PO_TYPE_NAME_PEIG_MGMT="ADUCID###PEIG-MGMT" - PPNP - com.aducid.sdk.enums.AuthStatus
 - PRIMARY - com.aducid.sdk.enums.VerificationType
 - PROCESS_TIMEOUT - com.aducid.sdk.enums.AIMStatus
 - PROOFING_IN_PROGRESS - com.aducid.sdk.enums.ProofingStatus
 - ProofingStatus - Enum in com.aducid.sdk.enums
 - 
Proofing status.
 - ProofingType - Enum in com.aducid.sdk.enums
 - 
Proofing type.
 - PROTOCOL_DELIMITER - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PROTOCOL_DELIMITER="://" - ProviderMessageSender - Class in com.aducid.sdk.provider.sender
 - 
Abstract provider message sender.
 - ProviderMessageSender(LinkType, AducidAdvancedClient) - Constructor for class com.aducid.sdk.provider.sender.ProviderMessageSender
 - 
Constructor with link type and ADUCID advanced client instance.
 - ProxyArguments - Class in com.aducid.sdk.pojo
 - 
Proxy arguments.
 - ProxyArguments() - Constructor for class com.aducid.sdk.pojo.ProxyArguments
 - PublicMethod - Enum in com.aducid.sdk.enums
 - 
Public method.
 - PUSH_SEND_TIMEOUT_URL_DEFAULT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
PUSH_SEND_TIMEOUT_URL_DEFAULT="/AIM/PushSendTimeout" 
Q
- QP_AUTH_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_AUTH_ID="authId" - QP_BINDING_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_BINDING_ID="bindingId" - QP_BINDING_KEY - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_BINDING_KEY="bindingKey" - QP_ID - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_ID="id" - QP_OFFLINE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_OFFLINE="offline" - QP_R3_URL - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_R3_URL="r3Url" - QP_TYPE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QP_TYPE="type" - QR - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QR="qr" - QR_ADMIN - com.aducid.sdk.enums.ProofingType
 - QR_CODE_PICTURE_HEIGHT_DEFAULT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QR_CODE_PICTURE_HEIGHT_DEFAULT=300 - QR_CODE_PICTURE_WIDTH_DEFAULT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QR_CODE_PICTURE_WIDTH_DEFAULT=300 - QR_M2M - com.aducid.sdk.enums.ProofingType
 - QrCodeUtils - Class in com.aducid.sdk.util
 - 
QR code utilities.
 - QUARTER_PREFIX - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QUARTER_PREFIX="Q" - QUERY_PARAMETER_DELIMITER - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QUERY_PARAMETER_DELIMITER='&' - QUERY_START_DELIMITER - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
QUERY_START_DELIMITER='?' - QueueMessage - Class in com.aducid.sdk.pojo
 - 
Queue message.
 - QueueMessage() - Constructor for class com.aducid.sdk.pojo.QueueMessage
 - QueueStatistics - Class in com.aducid.sdk.pojo
 - 
Queue statistics.
 - QueueStatistics() - Constructor for class com.aducid.sdk.pojo.QueueStatistics
 
R
- RBE - com.aducid.sdk.enums.AuthStatus
 - READ_ALL_EVENTS - com.aducid.sdk.enums.MethodName
 - READ_DATA - com.aducid.sdk.enums.MethodName
 - READ_EVENT_STATISTICS - com.aducid.sdk.enums.MethodName
 - READ_EVENTS - com.aducid.sdk.enums.MethodName
 - READ_EVENTS_BY_ADMIN - com.aducid.sdk.enums.MethodName
 - READ_HOME_TRUSTED_AIMS - com.aducid.sdk.enums.MethodName
 - READ_MESSAGE_STATISTICS - com.aducid.sdk.enums.MethodName
 - READ_MY_PEIGS_ID - com.aducid.sdk.enums.MethodName
 - READ_OTHER_PEIGS_ID - com.aducid.sdk.enums.MethodName
 - READ_ROLES - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_OPERATION_STATUS - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_PROFILE_DETAILS - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_PROFILE_PRIORITIES_IMAGE - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_PROFILE_TEMPLATE - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_PROFILE_TEMPLATE_NAMES - com.aducid.sdk.enums.MethodName
 - READ_SECURITY_PROFILES - com.aducid.sdk.enums.MethodName
 - READ_SIGNED_AIMS - com.aducid.sdk.enums.MethodName
 - READ_STATISTICS - com.aducid.sdk.enums.MethodName
 - READ_TLS_CERTIFICATES - com.aducid.sdk.enums.MethodName
 - READ_TRUSTED_AIM_SPIDS - com.aducid.sdk.enums.MethodName
 - READ_TRUSTED_AIMS - com.aducid.sdk.enums.MethodName
 - READ_UDIS - com.aducid.sdk.enums.MethodName
 - rechange(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs identity re-change operation.
 - rechange(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity re-change operation.
 - rechange(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity re-change operation.
 - RECHANGE - com.aducid.sdk.enums.OperationName
 - RED - com.aducid.sdk.enums.Color
 - REDIRECT - com.aducid.sdk.enums.Status
 - REFRESH_ENCRYPTION_KEYS - com.aducid.sdk.enums.MethodName
 - REFRESH_TIMEOUT_URL_DEFAULT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
REFRESH_TIMEOUT_URL_DEFAULT="/AIM/RefreshTimeout" - refreshEncryptionKeys(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs encryption keys refresh operation.
 - refreshEncryptionKeys(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs encryption keys refresh operation.
 - reinit(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Performs identity re-initialization operation.
 - reinit(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs identity re-initialization operation.
 - reinit(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs identity re-initialization operation.
 - REINIT - com.aducid.sdk.enums.OperationName
 - REQUEST_SENT - com.aducid.sdk.enums.ProofingStatus
 - RequestOperationArguments - Class in com.aducid.sdk.pojo
 - 
Request operation arguments.
 - RequestOperationArguments() - Constructor for class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Default constructor.
 - RequestOperationArguments(String, String) - Constructor for class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Constructor with identifier and PEIG return name.
 - RequestOperationArguments(String, String, Boolean) - Constructor for class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Constructor with identifier, PEIG return name and generate QR code picture flag value.
 - RequestOperationResult - Class in com.aducid.sdk.pojo
 - 
Request operation result.
 - RequestOperationResult() - Constructor for class com.aducid.sdk.pojo.RequestOperationResult
 - Result - Class in com.aducid.sdk.pojo
 - 
Result.
 - Result() - Constructor for class com.aducid.sdk.pojo.Result
 - 
Default constructor.
 - REVOKE_MY_PEIG - com.aducid.sdk.enums.MethodName
 - REVOKE_OTHER_PEIG - com.aducid.sdk.enums.MethodName
 - RIM - com.aducid.sdk.enums.AuthStatus
 - RSE - com.aducid.sdk.enums.AuthStatus
 - RUT - com.aducid.sdk.enums.AuthStatus
 
S
- SCE - com.aducid.sdk.enums.AuthStatus
 - SearchFilter - Class in com.aducid.sdk.pojo
 - 
Search filter.
 - SearchFilter() - Constructor for class com.aducid.sdk.pojo.SearchFilter
 - SearchResult - Class in com.aducid.sdk.pojo
 - 
Search result.
 - SearchResult() - Constructor for class com.aducid.sdk.pojo.SearchResult
 - 
Default constructor.
 - SearchUtils - Class in com.aducid.sdk.util
 - 
Search utilities.
 - SearchUtils() - Constructor for class com.aducid.sdk.util.SearchUtils
 - SECONDARY - com.aducid.sdk.enums.VerificationType
 - SECONDARY_PERSONAL_FACTOR_FAILED - com.aducid.sdk.enums.ClientStatus
 - SECURITY_PROFILE_EXISTS - com.aducid.sdk.enums.MethodName
 - SecurityOperationStatus - Class in com.aducid.sdk.pojo
 - 
Security operation status.
 - SecurityOperationStatus() - Constructor for class com.aducid.sdk.pojo.SecurityOperationStatus
 - SecurityProfile - Class in com.aducid.sdk.pojo
 - 
Security profile.
 - SecurityProfile() - Constructor for class com.aducid.sdk.pojo.SecurityProfile
 - SELF - com.aducid.sdk.enums.ProofingType
 - SenderHelper - Class in com.aducid.sdk.sender.simple.util
 - 
Sender helper.
 - sendRequest(String, SoapOperation, SOAPMessage) - Static method in class com.aducid.sdk.sender.simple.util.SenderHelper
 - 
Sends SOAP/XML request to AIM R4 web service.
 - SET_APPROVED_MY_UDI - com.aducid.sdk.enums.MethodName
 - SET_APPROVED_OTHERS_UDI - com.aducid.sdk.enums.MethodName
 - setAgreementTime(String) - Method in class com.aducid.sdk.pojo.SyncResult
 - 
Sets agreement time.
 - setAndroid(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets Android.
 - setArguments(String[]) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets arguments.
 - setAsymmetricKeyAlgorithm(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets asymmetric key algorithm.
 - setAsymmetricKeyLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets asymmetric key length.
 - setAuthentication(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets authentication.
 - setAuthenticationKeyLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets authentication key length.
 - setAuthId(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets authentication identifier.
 - setAuthId(String) - Method in class com.aducid.sdk.pojo.ProxyArguments
 - 
Sets authentication identifier.
 - setAuthId(String) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets authentication identifier.
 - setAuthId2(byte[]) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets secondary authentication identifier.
 - setAuthKey(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets authentication key.
 - setAuthKey2(byte[]) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets secondary authentication key.
 - setAuthStatus(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets authentication status.
 - setAutomaticIdentityChangeInExpirationCountdownTime(Boolean) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets automatic identity change in expiration countdown time flag value.
 - setAutomaticIdentityChangeInExpirationCountdownUses(Boolean) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets automatic identity change in expiration countdown uses flag value.
 - setBindingType(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets binding type.
 - setBuildNumber(String) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets build number.
 - setBuildVersion(String) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets build version.
 - setCategory(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets category.
 - setCategoryAsText(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets category as text.
 - setCertId(String) - Method in class com.aducid.sdk.pojo.TlsCertificate
 - 
Sets certId.
 - setCertificate(byte[]) - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Sets certificate.
 - setCipherTransformation(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets cipher transformation.
 - setConnected(boolean) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets connected flag value.
 - setData(Object) - Method in class com.aducid.sdk.pojo.Result
 - 
Sets data.
 - setDate(String) - Method in class com.aducid.sdk.pojo.EventStatistics
 - 
Sets date.
 - setDate(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets date.
 - setDeleted(boolean) - Method in class com.aducid.sdk.pojo.UdiDetails
 - 
Sets deleted flag value.
 - setDeviceType(DeviceType) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets device type.
 - setDirectInit(Boolean) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets direct init flag value.
 - setECGenParameterSpec(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets EC generator parameter specification.
 - setEnforceChangeRunning(boolean) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets enforce change running flag value.
 - setEnforced(boolean) - Method in class com.aducid.sdk.pojo.TlsCertificate
 - 
Sets enforced flag value.
 - setEventType(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets event type.
 - setExpiration(long) - Method in class com.aducid.sdk.pojo.QueueMessage
 - 
Sets expiration.
 - setExpirationCountdownTime(Long) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets expiration countdown time.
 - setExpirationCountdownTime(Long) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets expiration countdown time.
 - setExpirationCountdownUses(Integer) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets expiration countdown uses.
 - setExpirationCountdownUses(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets expiration countdown uses.
 - setFailureCountAim(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets failure count AIM.
 - setFailureCountPeig(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets failure count PEIG.
 - setFirstRun(boolean) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets first run flag value.
 - setGenerateQrCodePicture(boolean) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets generate QR code picture flag value.
 - setHasCertificate(boolean) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets has certificate flag value.
 - setHashAlgorithm(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets hash algorithm.
 - setHmacAlgorithm(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets HMAC algorithm.
 - setHost(String) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets host.
 - setId(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets identifier.
 - setId(String) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets identifier.
 - setIdentificatorLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets identifier length.
 - setIdentitiesChanged(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets identities changed.
 - setIdentitiesChangedAnticopy(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets identities changed - anticopy.
 - setIdentitiesToChange(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets identities to change.
 - setIdentitiesToChangeAnticopy(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets identities to change - anticopy.
 - setIOS(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets iOS.
 - setKey(String) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets key.
 - setKeyAgreementAlgorithm(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets key agreement algorithm.
 - setLf(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets local factor.
 - setLfBt(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets local factor bluetooth.
 - setLfCount(Integer) - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Sets local factor count.
 - setLfExists(Boolean) - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Sets local factor existence flag value.
 - setLfKeyboard(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets local factor keyboard.
 - setLfNfc(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets local factor NFC.
 - setLfStatus(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets local factor status.
 - setLfTouch(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets local factor touch.
 - setLoggedIn(boolean) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets logged in flag value.
 - setMac(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets Mac.
 - setManufacturer(String) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets manufacturer.
 - setMessage(String) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets message.
 - setMessages(List<QueueMessage>) - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Sets messages.
 - setMessagesAsJson(String) - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Sets messages as JSON.
 - setMessagesToBePulled(QueueStatistics) - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Sets messagesToBePulled queue statistics.
 - setMessagesToBePushed(QueueStatistics) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets messagesToBePushed queue statistics.
 - setMethod(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets method.
 - setMillis(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets milliseconds.
 - setMillisAsText(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets milliseconds as text.
 - setModel(String) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets model.
 - setObjects(List<Object>) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets objects.
 - setOperation(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets operation.
 - setOperationName(OperationName) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets operation name.
 - setOSType(OSType) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets OS type.
 - setOther(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets other.
 - setPageNum(Integer) - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Sets page number.
 - setPageNum(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets page number.
 - setPagesSum(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets pages sum.
 - setPairedPid(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets paired PID.
 - setPairedUdi(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets paired UDI.
 - setPeigActive(Boolean) - Method in class com.aducid.sdk.pojo.AimAttributes
 - 
Sets PEIG activity flag value.
 - setPeigCssId(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets PEIG CSS identifier.
 - setPeigCssValue(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets PEIG CSS value.
 - setPeigDetails(PeigDetails) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG details.
 - setPeigDetectionTimeout(Integer) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets PEIG detection timeout.
 - setPeigDeviceType(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG device type.
 - setPeigDeviceTypeColor(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG device type color.
 - setPeigId(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets PEIG identifier.
 - setPeigId(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG identifier.
 - setPeigIdColor(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG identifier color.
 - setPeigIdName(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG identifier name.
 - setPeigIdType(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG identifier type.
 - setPeigIsActive(Boolean) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG is active flag value.
 - setPeigLocalCheckResults(List<PeigLocalCheckResultType>) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets PEIG local check results.
 - setPeigRealColor(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG real color.
 - setPeigReturnName(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets PEIG return name.
 - setPeigReturnName(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets PEIG return name.
 - setPeigTypePicture(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG type picture.
 - setPeigTypePictureAdmin(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG type picture for administrator.
 - setPeigTypeStyle(String) - Method in class com.aducid.sdk.pojo.Peig
 - 
Sets PEIG types style.
 - setPersonalObject(PersonalObjectType) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets personal object.
 - setPingTime(String) - Method in class com.aducid.sdk.pojo.PingResult
 - 
Sets ping time.
 - setProduct(String) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets product.
 - setProfileName(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets profile name.
 - setProfilePriority(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets profile priority.
 - setProfileTemplate(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets profile template.
 - setProviderRequests(QueueStatistics) - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Sets providerRequests queue statistics.
 - setProviderResponses(QueueStatistics) - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Sets providerResponses queue statistics.
 - setPublicMethod(PublicMethod) - Method in class com.aducid.sdk.pojo.ProxyArguments
 - 
Sets public method.
 - setPush(Boolean) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets push flag value.
 - setPushPeigId(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets push PEIG identifier.
 - setPushSendTimeout(Integer) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets push send timeout.
 - setQrCodePicture(byte[]) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets QR code picture.
 - setQrCodePictureHeight(int) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets QR code picture height.
 - setQrCodePictureWidth(int) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets QR code picture width.
 - setR3CertBindingStatus(AuthStatus) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets R3 certificate binding status.
 - setRandomStringLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets random string length.
 - setReadStatusRunning(boolean) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets read status running flag value.
 - setRecordsFrom(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets records from.
 - setRecordsPerPage(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets records per page.
 - setRecordsSum(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets records sum.
 - setRecordsTo(Integer) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets records to.
 - setRedirect(String) - Method in class com.aducid.sdk.pojo.Result
 - 
Sets redirect.
 - setRedirectUrl(String) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets redirect URL.
 - setRefreshTimeout(Integer) - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - 
Sets refresh timeout.
 - setRemoteRequests(QueueStatistics) - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Sets remoteRequests queue statistics.
 - setRemoteResponses(QueueStatistics) - Method in class com.aducid.sdk.pojo.MessageStatistics
 - 
Sets remoteResponses queue statistics.
 - setResponse(String) - Method in class com.aducid.sdk.pojo.PingResult
 - 
Sets response.
 - setResponse(String) - Method in class com.aducid.sdk.pojo.SyncResult
 - 
Sets response.
 - setRowsPerPage(Integer) - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Sets rows per page.
 - setSearchCriteria(String) - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Sets search criteria.
 - setSecondAuthenticationKeyLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets second authentication key length.
 - setSecurityLevel(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets security level.
 - setSecurityProfileName(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets security profile name.
 - setSessionCipherTransformation(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets session cipher transformation.
 - setSessionKey(byte[]) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets session key.
 - setSessionStatus(String) - Method in class com.aducid.sdk.pojo.Event
 - 
Sets session status.
 - setSignatureAlgorithm(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets signature algorithm.
 - setSigned(boolean) - Method in class com.aducid.sdk.pojo.SignedAim
 - 
Sets signed flag value.
 - setSortAsc(Boolean) - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Sets sort ascending flag value.
 - setSortAsc(Boolean) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets sort ascending flag value.
 - setSortColumn(String) - Method in class com.aducid.sdk.pojo.SearchFilter
 - 
Sets sort column.
 - setSortColumn(String) - Method in class com.aducid.sdk.pojo.SearchResult
 - 
Sets sort column.
 - setSpid(String) - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Sets SPID.
 - setSpid(String) - Method in class com.aducid.sdk.pojo.QueueMessage
 - 
Sets SPID.
 - setSpid(String) - Method in class com.aducid.sdk.pojo.SignedAim
 - 
Sets SPID.
 - setSpid(String) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets SPID.
 - setStatus(Status) - Method in class com.aducid.sdk.pojo.Result
 - 
Sets status.
 - setStatus(String) - Method in class com.aducid.sdk.pojo.QueueStatistics
 - 
Sets status.
 - setStatusAIM(AIMStatus) - Method in class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Sets AIM status.
 - setStatusAIM(AIMStatus) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets AIM status.
 - setStatusAIM(AIMStatus) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets AIM status.
 - setStatusAuth(AuthStatus) - Method in class com.aducid.sdk.pojo.CloseSessionResponse
 - 
Sets authentication status.
 - setStatusAuth(AuthStatus) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets authentication status.
 - setStatusAuth(AuthStatus) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets authentication status.
 - setStatusLF(LFStatus) - Method in class com.aducid.sdk.pojo.ErrorResult
 - 
Sets local factor status.
 - setSuppressAnticopyRunning(boolean) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets suppress anticopy running flag value.
 - setSymmetricKeyLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets symmetric key length.
 - setSynchronizeActivatedPeig(boolean) - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Sets synchronize activated PEIG flag value.
 - setSynchronizeDeactivatedPeig(boolean) - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Sets synchronize deactivated PEIG flag value.
 - setSynchronizeRevokedPeig(boolean) - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - 
Sets synchronize revoked PEIG flag value.
 - setTextCoding(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets text coding.
 - setTlsCertBindingStatus(AuthStatus) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets TLS certificate binding status.
 - setTlsCertId(String) - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - 
Sets TLS certificate identifier.
 - setTotal(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets total.
 - setTotalIdentities(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets total identities.
 - setTotalUsers(long) - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - 
Sets total users.
 - setTransaction(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets transaction.
 - setTrusted(boolean) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets trusted flag value.
 - setTsWindows(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets TS Windows.
 - setType(AimType) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets type.
 - setUdi(String) - Method in class com.aducid.sdk.pojo.UdiDetails
 - 
Sets UDI.
 - setUnix(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets Unix.
 - setUsb(boolean) - Method in class com.aducid.sdk.pojo.PeigDetails
 - 
Sets USB flag value.
 - setUsb(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets USB.
 - setUserDatabaseIndex(String) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets user database index.
 - setUserId(byte[]) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets user identifier.
 - setUsesCount(String) - Method in class com.aducid.sdk.pojo.EventStatistics
 - 
Sets uses count.
 - setValidityCount(Integer) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets validity count.
 - setValidityCount(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets validity count.
 - setValidityTime(Long) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets validity time.
 - setValidityTime(Long) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets validity time.
 - setVectorLength(Integer) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets vector length.
 - setVerificationMethod(String) - Method in class com.aducid.sdk.pojo.SecurityProfile
 - 
Sets verification method.
 - setVerifiedCF(Boolean) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets verified comfort factor flag value.
 - setVerifiedLF(Boolean) - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - 
Sets verified local factor flag value.
 - setVerifySignature(boolean) - Method in class com.aducid.sdk.pojo.TrustedAim
 - 
Sets verify signature flag value.
 - setWindows(String) - Method in class com.aducid.sdk.pojo.Statistics
 - 
Sets Windows.
 - SignedAim - Class in com.aducid.sdk.pojo
 - 
Signed AIM.
 - SignedAim() - Constructor for class com.aducid.sdk.pojo.SignedAim
 - SLASH - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
SLASH='/' - SLFOperation - Enum in com.aducid.sdk.enums
 - 
Secondary local factor operation.
 - SoapOperation - Enum in com.aducid.sdk.sender.simple.util
 - 
SOAP operations.
 - SPACE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
SPACE=' ' - SPE - com.aducid.sdk.enums.AuthStatus
 - START - com.aducid.sdk.enums.AIMStatus
 - START_TIMEOUT - com.aducid.sdk.enums.AIMStatus
 - startAuthenticationSession(RequestOperationArguments) - Method in class com.aducid.sdk.AbstractAducidClient
 - 
Starts authentication session.
 - startAuthenticationSession(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Starts authentication session.
 - startAuthenticationSession(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Starts authentication session.
 - Statistics - Class in com.aducid.sdk.pojo
 - 
ADUCID statistics.
 - Statistics() - Constructor for class com.aducid.sdk.pojo.Statistics
 - Status - Enum in com.aducid.sdk.enums
 - 
Status.
 - STATUS - com.aducid.sdk.enums.AttributeSetName
 - Statusable - Interface in com.aducid.sdk.common
 - 
Statusable.
 - STATUSABLE - com.aducid.sdk.enums.ExceptionType
 - StatusUtils - Class in com.aducid.sdk.util
 - 
Status utilities.
 - stringListFromJson(String) - Static method in class com.aducid.sdk.util.JsonUtils
 - 
Extracts string list from JSON.
 - StringListTypeReference - Class in com.aducid.sdk.util
 - 
String list type reference.
 - StringListTypeReference() - Constructor for class com.aducid.sdk.util.StringListTypeReference
 - SUPPRESS_ANTICOPY - com.aducid.sdk.enums.MethodName
 - SYNC_MY_IDENTITY_LINKED_USER_DATA - com.aducid.sdk.enums.MethodName
 - SYNC_MY_ONE_TIME_LINKED_USER_DATA - com.aducid.sdk.enums.MethodName
 - SYNC_OTHERS_IDENTITY_LINKED_USER_DATA - com.aducid.sdk.enums.MethodName
 - SYNC_OTHERS_ONE_TIME_LINKED_USER_DATA - com.aducid.sdk.enums.MethodName
 - SYNCHRONIZE_ACTIVATED_PEIG - com.aducid.sdk.enums.MethodName
 - SYNCHRONIZE_DEACTIVATED_PEIG - com.aducid.sdk.enums.MethodName
 - SYNCHRONIZE_REVOKED_PEIG - com.aducid.sdk.enums.MethodName
 - syncMyLinkedUserData(String, String, String, String, String) - Method in class com.aducid.sdk.provider.sender.ProviderMessageSender
 - 
Synchronize my identity linked user data.
 - syncOthersLinkedUserData(String, String, String, String, String) - Method in class com.aducid.sdk.provider.sender.ProviderMessageSender
 - 
Synchronize others identity linked user data.
 - SyncResult - Class in com.aducid.sdk.pojo
 - 
Sync result.
 - SyncResult() - Constructor for class com.aducid.sdk.pojo.SyncResult
 
T
- TABLET - com.aducid.sdk.enums.DeviceType
 - TEMPLATE - com.aducid.sdk.enums.ProofingType
 - TlsCertificate - Class in com.aducid.sdk.pojo
 - 
TLS certificate.
 - TlsCertificate() - Constructor for class com.aducid.sdk.pojo.TlsCertificate
 - toJson() - Method in class com.aducid.sdk.pojo.Result
 - 
Returns result as JSON.
 - toJson(Object) - Static method in class com.aducid.sdk.util.JsonUtils
 - 
Writes object to JSON.
 - toJsonResult(AducidClientException) - Static method in class com.aducid.sdk.util.JsonUtils
 - 
Writes client exception to JSON result.
 - toJsonResult(Object) - Static method in class com.aducid.sdk.util.JsonUtils
 - 
Writes object to JSON result.
 - toString() - Method in enum com.aducid.sdk.enums.AIMStatus
 - toString() - Method in enum com.aducid.sdk.enums.AlgorithmName
 - toString() - Method in enum com.aducid.sdk.enums.AttributeSetName
 - toString() - Method in enum com.aducid.sdk.enums.MethodName
 - toString() - Method in enum com.aducid.sdk.enums.OperationName
 - toString() - Method in class com.aducid.sdk.pojo.AimAttributes
 - toString() - Method in class com.aducid.sdk.pojo.ErrorResult
 - toString() - Method in class com.aducid.sdk.pojo.Event
 - toString() - Method in class com.aducid.sdk.pojo.EventStatistics
 - toString() - Method in class com.aducid.sdk.pojo.GetPSLAttributesResponse
 - toString() - Method in class com.aducid.sdk.pojo.HomeTrustedAim
 - toString() - Method in class com.aducid.sdk.pojo.MessageStatistics
 - toString() - Method in class com.aducid.sdk.pojo.Peig
 - toString() - Method in class com.aducid.sdk.pojo.PeigDetails
 - toString() - Method in class com.aducid.sdk.pojo.PingResult
 - toString() - Method in class com.aducid.sdk.pojo.ProxyArguments
 - toString() - Method in class com.aducid.sdk.pojo.QueueMessage
 - toString() - Method in class com.aducid.sdk.pojo.QueueStatistics
 - toString() - Method in class com.aducid.sdk.pojo.RequestOperationArguments
 - toString() - Method in class com.aducid.sdk.pojo.RequestOperationResult
 - toString() - Method in class com.aducid.sdk.pojo.Result
 - toString() - Method in class com.aducid.sdk.pojo.SearchFilter
 - toString() - Method in class com.aducid.sdk.pojo.SearchResult
 - toString() - Method in class com.aducid.sdk.pojo.SecurityOperationStatus
 - toString() - Method in class com.aducid.sdk.pojo.SecurityProfile
 - toString() - Method in class com.aducid.sdk.pojo.SignedAim
 - toString() - Method in class com.aducid.sdk.pojo.Statistics
 - toString() - Method in class com.aducid.sdk.pojo.SyncResult
 - toString() - Method in class com.aducid.sdk.pojo.TlsCertificate
 - toString() - Method in class com.aducid.sdk.pojo.TrustedAim
 - toString() - Method in class com.aducid.sdk.pojo.UdiDetails
 - TrustedAim - Class in com.aducid.sdk.pojo
 - 
Trusted AIM.
 - TrustedAim() - Constructor for class com.aducid.sdk.pojo.TrustedAim
 - TSWINDOWS - com.aducid.sdk.enums.OSType
 
U
- UBM - com.aducid.sdk.enums.AuthStatus
 - UCC - com.aducid.sdk.enums.AuthStatus
 - UDI_DELETED - com.aducid.sdk.enums.MethodName
 - UDI_EXISTS - com.aducid.sdk.enums.MethodName
 - UdiDetails - Class in com.aducid.sdk.pojo
 - 
UDI details.
 - UdiDetails() - Constructor for class com.aducid.sdk.pojo.UdiDetails
 - UI - com.aducid.sdk.enums.AuthStatus
 - UIL - com.aducid.sdk.enums.AuthStatus
 - UIP - com.aducid.sdk.enums.AuthStatus
 - ULF - com.aducid.sdk.enums.AuthStatus
 - ULF - com.aducid.sdk.enums.LFStatus
 - UMR - com.aducid.sdk.enums.AuthStatus
 - UNDERSCORE - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
UNDERSCORE='_' - unescapeXml(String) - Static method in class com.aducid.sdk.util.XMLUtils
 - 
Unescapes XML.
 - UNIX - com.aducid.sdk.enums.OSType
 - UNKNOWN - com.aducid.sdk.enums.AuthStatus
 - UNKNOWN - com.aducid.sdk.enums.LFStatus
 - UNKNOWN - com.aducid.sdk.enums.OSType
 - UOP - com.aducid.sdk.enums.AuthStatus
 - UPDATE_HOME_TRUSTED_AIM - com.aducid.sdk.enums.MethodName
 - UPDATE_SECURITY_PROFILE - com.aducid.sdk.enums.MethodName
 - UPDATE_SECURITY_PROFILE_PRIORITY - com.aducid.sdk.enums.MethodName
 - UPDATE_TLS_CERTIFICATE - com.aducid.sdk.enums.MethodName
 - UPLOAD_TRUSTED_AIM_CERTIFICATE - com.aducid.sdk.enums.MethodName
 - UPR - com.aducid.sdk.enums.AuthStatus
 - URM - com.aducid.sdk.enums.AuthStatus
 - USE - com.aducid.sdk.enums.PLFOperation
 - USE - com.aducid.sdk.enums.SLFOperation
 - USER - com.aducid.sdk.enums.PeigType
 - USF - com.aducid.sdk.enums.AuthStatus
 - USP - com.aducid.sdk.enums.AuthStatus
 - USSP - com.aducid.sdk.enums.AuthStatus
 - UTL - com.aducid.sdk.enums.AuthStatus
 - UTR - com.aducid.sdk.enums.AuthStatus
 - UU - com.aducid.sdk.enums.AuthStatus
 - UUS - com.aducid.sdk.enums.AuthStatus
 - UV - com.aducid.sdk.enums.AuthStatus
 
V
- Valuable - Interface in com.aducid.sdk.common
 - 
Valuable interface.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.AIMStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.AimType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.AlgorithmName
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.AttributeSetName
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.AuthStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.ClientStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.Color
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.DeviceType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.ExceptionType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.Factor
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.IOSMaskType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.LFStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.LinkType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.MethodName
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.OperationName
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.OSType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.PeigType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.PLFOperation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.ProofingStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.ProofingType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.PublicMethod
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.SLFOperation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.Status
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.enums.VerificationType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.aducid.sdk.sender.simple.util.SoapOperation
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum com.aducid.sdk.enums.AIMStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.AimType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.AlgorithmName
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.AttributeSetName
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.AuthStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.ClientStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.Color
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.DeviceType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.ExceptionType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.Factor
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.IOSMaskType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.LFStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.LinkType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.MethodName
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.OperationName
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.OSType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.PeigType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.PLFOperation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.ProofingStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.ProofingType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.PublicMethod
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.SLFOperation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.Status
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.enums.VerificationType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.aducid.sdk.sender.simple.util.SoapOperation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - VALUES_DELIMITER - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
VALUES_DELIMITER=";" - verification(VerificationType, PLFOperation, SLFOperation, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs verification operation.
 - verification(String, String, String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs verification operation.
 - VerificationType - Enum in com.aducid.sdk.enums
 - 
Verification type.
 - VERIFY_LF - com.aducid.sdk.enums.MethodName
 - VERIFY_MESSAGE - com.aducid.sdk.enums.MethodName
 - verifyCF(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs comfort factor verification operation.
 - verifyCF(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs comfort factor verification operation.
 - verifyLF(RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs local factor verification operation.
 - verifyLF(String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs local factor verification operation.
 - verifyMessage(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs verify message operation.
 - verifyMessage(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs verify message operation.
 - verifyMessageWithCF(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs verify message operation with comfort factor.
 - verifyMessageWithCF(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs verify message operation with comfort factor.
 - verifyMessageWithLF(String, RequestOperationArguments) - Method in class com.aducid.sdk.AducidAdvancedClient
 - 
Performs verify message operation with local factor.
 - verifyMessageWithLF(String, String) - Method in class com.aducid.sdk.json.AducidJsonClient
 - 
Performs verify message operation with local factor.
 - VI - com.aducid.sdk.enums.AuthStatus
 
W
- WINDOWS - com.aducid.sdk.enums.OSType
 - withData(Object) - Static method in class com.aducid.sdk.pojo.Result
 - 
Returns result with data.
 - withRedirect(String) - Static method in class com.aducid.sdk.pojo.Result
 - 
Returns result with redirect.
 - WLF - com.aducid.sdk.enums.AuthStatus
 - WORKING - com.aducid.sdk.enums.AIMStatus
 - WRITE_DATA - com.aducid.sdk.enums.MethodName
 - WRITE_MY_BROWSER_CONTROL - com.aducid.sdk.enums.MethodName
 - WRITE_MY_BROWSER_CSS - com.aducid.sdk.enums.MethodName
 - WRITE_OTHER_BROWSER_CONTROL - com.aducid.sdk.enums.MethodName
 - WRITE_OTHER_BROWSER_CSS - com.aducid.sdk.enums.MethodName
 - WRITE_ROLES - com.aducid.sdk.enums.MethodName
 
X
- XMLUtils - Class in com.aducid.sdk.util
 - 
XML utilities.
 
Y
- YEAR_MONTH_FORMAT - Static variable in class com.aducid.sdk.util.ClientConstant
 - 
Constant
YEAR_MONTH_FORMAT="yyyy/MM" 
All Classes All Packages