Package org.bouncycastle.crypto.params
Class RSABlindingParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.RSABlindingParameters
-
- All Implemented Interfaces:
CipherParameters
public class RSABlindingParameters extends Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description RSABlindingParameters(RSAKeyParameters publicKey, BigInteger blindingFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getBlindingFactor()
RSAKeyParameters
getPublicKey()
-
-
-
Constructor Detail
-
RSABlindingParameters
public RSABlindingParameters(RSAKeyParameters publicKey, BigInteger blindingFactor)
-
-
Method Detail
-
getPublicKey
public RSAKeyParameters getPublicKey()
-
getBlindingFactor
public BigInteger getBlindingFactor()
-
-