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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX