Interface ICRLDistPoint
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
CRLDistPointBC
This interface represents the wrapper for CRLDistPoint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetDistributionPointsmethod for the wrapped CRLDistPoint object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getDistributionPoints
IDistributionPoint[] getDistributionPoints()Calls actualgetDistributionPointsmethod for the wrapped CRLDistPoint object.- Returns:
- array of the wrapped distribution points
IDistributionPoint.
-