Interface IDistributionPoint
-
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
DistributionPointBC
public interface IDistributionPoint extends IASN1Encodable
This interface represents the wrapper for DistributionPoint 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 IGeneralNames
getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.IDistributionPointName
getDistributionPoint()
Calls actualgetDistributionPoints
method for the wrapped DistributionPoint object.IReasonFlags
getReasons()
Calls actualgetReasons
method for the wrapped DistributionPoint object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
getDistributionPoint
IDistributionPointName getDistributionPoint()
Calls actualgetDistributionPoints
method for the wrapped DistributionPoint object.- Returns:
IDistributionPointName
wrapped distribution point.
-
getCRLIssuer
IGeneralNames getCRLIssuer()
Calls actualgetCRLIssuer
method for the wrapped DistributionPoint object.- Returns:
IGeneralNames
wrapped CRL issuer.
-
getReasons
IReasonFlags getReasons()
Calls actualgetReasons
method for the wrapped DistributionPoint object.- Returns:
IReasonFlags
wrapped reason codes.
-
-