Uses of Class
org.mozilla.jss.netscape.security.x509.GeneralNames
Packages that use GeneralNames
-
Uses of GeneralNames in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as GeneralNamesModifier and TypeFieldDescriptionprivate GeneralNames
CRLDistributionPoint.CRLIssuer
private GeneralNames
CRLDistributionPoint.fullName
private GeneralNames
IssuingDistributionPoint.fullName
private GeneralNames
AuthorityKeyIdentifierExtension.names
(package private) GeneralNames
CertificateIssuerExtension.names
(package private) GeneralNames
IssuerAlternativeNameExtension.names
(package private) GeneralNames
SubjectAlternativeNameExtension.names
Methods in org.mozilla.jss.netscape.security.x509 that return GeneralNamesModifier and TypeMethodDescriptionCRLDistributionPoint.getCRLIssuer()
Returns the CRLIssuer for the CRL at this distribution point.CRLDistributionPoint.getFullName()
Returns thefullName
of theDistributionPointName
, which may benull
.IssuingDistributionPoint.getFullName()
Returns thefullName
of theDistributionPointName
, which may benull
.SubjectAlternativeNameExtension.getGeneralNames()
Get the GeneralNames of this extension.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type GeneralNamesModifier and TypeMethodDescriptionvoid
CRLDistributionPoint.setCRLIssuer
(GeneralNames CRLIssuer) Sets the CRLIssuer for the CRL at this distribution point.void
CRLDistributionPoint.setFullName
(GeneralNames fullName) Sets thefullName
of theDistributionPointName
.void
IssuingDistributionPoint.setFullName
(GeneralNames fullName) Sets thefullName
of theDistributionPointName
.void
SubjectAlternativeNameExtension.setGeneralNames
(GeneralNames names) Set the GeneralNames of this extension.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type GeneralNamesModifierConstructorDescriptionAuthorityKeyIdentifierExtension
(boolean critical, KeyIdentifier kid, GeneralNames name, SerialNumber sn) Exposed critical parameter.AuthorityKeyIdentifierExtension
(KeyIdentifier kid, GeneralNames name, SerialNumber sn) The default constructor for this extension.CertificateIssuerExtension
(Boolean critical, GeneralNames names) Create a CertificateIssuerExtension with the passed GeneralNames and criticality.Create a CertificateIssuerExtension with the passed GeneralNames.IssuerAlternativeNameExtension
(Boolean critical, GeneralNames names) Create a IssuerAlternativeNameExtension with the passed GeneralNames.Create a IssuerAlternativeNameExtension with the passed GeneralNames.SubjectAlternativeNameExtension
(boolean critical, GeneralNames names) Create a SubjectAlternativeNameExtension with the passed GeneralNames.