Create a DKIM signature stream.
The digest signer.
Whether the stream supports reading (never).
Whether the stream supports writing (always).
Whether the stream supports seeking (never).
Whether reading and writing can time out (never).
The number of bytes written to the stream.
The current position within the stream.
Setting the position is not supported.
Generate the signature.
The signature.
Write a sequence of bytes to the stream, feeding the digest signer.
The buffer to write.
The offset of the first byte to write.
The number of bytes to write.
Seeking is not supported.
The offset relative to _origin.
The reference point.
Flush the stream (a no-op).
Dispose the stream.
Copy data from this stream to another stream.
The stream that will receive the copied data.
The temporary buffer size to use while copying.
Protected StaticvalidateValidate buffer, offset, and count arguments for stream read/write operations.
The buffer supplied by the caller.
The starting offset in the buffer.
The number of bytes to read or write.
Protectedthrow
A DKIM signature stream.
Feeds header bytes into a DigestSigner; generateSignature and verifySignature perform the (asynchronous) signature operation.