Interface IDistributionPoint
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
DistributionPointBC
This interface represents the wrapper for DistributionPoint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetCRLIssuermethod for the wrapped DistributionPoint object.Calls actualgetDistributionPointsmethod for the wrapped DistributionPoint object.Calls actualgetReasonsmethod for the wrapped DistributionPoint object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getDistributionPoint
IDistributionPointName getDistributionPoint()Calls actualgetDistributionPointsmethod for the wrapped DistributionPoint object.- Returns:
IDistributionPointNamewrapped distribution point.
-
getCRLIssuer
IGeneralNames getCRLIssuer()Calls actualgetCRLIssuermethod for the wrapped DistributionPoint object.- Returns:
IGeneralNameswrapped CRL issuer.
-
getReasons
IReasonFlags getReasons()Calls actualgetReasonsmethod for the wrapped DistributionPoint object.- Returns:
IReasonFlagswrapped reason codes.
-