Méthode | Description | |
---|---|---|
Create ( ) : |
Creates an instance of a cryptographic object to perform the Serpent algorithm.
|
|
Create ( string algName ) : |
Creates an instance of a cryptographic object to perform the specified implementation of the Serpent algorithm.
|
|
IsWeakKey ( byte rgbKey ) : bool |
Determines whether the specified key is weak.
|
Méthode | Description | |
---|---|---|
Serpent ( ) : System.Security.Cryptography |
Initializes a new instance of the Serpent class.
|
public static Create ( string algName ) : |
||
algName | string |
/// The name of the specified implementation of |
Résultat |
public IsWeakKey ( byte rgbKey ) : bool | ||
rgbKey | byte | /// The secret key to test for weakness. /// |
Résultat | bool |
protected Serpent ( ) : System.Security.Cryptography | ||
Résultat | System.Security.Cryptography |