Class DecodedPrivateKey

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Retrieves a string representation of this decoded private key.
      abstract void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this decoded private key to the provided buffer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        @NotNull
        public final java.lang.String toString()
        Retrieves a string representation of this decoded private key.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this decoded private key.
      • toString

        public abstract void toString​(@NotNull
                                      java.lang.StringBuilder buffer)
        Appends a string representation of this decoded private key to the provided buffer.
        Parameters:
        buffer - The buffer to which the information should be appended.