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 NameValuePairs
CRLDistributionPointsExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p)
protected NameValuePairs
FreshestCRLExtDefault. 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 GeneralNames
CRLDistributionPoint. getCRLIssuer()
Returns the CRLIssuer for the CRL at this distribution point.GeneralNames
CRLDistributionPoint. getFullName()
Returns thefullName
of theDistributionPointName
, which may benull
.GeneralNames
IssuingDistributionPoint. getFullName()
Returns thefullName
of theDistributionPointName
, which may benull
.GeneralNames
SubjectAlternativeNameExtension. getGeneralNames()
Get the GeneralNames of this extension.Methods in netscape.security.x509 with parameters of type GeneralNames Modifier and Type Method Description void
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 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 GeneralNames
IGeneralNamesAsConstraintsConfig. getGeneralNames()
Retrieves a list of configured general names.GeneralNames
IGeneralNamesConfig. getGeneralNames()
Retrieves a list of configured general names.
-