не последняя версия
Последняя версия 1.0.6

org.bouncycastle:bcpg-fips 1.0.0

The Bouncy Castle Java APIs for the OpenPGP Protocol. The APIs are designed primarily to be used in conjunction with the BC FIPS provider. The APIs may also be used with other providers although if being used in a FIPS context it is the responsibility of the user to ensure that any other providers used are FIPS certified.

Группа

Группа

org.bouncycastle
Идентификатор

Идентификатор

bcpg-fips
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать bcpg-fips 1.0.0


<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcpg-fips</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation 'org.bouncycastle:bcpg-fips:1.0.0'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation ("org.bouncycastle:bcpg-fips:1.0.0")
'org.bouncycastle:bcpg-fips:jar:1.0.0'
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.0">
  <artifact name="bcpg-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.0')
)
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.0"
[org.bouncycastle/bcpg-fips "1.0.0"]