Uses of Class
netscape.security.x509.CRLDistributionPoint
-
Packages that use CRLDistributionPoint Package Description com.netscape.cms.profile.def netscape.security.x509 -
-
Uses of CRLDistributionPoint in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type CRLDistributionPoint Modifier and Type Method Description protected NameValuePairs
CRLDistributionPointsExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p)
protected NameValuePairs
FreshestCRLExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p)
-
Uses of CRLDistributionPoint in netscape.security.x509
Methods in netscape.security.x509 that return CRLDistributionPoint Modifier and Type Method Description CRLDistributionPoint
CRLDistributionPointsExtension. getPointAt(int index)
Returns the DistributionPoint at the given index in the sequence.CRLDistributionPoint
FreshestCRLExtension. getPointAt(int index)
Returns the DistributionPoint at the given index in the sequence.Methods in netscape.security.x509 with parameters of type CRLDistributionPoint Modifier and Type Method Description void
CRLDistributionPointsExtension. addPoint(CRLDistributionPoint dp)
Adds an additional distribution point to the end of the sequence.void
FreshestCRLExtension. addPoint(CRLDistributionPoint dp)
Adds an additional distribution point to the end of the sequence.Constructors in netscape.security.x509 with parameters of type CRLDistributionPoint Constructor Description CRLDistributionPointsExtension(CRLDistributionPoint dp)
Creates a new CRLDistributionPoints extension, with the given distribution point as the first element.FreshestCRLExtension(CRLDistributionPoint dp)
Creates a new FreshestCRL extension, with the given distribution point as the first element.
-