| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bouncycastle |
| Идентификатор | Идентификаторbcpg-fips |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBouncy Castle OpenPGP APIs (FIPS Distribution)
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 and used appropriately.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| bcpg-fips-1.0.6.pom | |
| bcpg-fips-1.0.6-sources.jar | 217 KB |
| bcpg-fips-1.0.6-javadoc.jar | 621 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation 'org.bouncycastle:bcpg-fips:1.0.6'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation ("org.bouncycastle:bcpg-fips:1.0.6")
'org.bouncycastle:bcpg-fips:jar:1.0.6'
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.6">
<artifact name="bcpg-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.6')
)
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.6"
[org.bouncycastle/bcpg-fips "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |