@Immutable @Alpha public abstract class SignaturePublicKey extends Key
| Constructor and Description |
|---|
SignaturePublicKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract Bytes |
getOutputPrefix()
Returns a
Bytes instance which is prefixed to every signature. |
abstract SignatureParameters |
getParameters()
Returns the parameters of this key.
|
equalsKey, getIdRequirementOrNullpublic abstract Bytes getOutputPrefix()
Bytes instance which is prefixed to every signature.public abstract SignatureParameters getParameters()
getParameters in class Key