Uses of Class
netscape.security.x509.GeneralNames
-
Packages that use GeneralNames Package Description com.netscape.cms.profile.def netscape.security.x509 org.dogtagpki.legacy.policy -
-
Uses of GeneralNames in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type GeneralNames Modifier and Type Method Description protected NameValuePairsCRLDistributionPointsExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p)protected NameValuePairsFreshestCRLExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p) -
Uses of GeneralNames in netscape.security.x509
Methods in netscape.security.x509 that return GeneralNames Modifier and Type Method Description GeneralNamesCRLDistributionPoint. getCRLIssuer()Returns the CRLIssuer for the CRL at this distribution point.GeneralNamesCRLDistributionPoint. getFullName()Returns thefullNameof theDistributionPointName, which may benull.GeneralNamesIssuingDistributionPoint. getFullName()Returns thefullNameof theDistributionPointName, which may benull.GeneralNamesSubjectAlternativeNameExtension. getGeneralNames()Get the GeneralNames of this extension.Methods in netscape.security.x509 with parameters of type GeneralNames Modifier and Type Method Description voidCRLDistributionPoint. setCRLIssuer(GeneralNames CRLIssuer)Sets the CRLIssuer for the CRL at this distribution point.voidCRLDistributionPoint. setFullName(GeneralNames fullName)Sets thefullNameof theDistributionPointName.voidIssuingDistributionPoint. setFullName(GeneralNames fullName)Sets thefullNameof theDistributionPointName.voidSubjectAlternativeNameExtension. setGeneralNames(GeneralNames names)Set the GeneralNames of this extension.Constructors in netscape.security.x509 with parameters of type GeneralNames Constructor Description AuthorityKeyIdentifierExtension(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(java.lang.Boolean critical, GeneralNames names)Create a CertificateIssuerExtension with the passed GeneralNames and criticality.CertificateIssuerExtension(GeneralNames names)Create a CertificateIssuerExtension with the passed GeneralNames.IssuerAlternativeNameExtension(java.lang.Boolean critical, GeneralNames names)Create a IssuerAlternativeNameExtension with the passed GeneralNames.IssuerAlternativeNameExtension(GeneralNames names)Create a IssuerAlternativeNameExtension with the passed GeneralNames.SubjectAlternativeNameExtension(boolean critical, GeneralNames names)Create a SubjectAlternativeNameExtension with the passed GeneralNames.SubjectAlternativeNameExtension(GeneralNames names) -
Uses of GeneralNames in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return GeneralNames Modifier and Type Method Description GeneralNamesIGeneralNamesAsConstraintsConfig. getGeneralNames()Retrieves a list of configured general names.GeneralNamesIGeneralNamesConfig. getGeneralNames()Retrieves a list of configured general names.
-