Spring.Cryptography Namespace

Note: This API is experimental and may change in future.
 NameDescription
ECryptographicException

Represents type ECryptographicException.

Top
 NameDescription
TBuffer

Represents a series of bytes in memory.

Top
 NameDescription
ICRC16

Represents type ICRC16.

ICRC32

Represents type ICRC32.

IDES

Represents type IDES.

IHashAlgorithm

Defines the basic operations of hash algorithms.

IKeyedHashAlgorithm

IKeyedHashAlgorithm

IMD5

Represents type IMD5.

IRandomNumberGenerator

Generates random values.

ISHA1

Represents type ISHA1.

ISHA256

Represents type ISHA256.

ISHA384

Represents type ISHA384.

ISHA512

Represents type ISHA512.

ISymmetricAlgorithm

Performs a transformation on data to keep it from being read by third parties. This type of encryption uses a single shared, secret key to encrypt and decrypt data.

ITripleDES

Represents type ITripleDES.

Top
 NameDescription
TCipherMode

TCipherMode

TPaddingMode

Specifies the type of padding to apply when the message data block is shorter than the full number of bytes needed for a cryptographic operation.

Top
 NameDescription
ISizeCollection

Represents an alias of the IEnumerable type.

Top
 NameDescription
cmCBC

Represents constant cmCBC.

cmECB

Represents constant cmECB.

pmANSIX923

Represents constant pmANSIX923.

pmISO10126

Represents constant pmISO10126.

pmNone

Represents constant pmNone.

pmPKCS7

Represents constant pmPKCS7.

pmZeros

Represents constant pmZeros.

Top
 NameDescription
CreateCRC16

Represents method CreateCRC16.

CreateCRC32

Represents method CreateCRC32.

CreateDES

Represents method CreateDES.

CreateMD5

Represents method CreateMD5.

CreateRandomNumberGenerator

Creates a default implementation of IRandomNumberGenerator.

CreateSHA1

Represents method CreateSHA1.

CreateSHA256

Represents method CreateSHA256.

CreateSHA384

Represents method CreateSHA384.

CreateSHA512

Represents method CreateSHA512.

CreateSizeCollection(Integer)

Overloaded. Represents method CreateSizeCollection(Integer).

CreateSizeCollection(Integer[])

Overloaded. Represents method CreateSizeCollection(Integer[]).

CreateTripleDES

Represents method CreateTripleDES.

Top