|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.RSABlindingParameters
public class RSABlindingParameters
Constructor Summary | |
---|---|
RSABlindingParameters(RSAKeyParameters publicKey,
java.math.BigInteger blindingFactor)
|
Method Summary | |
---|---|
java.math.BigInteger |
getBlindingFactor()
|
RSAKeyParameters |
getPublicKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSABlindingParameters(RSAKeyParameters publicKey, java.math.BigInteger blindingFactor)
Method Detail |
---|
public RSAKeyParameters getPublicKey()
public java.math.BigInteger getBlindingFactor()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |