| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bouncycastle |
| Идентификатор | Идентификаторbcpkix-fips |
| Версия | Версия1.0.6 |
| Тип | Типjar |
| Описание |
ОписаниеBouncy Castle PKIX APIs (FIPS Distribution)
The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, S/MIME and certificate generation. 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| bcpkix-fips-1.0.6.pom | |
| bcpkix-fips-1.0.6-sources.jar | 582 KB |
| bcpkix-fips-1.0.6-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-fips/
implementation 'org.bouncycastle:bcpkix-fips:1.0.6'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpkix-fips/
implementation ("org.bouncycastle:bcpkix-fips:1.0.6")
'org.bouncycastle:bcpkix-fips:jar:1.0.6'
<dependency org="org.bouncycastle" name="bcpkix-fips" rev="1.0.6">
<artifact name="bcpkix-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpkix-fips', version='1.0.6')
)
libraryDependencies += "org.bouncycastle" % "bcpkix-fips" % "1.0.6"
[org.bouncycastle/bcpkix-fips "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |