public interface IDigest
Public Interface IDigest
public interface class IDigest
Org.BouncyCastle.Crypto.IDigest = function();
Org.BouncyCastle.Crypto.IDigest.createInterface('Org.BouncyCastle.Crypto.IDigest');
AlgorithmName | The algorithm name. |
BlockUpdate(ReadOnlySpanByte) | Update the message digest with a span of bytes. |
BlockUpdate(Byte, Int32, Int32) | Update the message digest with a block of bytes. |
DoFinal(SpanByte) | Close the digest, producing the final digest value. |
DoFinal(Byte, Int32) | Close the digest, producing the final digest value. |
GetByteLength | Return the size, in bytes, of the internal buffer used by this digest. |
GetDigestSize | Return the size, in bytes, of the digest produced by this message digest. |
Reset | Reset the digest back to its initial state. |
Update | Update the message digest with a single byte. |