Interface IHashingWrapper
- Namespace
- Amazon.Runtime.Internal.Util
- Assembly
- AWSSDK.Core.dll
public interface IHashingWrapper : IDisposable
- Inherited Members
-
Methods
AppendBlock(byte[])
void AppendBlock(byte[] buffer)
Parameters
buffer
byte[]
AppendBlock(byte[], int, int)
void AppendBlock(byte[] buffer, int offset, int count)
Parameters
buffer
byte[]
offset
int
count
int
AppendLastBlock(byte[])
byte[] AppendLastBlock(byte[] buffer)
Parameters
buffer
byte[]
Returns
- byte[]
AppendLastBlock(byte[], int, int)
byte[] AppendLastBlock(byte[] buffer, int offset, int count)
Parameters
buffer
byte[]
offset
int
count
int
Returns
- byte[]
Clear()
ComputeHash(byte[])
byte[] ComputeHash(byte[] buffer)
Parameters
buffer
byte[]
Returns
- byte[]
ComputeHash(Stream)
byte[] ComputeHash(Stream stream)
Parameters
stream
Stream
Returns
- byte[]