C# Class SyrupPayJose.Jwa.Enc.ContentEncryptKeyGenerator

Exibir arquivo Open project: SKplanet/syruppay-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ContentEncryptKeyGenerator ( int keyLength ) : System.Security.Cryptography
GenerateRandomKey ( ) : byte[]

Method Details

ContentEncryptKeyGenerator() public method

public ContentEncryptKeyGenerator ( int keyLength ) : System.Security.Cryptography
keyLength int
return System.Security.Cryptography

GenerateRandomKey() public method

public GenerateRandomKey ( ) : byte[]
return byte[]