CryptographyModelFactory Class

Definition

Model factory that enables mocking for the Key Vault Cryptography library.

public static class CryptographyModelFactory
type CryptographyModelFactory = class
Public Class CryptographyModelFactory
Inheritance
CryptographyModelFactory

Methods

DecryptParameters(EncryptionAlgorithm, Byte[], Byte[], Byte[], Byte[])

Initializes a new instance of the DecryptParameters class for mocking purposes.

DecryptResult(String, Byte[], EncryptionAlgorithm)

Initializes a new instance of the DecryptResult class for mocking purposes.

EncryptParameters(EncryptionAlgorithm, Byte[], Byte[], Byte[])

Initializes a new instance of the EncryptParameters class for mocking purposes.

EncryptResult(String, Byte[], EncryptionAlgorithm, Byte[], Byte[], Byte[])

Initializes a new instance of the EncryptResult class for mocking purposes.

SignResult(String, Byte[], SignatureAlgorithm)

Initializes a new instance of the SignResult class for mocking purposes.

UnwrapResult(String, Byte[], KeyWrapAlgorithm)

Initializes a new instance of the UnwrapResult class for mocking purposes.

VerifyResult(String, Boolean, SignatureAlgorithm)

Initializes a new instance of the VerifyResult class for mocking purposes.

WrapResult(String, Byte[], KeyWrapAlgorithm)

Initializes a new instance of the WrapResult class for mocking purposes.

Applies to