# 
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.85 $ $Date: 2012/06/28 13:50:18 $"

#
# certdata.txt
#
# This file contains the object definitions for the certs and other
# information "built into" NSS.
#
# Object definitions:
#
#    Certificates
#
#  -- Attribute --          -- type --              -- value --
#  CKA_CLASS                CK_OBJECT_CLASS         CKO_CERTIFICATE
#  CKA_TOKEN                CK_BBOOL                CK_TRUE
#  CKA_PRIVATE              CK_BBOOL                CK_FALSE
#  CKA_MODIFIABLE           CK_BBOOL                CK_FALSE
#  CKA_LABEL                UTF8                    (varies)
#  CKA_CERTIFICATE_TYPE     CK_CERTIFICATE_TYPE     CKC_X_509
#  CKA_SUBJECT              DER+base64              (varies)
#  CKA_ID                   byte array              (varies)
#  CKA_ISSUER               DER+base64              (varies)
#  CKA_SERIAL_NUMBER        DER+base64              (varies)
#  CKA_VALUE                DER+base64              (varies)
#  CKA_NSS_EMAIL            ASCII7                  (unused here)
#
#    Trust
#
#  -- Attribute --              -- type --          -- value --
#  CKA_CLASS                    CK_OBJECT_CLASS     CKO_TRUST
#  CKA_TOKEN                    CK_BBOOL            CK_TRUE
#  CKA_PRIVATE                  CK_BBOOL            CK_FALSE
