public class DigitalSignature extends OpaqueBytes
A wrapper around a digital signature. The covering field is a generic tag usable by whatever is interpreting the signature. It isn't used currently, but experience from Bitcoin suggests such a feature is useful, especially when building partially signed transactions.
Modifier and Type | Class and Description |
---|---|
static class |
DigitalSignature.LegallyIdentifiable |
static class |
DigitalSignature.WithKey
A digital signature that identifies who the public key is owned by.
|
OpaqueBytes.Companion
Companion
Constructor and Description |
---|
DigitalSignature(byte[] bits)
A wrapper around a digital signature. The covering field is a generic tag usable by whatever is interpreting the
signature. It isn't used currently, but experience from Bitcoin suggests such a feature is useful, especially when
building partially signed transactions.
|
public DigitalSignature(byte[] bits)
A wrapper around a digital signature. The covering field is a generic tag usable by whatever is interpreting the signature. It isn't used currently, but experience from Bitcoin suggests such a feature is useful, especially when building partially signed transactions.