Table of Contents

Class RsaBlindingParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RsaBlindingParameters : ICipherParameters
Inheritance
RsaBlindingParameters
Implements
Inherited Members

Constructors

RsaBlindingParameters(RsaKeyParameters, BigInteger)

public RsaBlindingParameters(RsaKeyParameters publicKey, BigInteger blindingFactor)

Parameters

publicKey RsaKeyParameters
blindingFactor BigInteger

Properties

BlindingFactor

public BigInteger BlindingFactor { get; }

Property Value

BigInteger

PublicKey

public RsaKeyParameters PublicKey { get; }

Property Value

RsaKeyParameters