Пакет jss: Информация

Исходный пакет: jss
Версия: 4.9.5-alt1
Собран:  14 сентября 2022 г. 18:04 в задании #305697
Сообщить об ошибке в пакете
Домашняя страница: http://www.dogtagpki.org/wiki/JSS

Лицензия: MPL-1.1 or GPLv2+ or LGPLv2+
О пакете: Java Security Services (JSS)
Описание: 
Network Security Services for Java (JSS) is a Java interface to NSS. JSS
supports most of the security standards and encryption technologies supported by
NSS. JSS also provides a pure Java interface for ASN.1 types and BER/DER
encoding.

JSS offers a implementation of Java SSL sockets that uses NSS's SSL/TLS
implementation rather than Sun's JSSE implementation. You might want to use
JSS's own SSL classes if you want to use some of the capabilities found in NSS's
SSL/TLS library but not found in JSSE.

NSS is the cryptographic module where all cryptographic operations are
performed. JSS essentially provides a Java JNI bridge to NSS C shared libraries.
When NSS is put in FIPS mode, JSS ensures FIPS compliance by ensuring that all
cryptographic operations are performed by the NSS cryptographic module.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
jss (x86_64, ppc64le, i586, armh, aarch64)
jss-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
jss-javadoc (noarch)

Сопровождающий: Stanislav Levin


    1. cmake
    2. ctest
    3. libnspr-devel
    4. libnss-devel >= 3.66
    5. /proc
    6. nss-utils >= 3.66
    7. gcc-c++
    8. java-devel >= 11
    9. jaxb-api
    10. jpackage-11-compat
    11. junit
    12. slf4j
    13. slf4j-jdk14
    14. rpm-macros-cmake
    15. rpm-macros-java
    16. apache-commons-lang3
    17. unzip
    18. zip

Последнее изменение


24 августа 2022 г. Stanislav Levin 4.9.5-alt1
- 4.8.1 -> 4.9.5.
24 июня 2021 г. Stanislav Levin 4.8.1-alt3
- Fixed FTBFS(missing deps).
11 июня 2021 г. Stanislav Levin 4.8.1-alt2
- Built with Java11.