IAesGcmPrimitives Interface
Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dllAn interface exposing AES-GCM primitive operations.
C#
public interface IAesGcmPrimitives
Methods
Name | Description |
---|---|
DecryptAndVerify(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>) | Decrypt the |
EncryptAndAuthenticate(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Span<Byte>, ReadOnlySpan<Byte>) | Encrypt the |