Package netscape.security.extensions
Class CertInfo
- java.lang.Object
-
- netscape.security.x509.X509CertInfo
-
- netscape.security.extensions.CertInfo
-
- All Implemented Interfaces:
java.io.Serializable
,CertAttrSet
public class CertInfo extends X509CertInfo
Extends X509CertInfo class so that minimal fields are initialized at creation time so an object of this type is always serializable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CertificateVersion
FORCE_VERSION_3
static CertificateAlgorithmId
SERIALIZE_ALGOR
static CertificateIssuerName
SERIALIZE_ISSUER
static CertificateSerialNumber
SERIALIZE_SERIALNO
static CertificateSubjectName
SERIALIZE_SUBJECT
static CertificateValidity
SERIALIZE_VALIDITY
-
Fields inherited from class netscape.security.x509.X509CertInfo
algId, ALGORITHM_ID, extensions, EXTENSIONS, IDENT, interval, issuer, ISSUER, ISSUER_ID, issuerUniqueId, KEY, NAME, pubKey, SERIAL_NUMBER, serialNum, subject, SUBJECT, SUBJECT_ID, subjectUniqueId, VALIDITY, version, VERSION
-
-
Constructor Summary
Constructors Constructor Description CertInfo()
Initializes most fields required by der encoding so object will serialize properly.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
makeSerializable(X509CertInfo certinfo)
-
Methods inherited from class netscape.security.x509.X509CertInfo
decode, delete, encode, encode, equals, equals, get, getAttributeNames, getEncodedInfo, getEncodedInfo, getIssuerObj, getName, getSubjectObj, hashCode, set, toString
-
-
-
-
Field Detail
-
SERIALIZE_SUBJECT
public static final CertificateSubjectName SERIALIZE_SUBJECT
-
SERIALIZE_ISSUER
public static final CertificateIssuerName SERIALIZE_ISSUER
-
SERIALIZE_VALIDITY
public static final CertificateValidity SERIALIZE_VALIDITY
-
SERIALIZE_SERIALNO
public static final CertificateSerialNumber SERIALIZE_SERIALNO
-
SERIALIZE_ALGOR
public static final CertificateAlgorithmId SERIALIZE_ALGOR
-
FORCE_VERSION_3
public static final CertificateVersion FORCE_VERSION_3
-
-
Method Detail
-
makeSerializable
public static void makeSerializable(X509CertInfo certinfo)
-
-