Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTlsSRPGroupVerifier |
Modifier and Type | Field and Description |
---|---|
protected TlsSRPGroupVerifier |
SRPTlsClient.groupVerifier |
protected TlsSRPGroupVerifier |
TlsSRPKeyExchange.groupVerifier |
Constructor and Description |
---|
SRPTlsClient(TlsCipherFactory cipherFactory,
TlsSRPGroupVerifier groupVerifier,
byte[] identity,
byte[] password) |
TlsSRPKeyExchange(int keyExchange,
Vector supportedSignatureAlgorithms,
TlsSRPGroupVerifier groupVerifier,
byte[] identity,
byte[] password) |
Copyright © 2020 BouncyCastle.org. All rights reserved.