Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Authentication
API v8.1 SP2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
D
data
- Variable in class com.rsa.authagent.authapi.ciphers.
RandomData
DataAccessorException
- Exception in
com.rsa.authagent.authapi.datarepository
The DataAccessorException Exception is used for Data Repository model, signals that an attempt to read or write to data resource has failed
DataAccessorException()
- Constructor for exception com.rsa.authagent.authapi.datarepository.
DataAccessorException
Constructs a FileNotFoundException without the detail message
DataAccessorException(String)
- Constructor for exception com.rsa.authagent.authapi.datarepository.
DataAccessorException
Constructs a FileNotFoundException with the specified detail message.
DataAccessorException(Throwable)
- Constructor for exception com.rsa.authagent.authapi.datarepository.
DataAccessorException
Constructs a FileNotFoundException with a Throwable object.
DataAccessorFactory
- Class in
com.rsa.authagent.authapi.datarepository
This is base Data Accessor factory, which is abstract class that is inherited and implemented by different concrete data Accessor factory to support different storage access.
DataAccessorFactory()
- Constructor for class com.rsa.authagent.authapi.datarepository.
DataAccessorFactory
dataAccessorTester
- Class in
com.rsa.authagent.authapi.datarepository
dataAccessorTester()
- Constructor for class com.rsa.authagent.authapi.datarepository.
dataAccessorTester
DATABASE
- Static variable in class com.rsa.authagent.authapi.datarepository.
StorageType
DataDirectory
- Class in
com.rsa.authagent.authapi.datarepository
Description:
DataDirectory(AgentProperties)
- Constructor for class com.rsa.authagent.authapi.datarepository.
DataDirectory
Constructor for DataDirectory.
DataDirectoryTest
- Class in
com.rsa.authagent.authapi.datarepository
Description:
DataDirectoryTest(String)
- Constructor for class com.rsa.authagent.authapi.datarepository.
DataDirectoryTest
Constructor for DataDirectoryTest.
DataResource
- Class in
com.rsa.authagent.authapi.datarepository
This class contains a list of DataResource instances representing the various data resource object
DEBUG_ALL
- Static variable in class com.rsa.authagent.authapi.logger.
AgentDebugger
Allows all traces to be logged.
DEBUG_ENTRY
- Static variable in class com.rsa.authagent.authapi.logger.
AgentDebugger
Allows method entry traces to be logged.
DEBUG_EXIT
- Static variable in class com.rsa.authagent.authapi.logger.
AgentDebugger
Allows method exit traces to be logged.
DEBUG_FLOW
- Static variable in class com.rsa.authagent.authapi.logger.
AgentDebugger
Allows control flow traces to be logged.
DEBUG_NORMAL
- Static variable in class com.rsa.authagent.authapi.logger.
AgentDebugger
Allows normal traces to be logged.
decrypt(byte[])
- Method in class com.rsa.authagent.authapi.ciphers.
AesCipher
decrypt(byte[], int, int)
- Method in class com.rsa.authagent.authapi.ciphers.
AesCipher
decrypt(byte[], int, int, byte[])
- Method in class com.rsa.authagent.authapi.ciphers.
AesCipher
decrypt(byte[], int, int, TagDataHolder)
- Method in class com.rsa.authagent.authapi.ciphers.
AesCipher
decrypt(byte[])
- Method in class com.rsa.authagent.authapi.ciphers.
DesCipher
decrypt(byte[], int, int)
- Method in class com.rsa.authagent.authapi.ciphers.
DesCipher
decrypt(byte[])
- Method in class com.rsa.authagent.authapi.ciphers.
NulCipher
decrypt(byte[], int, int)
- Method in class com.rsa.authagent.authapi.ciphers.
NulCipher
decrypt(byte[])
- Method in class com.rsa.authagent.authapi.ciphers.
SdiCipher
decrypt(byte[], int, int)
- Method in class com.rsa.authagent.authapi.ciphers.
SdiCipher
decrypt(byte[])
- Method in interface com.rsa.authagent.authapi.ciphers.
SimpleCipher
Performs decryption on the data with the initialized key.
decrypt(byte[], int, int)
- Method in interface com.rsa.authagent.authapi.ciphers.
SimpleCipher
Performs decryption on the data with the initialized key.
decryptPacket(byte[], int, byte[])
- Method in interface com.rsa.ace.techservice.cipher.
AgentCipherProvider
Decrypts encrypted data starting at the offset provided.
decryptPacket(byte[], int, byte[])
- Method in class com.rsa.ace.techservice.cipher.
AgentDesCsmCipher
decryptPacket(byte[], int, byte[])
- Method in class com.rsa.ace.techservice.cipher.
AgentNULLCipher
NULL decryption.
decryptPacket(byte[], int, byte[])
- Method in class com.rsa.ace.techservice.cipher.
AgentRC5SHA1Cipher
Decrypts encrypted data starting at the offset provided.
decryptPassCode(byte[])
- Method in class com.rsa.ace.techservice.util.
AcePinUtil
DEFAULT_DEBUG_FILE
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
DEFAULT_LOG_FILE
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
DEFAULT_MAX_CURRENT_TIME_RESP
- Static variable in class com.rsa.authagent.authapi.realmstat.
RealmStatus
DEFAULT_PROPERTIES
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
Default properties file.
DEFAULT_SDCONF
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
DEFAULT_SDOPTS
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
DEFAULT_SDSTATUS
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
DEFAULT_SERVER_EXCHANGE_INITIAL_TIMEOUT
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
The default initial timeout for the socket sending ACE Time Request to server.
DEFAULT_SERVER_EXCHANGE_TIMEOUT_INCREMENT
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
The default increment of timeout for the socket sending ACE Time Request to server.
DEFAULT_SERVER_EXCHANGE_TIMEOUT_OFFSET
- Static variable in class com.rsa.authagent.authapi.config.
AgentProperties
The default offset of timeout for the socket sending ACE Time Request to server.
DES_CIPHER
- Static variable in class com.rsa.authagent.authapi.ciphers.
SimpleCipherFactory
DesCipher
- Class in
com.rsa.authagent.authapi.ciphers
A simple implementation of the DES cipher for data encryption and decryption.
DesCipher()
- Constructor for class com.rsa.authagent.authapi.ciphers.
DesCipher
Constructor for DesCipher.
DesCipherTest
- Class in
com.rsa.authagent.authapi.ciphers
Description:
DesCipherTest(String)
- Constructor for class com.rsa.authagent.authapi.ciphers.
DesCipherTest
Constructor for DesCipherTest.
displayServer(int)
- Method in class com.rsa.authagent.authapi.
AceSessionTest
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Authentication
API v8.1 SP2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.