@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class DecodedPublicKey extends java.lang.Object implements java.io.Serializable
| Constructor and Description | 
|---|
DecodedPublicKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Retrieves a string representation of this decoded public key. 
 | 
abstract void | 
toString(java.lang.StringBuilder buffer)
Appends a string representation of this decoded public key to the provided
 buffer. 
 | 
public DecodedPublicKey()