Interface IASN1Dump

All Known Implementing Classes:
ASN1DumpBC, ASN1DumpBCFips

public interface IASN1Dump
This interface represents the wrapper for ASN1Dump that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Calls actual dumpAsString method for the wrapped ASN1Dump object.
    dumpAsString(Object obj, boolean b)
    Calls actual dumpAsString method for the wrapped ASN1Dump object.
  • Method Details

    • dumpAsString

      String dumpAsString (Object obj, boolean b)
      Calls actual dumpAsString method for the wrapped ASN1Dump object.
      Parameters:
      obj - the ASN1Primitive (or its wrapper) to be dumped out
      b - if true, dump out the contents of octet and bit strings
      Returns:
      the resulting string.
    • dumpAsString

      String dumpAsString (Object obj)
      Calls actual dumpAsString method for the wrapped ASN1Dump object.
      Parameters:
      obj - the ASN1Primitive (or its wrapper) to be dumped out
      Returns:
      the resulting string.