Interface ICRLReason

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    CRLReasonBC

    public interface ICRLReason
    extends IASN1Encodable
    This interface represents the wrapper for CRLReason that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getKeyCompromise

        int getKeyCompromise()
        Gets keyCompromise constant for the wrapped CRLReason.
        Returns:
        CRLReason.keyCompromise value.
      • getRemoveFromCRL

        int getRemoveFromCRL()
        Gets removeFromCRL constant for the wrapped CRLReason.
        Returns:
        CRLReason.removeFromCRL value.