Package | Description |
---|---|
old.org.bouncycastle.crypto | |
old.org.bouncycastle.crypto.agreement.srp | |
old.org.bouncycastle.crypto.signers |
Modifier and Type | Class and Description |
---|---|
class |
InvalidCipherTextException
this exception is thrown whenever we find something we don't expect in a
message.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Signer.generateSignature()
generate a signature for the message we've been loaded with using
the key we were initialised with.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
SRP6Server.calculateSecret(BigInteger clientA)
Processes the client's credentials.
|
BigInteger |
SRP6Client.calculateSecret(BigInteger serverB)
Generates client's verification message given the server's credentials
|
static BigInteger |
SRP6Util.validatePublicValue(BigInteger N,
BigInteger val) |
Modifier and Type | Method and Description |
---|---|
byte[] |
RSADigestSigner.generateSignature()
Generate a signature for the message we've been loaded with using the key
we were initialised with.
|
byte[] |
PSSSigner.generateSignature()
generate a signature for the message we've been loaded with using
the key we were initialised with.
|
byte[] |
ISO9796d2Signer.generateSignature()
generate a signature for the loaded message using the key we were
initialised with.
|
byte[] |
ISO9796d2PSSSigner.generateSignature()
generate a signature for the loaded message using the key we were
initialised with.
|
byte[] |
GenericSigner.generateSignature()
Generate a signature for the message we've been loaded with using the key
we were initialised with.
|
Copyright © 2015. All rights reserved.