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 |