|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptographicAlgorithmName | |
---|---|
org.silverpeas.util.crypto | Provides the Silverpeas Cryptography API that is based on some security and cryptography tiers libraries (as well on the Java Cryptography API). |
Uses of CryptographicAlgorithmName in org.silverpeas.util.crypto |
---|
Methods in org.silverpeas.util.crypto that return CryptographicAlgorithmName | |
---|---|
CryptographicAlgorithmName |
Cipher.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
CryptographicAlgorithmName |
AESCipher.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
abstract CryptographicAlgorithmName |
BlockCipherWithPadding.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
CryptographicAlgorithmName |
CAST5Cipher.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
CryptographicAlgorithmName |
BlowfishCipher.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
CryptographicAlgorithmName |
CMSCipher.getAlgorithmName()
Gets the name of the algorithm of the cipher. |
static CryptographicAlgorithmName |
CryptographicAlgorithmName.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CryptographicAlgorithmName[] |
CryptographicAlgorithmName.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.silverpeas.util.crypto with parameters of type CryptographicAlgorithmName | |
---|---|
Cipher |
CipherFactory.getCipher(CryptographicAlgorithmName cipherName)
Gets the cipher identified by the specified cryptographic algorithm name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |