Interface ICRLDistPoint
-
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
CRLDistPointBC
public interface ICRLDistPoint extends IASN1Encodable
This interface represents the wrapper for CRLDistPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDistributionPoint[]
getDistributionPoints()
Calls actualgetDistributionPoints
method for the wrapped CRLDistPoint object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
getDistributionPoints
IDistributionPoint[] getDistributionPoints()
Calls actualgetDistributionPoints
method for the wrapped CRLDistPoint object.- Returns:
- array of the wrapped distribution points
IDistributionPoint
.
-
-