Uses of Class
org.mozilla.jss.netscape.security.x509.CRLDistributionPoint
Packages that use CRLDistributionPoint
-
Uses of CRLDistributionPoint in org.mozilla.jss.netscape.security.x509
Methods in org.mozilla.jss.netscape.security.x509 that return CRLDistributionPointModifier and TypeMethodDescriptionCRLDistributionPointsExtension.getPointAt
(int index) Returns the DistributionPoint at the given index in the sequence.FreshestCRLExtension.getPointAt
(int index) Returns the DistributionPoint at the given index in the sequence.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type CRLDistributionPointModifier and TypeMethodDescriptionvoid
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 org.mozilla.jss.netscape.security.x509 with parameters of type CRLDistributionPointModifierConstructorDescriptionCreates a new CRLDistributionPoints extension, with the given distribution point as the first element.Creates a new FreshestCRL extension, with the given distribution point as the first element.