Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
BasicTlsPSKIdentity |
Modifier and Type | Field and Description |
---|---|
protected TlsPSKIdentity |
PSKTlsClient.pskIdentity |
protected TlsPSKIdentity |
TlsPSKKeyExchange.pskIdentity |
Constructor and Description |
---|
PSKTlsClient(TlsCipherFactory cipherFactory,
TlsPSKIdentity pskIdentity) |
PSKTlsClient(TlsPSKIdentity pskIdentity) |
TlsPSKKeyExchange(int keyExchange,
Vector supportedSignatureAlgorithms,
TlsPSKIdentity pskIdentity,
TlsPSKIdentityManager pskIdentityManager,
DHParameters dhParameters,
int[] namedCurves,
short[] clientECPointFormats,
short[] serverECPointFormats) |
Copyright © 2016 BouncyCastle.org. All rights reserved.