Interface ConfigurableProvider

All Known Implementing Classes:
BouncyCastleProvider

public interface ConfigurableProvider
Implemented by the BC provider. This allows setting of hidden parameters, such as the ImplicitCA parameters from X.962, if used.
  • Field Details

    • THREAD_LOCAL_EC_IMPLICITLY_CA

      static final String THREAD_LOCAL_EC_IMPLICITLY_CA
      Elliptic Curve CA parameters - thread local version
      See Also:
      Constant Field Values
    • EC_IMPLICITLY_CA

      static final String EC_IMPLICITLY_CA
      Elliptic Curve CA parameters - thread local version
      See Also:
      Constant Field Values
    • THREAD_LOCAL_DH_DEFAULT_PARAMS

      static final String THREAD_LOCAL_DH_DEFAULT_PARAMS
      Diffie-Hellman Default Parameters - thread local version
      See Also:
      Constant Field Values
    • DH_DEFAULT_PARAMS

      static final String DH_DEFAULT_PARAMS
      Diffie-Hellman Default Parameters - VM wide version
      See Also:
      Constant Field Values
  • Method Details