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 Summary
Fields Modifier and Type Field Description static StringPROVIDER_NAME_BC_FIPSSpecial provider name for the FIPS version of BouncyCastle.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-