|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Crypto | |
---|---|
com.ibm.di.api.security | Provides classes for managing the security mechanism. |
com.ibm.di.connector | Provides classes for the Directory Integrator's connectors. |
com.ibm.di.security | Provides classes for the Tivoli Directory Integrator security and encryption. |
com.ibm.di.util | Provides utility classes for the Tivoli Directory Integrator. |
Uses of Crypto in com.ibm.di.api.security |
---|
Methods in com.ibm.di.api.security that return Crypto | |
---|---|
static Crypto |
CryptoUtils.getDefaultCrypto()
Retrieve an object representation of the Server's encryption/decryption functionality. |
Uses of Crypto in com.ibm.di.connector |
---|
Fields in com.ibm.di.connector declared as Crypto | |
---|---|
protected Crypto |
PropertiesConnector.propsFileCrypto
The Crypto object used for encryption/decryption of properties. |
Uses of Crypto in com.ibm.di.security |
---|
Classes in com.ibm.di.security that implement Crypto | |
---|---|
class |
RSACrypto
RSA encryption/decryption of data of any length. |
class |
SymmetricCipherCrypto
Secret key encryption/decryption. |
Methods in com.ibm.di.security that return Crypto | |
---|---|
static Crypto |
CryptoFactory.createCrypto(java.lang.String keyStorePath,
java.lang.String keyStorePass,
java.lang.String keyStoreType,
java.lang.String keyAlias,
java.lang.String keyPass,
java.lang.String transformation,
java.security.Provider cryptoProvider)
Creates an object that can encrypt/decrypt data using the specified cryptography transformation. |
Uses of Crypto in com.ibm.di.util |
---|
Methods in com.ibm.di.util with parameters of type Crypto | |
---|---|
void |
PropertiesFile.store(java.lang.String path,
java.lang.String header,
Crypto fileCrypto)
Write the contents of this properties file to disk. |
Constructors in com.ibm.di.util with parameters of type Crypto | |
---|---|
PropertiesFile(Crypto propertyCrypto)
Create an empty object. |
|
PropertiesFile(Crypto propertyCrypto,
java.lang.String path,
boolean resolveReferences)
Load a properties file in memory. |
|
PropertiesFile(Crypto propertyCrypto,
java.lang.String path,
boolean resolveReferences,
Crypto fileCrypto,
java.lang.String prefixToSkip)
Load a properties file in memory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |