C# Class SyrupPayJose.Jwa.Alg.KeyEncryption

Inheritance: IJweAlgorithm
Datei anzeigen Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
Decryption ( byte key, byte src ) : byte[]
Encryption ( byte key, ContentEncryptKeyGenerator cekGenerator ) : JwaAlgResult

Method Details

Decryption() public abstract method

public abstract Decryption ( byte key, byte src ) : byte[]
key byte
src byte
return byte[]

Encryption() public abstract method

public abstract Encryption ( byte key, ContentEncryptKeyGenerator cekGenerator ) : JwaAlgResult
key byte
cekGenerator SyrupPayJose.Jwa.Enc.ContentEncryptKeyGenerator
return JwaAlgResult