public final class AlgorithmRegistry
extends Object
Utility class for retrieving the names of all the digest or encryption algorithms available to Jasypt.
This class is thread-safe.
Modifier and Type | Method and Description |
---|---|
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.
|
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.
Copyright © 2020 The JASYPT team. All Rights Reserved.