КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpSHA384

    Computes the SHA384 hash for the input data.

    Inheritance
    object
    HashAlgorithm
    CpSHA384
    Implements
    ICryptoTransform
    IDisposable
    Inherited Members
    HashAlgorithm.HashSizeValue
    HashAlgorithm.HashValue
    HashAlgorithm.State
    HashAlgorithm.Clear()
    HashAlgorithm.ComputeHash(byte[])
    HashAlgorithm.ComputeHash(byte[], int, int)
    HashAlgorithm.ComputeHash(Stream)
    HashAlgorithm.ComputeHashAsync(Stream, CancellationToken)
    HashAlgorithm.Create(string)
    HashAlgorithm.Dispose()
    HashAlgorithm.Dispose(bool)
    HashAlgorithm.HashCore(byte[], int, int)
    HashAlgorithm.HashCore(ReadOnlySpan<byte>)
    HashAlgorithm.HashFinal()
    HashAlgorithm.Initialize()
    HashAlgorithm.TransformBlock(byte[], int, int, byte[], int)
    HashAlgorithm.TransformFinalBlock(byte[], int, int)
    HashAlgorithm.TryComputeHash(ReadOnlySpan<byte>, Span<byte>, out int)
    HashAlgorithm.TryHashFinal(Span<byte>, out int)
    HashAlgorithm.CanReuseTransform
    HashAlgorithm.CanTransformMultipleBlocks
    HashAlgorithm.Hash
    HashAlgorithm.HashSize
    HashAlgorithm.InputBlockSize
    HashAlgorithm.OutputBlockSize
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public abstract class CpSHA384 : HashAlgorithm, ICryptoTransform, IDisposable

    Constructors

    CpSHA384()

    Initializes a new instance of CpSHA384.

    Declaration
    protected CpSHA384()

    Fields

    HashSizeInBits

    The hash size produced by the SHA384 algorithm, in bits.

    Declaration
    public const int HashSizeInBits = 384
    Field Value
    Type Description
    int

    HashSizeInBytes

    The hash size produced by the SHA384 algorithm, in bytes.

    Declaration
    public const int HashSizeInBytes = 48
    Field Value
    Type Description
    int

    Methods

    Create()

    Create a default implementation of SHA384 hash algorithm.

    Declaration
    public static CpSHA384 Create()
    Returns
    Type Description
    CpSHA384

    Implements

    ICryptoTransform
    IDisposable
    В этом разделе
    Наверх Generated by DocFX