Package com.helger.bc
Class PBCProvider
java.lang.Object
com.helger.bc.PBCProvider
One and only BouncyCastle (BC) Provider Provider
- Author:
- Philip Helger
-
Field Details
-
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
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
- Returns:
- The non-
nullBouncyCastleProvider instance. Nevernull.
-