| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bouncycastle |
| Идентификатор | Идентификаторbctls-fips |
| Версия | Версия1.0.12.2 |
| Тип | Типjar |
| Описание |
ОписаниеBouncy Castle TLS/JSSE APIs (FIPS Distribution)
The Bouncy Castle Java APIs for the TLS, including a JSSE provider. 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| bctls-fips-1.0.12.2.pom | |
| bctls-fips-1.0.12.2-sources.jar | 518 KB |
| bctls-fips-1.0.12.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bctls-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-fips</artifactId>
<version>1.0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bctls-fips/
implementation 'org.bouncycastle:bctls-fips:1.0.12.2'
// https://jarcasting.com/artifacts/org.bouncycastle/bctls-fips/
implementation ("org.bouncycastle:bctls-fips:1.0.12.2")
'org.bouncycastle:bctls-fips:jar:1.0.12.2'
<dependency org="org.bouncycastle" name="bctls-fips" rev="1.0.12.2">
<artifact name="bctls-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bctls-fips', version='1.0.12.2')
)
libraryDependencies += "org.bouncycastle" % "bctls-fips" % "1.0.12.2"
[org.bouncycastle/bctls-fips "1.0.12.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |