Class ASN1Dump

  • Direct Known Subclasses:
    DERDump

    public class ASN1Dump
    extends Object
    Utility class for dumping ASN.1 objects as (hopefully) human friendly strings.
    • Constructor Detail

      • ASN1Dump

        public ASN1Dump()
    • Method Detail

      • dumpAsString

        public static String dumpAsString​(Object obj)
        dump out a DER object as a formatted string, in non-verbose mode.
        Parameters:
        obj - the ASN1Primitive to be dumped out.
        Returns:
        the resulting string.
      • dumpAsString

        public static String dumpAsString​(Object obj,
                                          boolean verbose)
        Dump out the object as a string.
        Parameters:
        obj - the object to be dumped
        verbose - if true, dump out the contents of octet and bit strings.
        Returns:
        the resulting string.