@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class DecodedPrivateKey extends java.lang.Object implements java.io.Serializable
| Constructor and Description |
|---|
DecodedPrivateKey() |
| Modifier and Type | Method and 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.
|
public DecodedPrivateKey()
public final java.lang.String toString()
toString in class java.lang.Objectpublic abstract void toString(java.lang.StringBuilder buffer)
buffer - The buffer to which the information should be appended.