Method | Description | |
---|---|---|
BulkCipherAlgorithmAesGcm ( int keySize ) : System | ||
BulkCipherAlgorithmAesGcm ( int keySize, int tagSize ) : System | ||
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
SupportsProtocolVersion ( |
public BulkCipherAlgorithmAesGcm ( int keySize ) : System | ||
keySize | int | |
return | System |
public BulkCipherAlgorithmAesGcm ( int keySize, int tagSize ) : System | ||
keySize | int | |
tagSize | int | |
return | System |
public CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
return | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
return | ICryptoTransform |
public SupportsProtocolVersion ( |
||
version | ||
return | bool |