Package | Description |
---|---|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
Modifier and Type | Field and Description |
---|---|
private SecurityParameters |
TlsProtocolHandler.securityParameters |
private SecurityParameters |
TlsClientContextImpl.securityParameters |
Modifier and Type | Method and Description |
---|---|
SecurityParameters |
TlsClientContext.getSecurityParameters() |
SecurityParameters |
TlsClientContextImpl.getSecurityParameters() |
Modifier and Type | Method and Description |
---|---|
protected Signer |
TlsDHEKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |
protected Signer |
TlsECDHEKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |
protected Signer |
TlsSRPKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |
Constructor and Description |
---|
TlsClientContextImpl(java.security.SecureRandom secureRandom,
SecurityParameters securityParameters) |