|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CipherEngineType | |
---|---|
org.cumulus4j.crypto | API providing a unified way to use various cryptography algorithms. |
Uses of CipherEngineType in org.cumulus4j.crypto |
---|
Methods in org.cumulus4j.crypto that return CipherEngineType | |
---|---|
static CipherEngineType |
CipherEngineType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CipherEngineType[] |
CipherEngineType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.cumulus4j.crypto with parameters of type CipherEngineType | |
---|---|
Set<String> |
CryptoRegistry.getSupportedCipherEngines(CipherEngineType cipherEngineType)
Get all supported cipher engines. |
Set<String> |
CryptoRegistry.getSupportedCipherPaddings(CipherEngineType cipherEngineType)
Get all supported paddings for the given CipherEngineType . |
Set<String> |
CryptoRegistry.getSupportedCipherTransformations(CipherEngineType cipherEngineType)
Get all supported cipher transformations. |
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |