Свойство | Type | Description | |
---|---|---|---|
GcmMode | string |
Свойство | Type | Description | |
---|---|---|---|
GetKeyParameters | |||
GetMode | Func |
Méthode | Description | |
---|---|---|
AesAeadKey ( ) : System |
Initializes a new instance of the AesAeadKey class.
|
|
GetAuthSigningStream ( ) : |
Gets the authentication signing stream.
|
|
GetAuthVerifyingStream ( ) : VerifyingStream |
Gets the authentication verifying stream.
|
|
GetDecryptingStream ( Stream output ) : |
Gets the decrypting stream.
|
|
GetEncryptingStream ( Stream output ) : |
Gets the encrypting stream.
|
|
GetFallbackKeyHash ( ) : IEnumerable |
Gets the fallback key hashes. old/buggy hashes from old/other keyczar implementations
|
|
GetKeyHash ( ) : byte[] |
Gets the key hash.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GenerateKey ( int size ) : void |
Generates the key.
|
Méthode | Description | |
---|---|---|
GetKeyParameters ( ) : |
||
GetMode ( ) : Func |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected GenerateKey ( int size ) : void | ||
size | int | The size. |
Résultat | void |
public GetAuthSigningStream ( ) : |
||
Résultat |
public GetAuthVerifyingStream ( ) : VerifyingStream | ||
Résultat | VerifyingStream |
public GetDecryptingStream ( Stream output ) : |
||
output | Stream | The output. |
Résultat |
public GetEncryptingStream ( Stream output ) : |
||
output | Stream | The output. |
Résultat |
public GetFallbackKeyHash ( ) : IEnumerable |
||
Résultat | IEnumerable |