Property | Type | Description | |
---|---|---|---|
GcmMode | string |
Property | Type | Description | |
---|---|---|---|
GetKeyParameters | |||
GetMode | Func |
Method | 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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GenerateKey ( int size ) : void |
Generates the key.
|
Method | Description | |
---|---|---|
GetKeyParameters ( ) : |
||
GetMode ( ) : Func |
protected GenerateKey ( int size ) : void | ||
size | int | The size. |
return | void |
public GetAuthSigningStream ( ) : |
||
return |
public GetAuthVerifyingStream ( ) : VerifyingStream | ||
return | VerifyingStream |
public GetDecryptingStream ( Stream output ) : |
||
output | Stream | The output. |
return |
public GetEncryptingStream ( Stream output ) : |
||
output | Stream | The output. |
return |