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