Interface IDistributionPoint

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
DistributionPointBC, DistributionPointBCFips

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 Details

    • getDistributionPoint

      IDistributionPointName getDistributionPoint()
      Calls actual getDistributionPoints method for the wrapped DistributionPoint object.
      Returns:
      IDistributionPointName wrapped distribution point.
    • getCRLIssuer

      IGeneralNames getCRLIssuer()
      Calls actual getCRLIssuer method for the wrapped DistributionPoint object.
      Returns:
      IGeneralNames wrapped CRL issuer.
    • getReasons

      IReasonFlags getReasons()
      Calls actual getReasons method for the wrapped DistributionPoint object.
      Returns:
      IReasonFlags wrapped reason codes.