Package org.bouncycastle.jcajce.util
General utility classes for working with the JCA and JCE.
-
Interface Summary Interface Description JcaJceHelper Base interface for the helper classes for working with the JCA/JCE conform to. -
Class Summary Class Description AlgorithmParametersUtils General utility class for helping with AlgorithmParameters.DefaultJcaJceHelper JcaJceHelper that always returns implementations based on this JVM's default settings.MessageDigestUtils General utility class for helping with MessageDigest.NamedJcaJceHelper JcaJceHelper that always returns implementations based on the named provider specified at construction time.ProviderJcaJceHelper JcaJceHelper that always returns implementations based on the specified provider at construction time.