Class RsaOaepCipherParameters

    Definition

    Namespace:
    Tizen.Security.SecureRepository.Crypto
    Assembly:
    Tizen.Security.SecureRepository.dll

    Holds parameters for the RSA algorithm with the OAEP mode.

    public class RsaOaepCipherParameters : CipherParameters
    Inheritance
    object
    CipherParameters
    RsaOaepCipherParameters

    Constructors

    View Source

    RsaOaepCipherParameters()

    Initializes an instance of RsaOaepCipherParameters class.

    Declaration
    public RsaOaepCipherParameters()
    Remarks

    CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.RsaOaep.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX