The Symmetric Key Java Native Interface (JNI) package supplies various native
symmetric key operations to Java programs.
This package is a part of the PKI Core used by the Certificate System.
==================================
|| ABOUT "CERTIFICATE SYSTEM" ||
==================================
Certificate System (CS) is an enterprise software system designed
to manage enterprise Public Key Infrastructure (PKI) deployments.
PKI Core contains ALL top-level java-based Tomcat PKI components:
- pki-symkey
pki-base
pki-tools
pki-selinux (f17 only)
pki-server
pki-ca
pki-kra
pki-ocsp
pki-tks
* pki-javadoc
which comprise the following corresponding PKI subsystems:
- Certificate Authority (CA)
Data Recovery Manager (DRM)
Online Certificate Status Protocol (OCSP) Manager
* Token Key Service (TKS)
For deployment purposes, PKI Core contains fundamental packages
required by BOTH native-based Apache AND java-based Tomcat
Certificate System instances consisting of the following components:
- pki-tools
* pki-selinux (f17 only)
Additionally, PKI Core contains the following fundamental packages
required ONLY by ALL java-based Tomcat Certificate System instances:
- pki-symkey
pki-base
pki-tools
* pki-server
PKI Core also includes the following components:
Finally, for deployment purposes, Certificate System requires ONE AND
ONLY ONE of the following "Mutually-Exclusive" PKI Theme packages:
- dogtag-pki-theme (Dogtag Certificate System deployments)
ipa-pki-theme (IPA deployments)
redhat-pki-theme (Red Hat Certificate System deployments)
|