C# Class Adf.Core.Encryption.EncryptionManager

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Encrypt ( EncryptionType type, Descriptor value ) : string
Encrypt ( EncryptionType type, Enum value ) : string
Encrypt ( EncryptionType type, IValueObject value ) : string
Encrypt ( EncryptionType type, object value ) : string
Encrypt ( EncryptionType type, string value ) : string

Private Methods

Method Description
GetProvider ( EncryptionType type ) : IEncryptionProvider

Method Details

Encrypt() public static method

public static Encrypt ( EncryptionType type, Descriptor value ) : string
type EncryptionType
value Descriptor
return string

Encrypt() public static method

public static Encrypt ( EncryptionType type, Enum value ) : string
type EncryptionType
value System.Enum
return string

Encrypt() public static method

public static Encrypt ( EncryptionType type, IValueObject value ) : string
type EncryptionType
value IValueObject
return string

Encrypt() public static method

public static Encrypt ( EncryptionType type, object value ) : string
type EncryptionType
value object
return string

Encrypt() public static method

public static Encrypt ( EncryptionType type, string value ) : string
type EncryptionType
value string
return string