C# Class nHydrate.Generator.Common.Util.CryptoFactory

Mostra file Open project: nHydrate/nHydrate

Public Methods

Method Description
Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
Create ( string algorithmName, string entropy ) : ICryptoHelper

Private Methods

Method Description
CryptoFactory ( ) : System.Security.Cryptography

Method Details

Create() public static method

public static Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
algorithm CryptographyAlgorithm
return ICryptoHelper

Create() public static method

public static Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
algorithm CryptographyAlgorithm
entropy string
return ICryptoHelper

Create() public static method

public static Create ( string algorithmName, string entropy ) : ICryptoHelper
algorithmName string
entropy string
return ICryptoHelper