mirror of
https://github.com/corda/corda.git
synced 2025-03-23 20:45:23 +00:00
Remove out of date documentation
Remove out of date documentation about the "covering" field of DigitalSignature, which no longer exists.
This commit is contained in:
parent
5e19bad4b5
commit
7898c902e4
@ -22,11 +22,7 @@ fun newSecureRandom(): SecureRandom {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** A wrapper around a digital signature. */
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
@CordaSerializable
|
@CordaSerializable
|
||||||
open class DigitalSignature(bits: ByteArray) : OpaqueBytes(bits) {
|
open class DigitalSignature(bits: ByteArray) : OpaqueBytes(bits) {
|
||||||
/** A digital signature that identifies who the public key is owned by. */
|
/** A digital signature that identifies who the public key is owned by. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user