public final class BouncyCastleFIPSProviderSingleton extends Object
getInstance()
method to obtain an instance.
Requires the following optional dependency:
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>[1.0.2,2.0.0)</version>
<optional>true</optional>
</dependency>
Important: The plain BouncyCastle JCA provider dependency must not be present to prevent class conflicts!
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider |
getInstance()
Returns a BouncyCastle FIPS JCA provider instance.
|
public static org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider getInstance()
Copyright © 2021 Connect2id Ltd.. All rights reserved.