Method | Description | |
---|---|---|
CreateByName ( string name ) : |
Returns EVP_get_cipherbyname()
|
|
Print ( BIO bio ) : void |
Prints the LongName of this cipher.
|
Method | Description | |
---|---|---|
OnDispose ( ) : void |
Not implemented, these objects should never be disposed
|
Method | Description | |
---|---|---|
Cipher ( |
public static CreateByName ( string name ) : |
||
name | string | |
return |
public static Cipher,OpenSSL.Crypto AES_128_CFB128 | ||
return |
public static Cipher,OpenSSL.Crypto AES_192_CFB128 | ||
return |
public static Cipher,OpenSSL.Crypto AES_256_CFB128 | ||
return |
public static Cipher,OpenSSL.Crypto Blowfish_CFB64 | ||
return |
public static Cipher,OpenSSL.Crypto DES_EDE3_CFB64 | ||
return |
public static Cipher,OpenSSL.Crypto DES_EDE3_CFB8 | ||
return |
public static Cipher,OpenSSL.Crypto DES_EDE_CFB64 | ||
return |