Package com.helger.bc

Class PBCProvider

java.lang.Object
com.helger.bc.PBCProvider

@Immutable public final class PBCProvider extends Object
One and only BouncyCastle (BC) Provider Provider
Author:
Philip Helger
  • Field Details

    • PROVIDER_NAME_BC

      public static final String PROVIDER_NAME_BC
      Special provider name for the non-FIPS version of BouncyCastle. Certain APIs take the provider name instead of the object. The constant is here for the sake of completeness only.
      See Also:
    • PROVIDER_NAME_BC_FIPS

      public static final String PROVIDER_NAME_BC_FIPS
      Special provider name for the FIPS version of BouncyCastle. As there is no Maven artefact, the constant is here for the sake of completeness only.
      See Also:
  • Method Details

    • getProvider

      @Nonnull public static Provider getProvider()
      Returns:
      The non-null BouncyCastleProvider instance. Never null.