Interface IX509CRLHolder

  • All Known Implementing Classes:
    X509CRLHolderBC

    public interface IX509CRLHolder
    This interface represents the wrapper for X509CRLHolder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getEncoded

        byte[] getEncoded()
                   throws java.io.IOException
        Calls actual getEncoded method for the wrapped X509CRLHolder object.
        Returns:
        the default encoding for the wrapped object.
        Throws:
        java.io.IOException - on encoding error.