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