See: Description
Class | Description |
---|---|
BaseHash |
A base abstract class to facilitate hash implementations.
|
LunaDigest |
Abstract base class for the Luna provider's message digest engine classes.
|
LunaDigestMD2 |
Engine class for MD2 digests.
|
LunaDigestSHA1 |
Engine class for SHA1 digests
|
LunaDigestSHA224 |
Engine class for SHA256 digests
|
LunaDigestSHA256 |
Engine class for SHA256 digests
|
LunaDigestSHA3_224 | |
LunaDigestSHA3_256 | |
LunaDigestSHA3_384 | |
LunaDigestSHA3_512 | |
LunaDigestSHA384 |
Engine class for SHA384 digests
|
LunaDigestSHA512 |
Engine class for SHA512 digests
|
LunaDigestSM3 |
Engine class for SM3 digests
|
MD2 |
implementation of MD2 as outlined in RFC1319 by B.Kaliski from RSA Laboratories April 1992
|
SHA |
This class implements the SHA-1 algorithm as described in [1].
|
Sha224 |
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
|
Sha256 |
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
|
SHA3 |
This class implements the Secure Hash Algorithm SHA-3 developed by the
National Institute of Standards and Technology along with the National
Security Agency as defined in FIPS PUB 202.
|
SHA3.SHA3_224 |
SHA3-224 implementation class.
|
SHA3.SHA3_256 |
SHA3-256 implementation class.
|
SHA3.SHA3_384 |
SHAs-384 implementation class.
|
SHA3.SHA3_512 |
SHA3-512 implementation class.
|
Sha384 |
Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
|
Sha512 |
Implementation of SHA2-3 [SHA-512] per the IETF Draft Specification.
|
Copyright 2014-2018 SafeNet. All rights reserved.