Package jss: Information

Source package: jss
Version: 4.9.5-alt1.p10.1
Build time:  Oct 13, 2022, 12:21 AM in the task #305235
Category: System/Libraries
Report package bug
License: MPL-1.1 or GPLv2+ or LGPLv2+
Summary: Java Security Services (JSS)
Description: 
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.

List of rpms provided by this srpm:
jss (x86_64, ppc64le, i586, armh, aarch64)
jss-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
jss-javadoc (noarch)

Maintainer: Andrey Cherepanov


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

Last changed


Oct. 4, 2022 Andrey Cherepanov 4.9.5-alt1.p10.1
- Built with java-11-openjdk.
Aug. 24, 2022 Stanislav Levin 4.9.5-alt1
- 4.8.1 -> 4.9.5.
June 24, 2021 Stanislav Levin 4.8.1-alt3
- Fixed FTBFS(missing deps).