|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.jasypt.registry.AlgorithmRegistry
public final class AlgorithmRegistry
Utility class for retrieving the names of all the digest or encryption algorithms available to Jasypt.
This class is thread-safe.
| Method Summary | |
|---|---|
static java.util.Set |
getAllDigestAlgorithms()
Returns a set with the names of all the registered digest algorithms. |
static java.util.Set |
getAllPBEAlgorithms()
Returns a set with the names of all the registered PBE (Password-Based Encryption) algorithms. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Set getAllDigestAlgorithms()
Returns a set with the names of all the registered digest algorithms. This set will also include algorithms from any third-party (non-JVM) registered providers.
public static java.util.Set getAllPBEAlgorithms()
Returns a set with the names of all the registered PBE (Password-Based Encryption) algorithms. This set will also include algorithms from any third-party (non-JVM) registered providers.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||