Interface IX509CRLHolder

All Known Implementing Classes:
X509CRLHolderBC, X509CRLHolderBCFips

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 Summary

    Modifier and Type
    Method
    Description
    byte[]
    Calls actual getEncoded method for the wrapped X509CRLHolder object.
  • Method Details

    • getEncoded

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