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 Detail

      • 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.