C# Class SyrupPayJose.Jwa.Alg.AesWrapEngine

https://github.com/dvsekhvalnov/jose-jwt
Datei anzeigen Open project: SKplanet/syruppay-csharp Class Usage Examples

Private Methods

Method Description
AesDec ( byte sharedKey, byte cipherText ) : byte[]
AesEnc ( byte sharedKey, byte plainText ) : byte[]
Init ( byte kek ) : void
Unwrap ( byte encryptedCek ) : byte[]
Wrap ( byte cek ) : byte[]