Show / Hide Table of Contents

    Interface IRsaDecryptor

    Interface for all RSA decryptor implementations.

    Namespace: Fibula.Security.Contracts
    Assembly: Fibula.Security.Contracts.dll
    Syntax
    public interface IRsaDecryptor

    Methods

    | Improve this Doc View Source

    Decrypt(Byte[])

    Decrypts the data supplied.

    Declaration
    Span<byte> Decrypt(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data

    The data to decrypt.

    Returns
    Type Description
    System.Span<System.Byte>

    The decrypted bytes of data.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.