Uses of Class
org.mozilla.jss.netscape.security.x509.X509CertInfo
Packages that use X509CertInfo
Package
Description
-
Uses of X509CertInfo in org.mozilla.jss.netscape.security.extensions
Subclasses of X509CertInfo in org.mozilla.jss.netscape.security.extensionsModifier and TypeClassDescriptionclass
Extends X509CertInfo class so that minimal fields are initialized at creation time so an object of this type is always serializable.Methods in org.mozilla.jss.netscape.security.extensions with parameters of type X509CertInfo -
Uses of X509CertInfo in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as X509CertInfoMethods in org.mozilla.jss.netscape.security.x509 that return X509CertInfoMethods in org.mozilla.jss.netscape.security.x509 with parameters of type X509CertInfoModifier and TypeMethodDescriptionboolean
X509CertInfo.equals
(X509CertInfo other) Compares two certificates, returning false if any data differs between the two.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type X509CertInfoModifierConstructorDescriptionX509CertImpl
(byte[] certData, X509CertInfo certInfo) As a special optimization, this constructor acts as X509CertImpl(byte[]) except that it takes an X509CertInfo which it uses as a 'hint' for how to construct one field.X509CertImpl
(X509CertInfo certInfo) Construct an initialized X509 Certificate.