C# Class SyrupPayJose.Jwa.Alg.KeyEncryption

Inheritance: IJweAlgorithm
Afficher le fichier Open project: SKplanet/syruppay-csharp

Méthodes publiques

Méthode Description
Decryption ( byte key, byte src ) : byte[]
Encryption ( byte key, ContentEncryptKeyGenerator cekGenerator ) : JwaAlgResult

Method Details

Decryption() public abstract méthode

public abstract Decryption ( byte key, byte src ) : byte[]
key byte
src byte
Résultat byte[]

Encryption() public abstract méthode

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