Uses of Class
org.gudy.bouncycastle.crypto.CryptoException
-
Packages that use CryptoException Package Description org.gudy.bouncycastle.crypto org.gudy.bouncycastle.crypto.agreement.srp -
-
Uses of CryptoException in org.gudy.bouncycastle.crypto
Subclasses of CryptoException in org.gudy.bouncycastle.crypto Modifier and Type Class Description class
InvalidCipherTextException
this exception is thrown whenever we find something we don't expect in a message. -
Uses of CryptoException in org.gudy.bouncycastle.crypto.agreement.srp
Methods in org.gudy.bouncycastle.crypto.agreement.srp that throw CryptoException Modifier and Type Method Description java.math.BigInteger
SRP6Client. calculateSecret(java.math.BigInteger serverB)
Generates client's verification message given the server's credentialsjava.math.BigInteger
SRP6Server. calculateSecret(java.math.BigInteger clientA)
Processes the client's credentials.static java.math.BigInteger
SRP6Util. validatePublicValue(java.math.BigInteger N, java.math.BigInteger val)
-