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 NameValuePairsCRLDistributionPointsExtDefault. buildGeneralNames(GeneralNames gns, CRLDistributionPoint p)protected NameValuePairsFreshestCRLExtDefault. 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 CRLDistributionPointCRLDistributionPointsExtension. getPointAt(int index)Returns the DistributionPoint at the given index in the sequence.CRLDistributionPointFreshestCRLExtension. 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 voidCRLDistributionPointsExtension. addPoint(CRLDistributionPoint dp)Adds an additional distribution point to the end of the sequence.voidFreshestCRLExtension. 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.
-