| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bouncycastle |
| Идентификатор | Идентификаторbcpg-fips |
| Версия | Версия1.0.5.1 |
| Тип | Тип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.5.1.pom | |
| bcpg-fips-1.0.5.1-sources.jar | 220 KB |
| bcpg-fips-1.0.5.1-javadoc.jar | 626 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation 'org.bouncycastle:bcpg-fips:1.0.5.1'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation ("org.bouncycastle:bcpg-fips:1.0.5.1")
'org.bouncycastle:bcpg-fips:jar:1.0.5.1'
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.5.1">
<artifact name="bcpg-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.5.1')
)
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.5.1"
[org.bouncycastle/bcpg-fips "1.0.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |