|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.AbstractTlsPeer
org.bouncycastle.crypto.tls.AbstractTlsClient
org.bouncycastle.crypto.tls.PSKTlsClient
public abstract class PSKTlsClient
Field Summary | |
---|---|
protected TlsPSKIdentity |
pskIdentity
|
Fields inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient |
---|
cipherFactory, context, selectedCipherSuite, selectedCompressionMethod, supportedSignatureAlgorithms |
Constructor Summary | |
---|---|
PSKTlsClient(TlsCipherFactory cipherFactory,
TlsPSKIdentity pskIdentity)
|
|
PSKTlsClient(TlsPSKIdentity pskIdentity)
|
Method Summary | |
---|---|
protected TlsKeyExchange |
createPSKKeyExchange(int keyExchange)
|
TlsCipher |
getCipher()
|
int[] |
getCipherSuites()
|
TlsKeyExchange |
getKeyExchange()
|
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsPeer |
---|
notifyAlertRaised, notifyAlertReceived |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bouncycastle.crypto.tls.TlsClient |
---|
getAuthentication |
Methods inherited from interface org.bouncycastle.crypto.tls.TlsPeer |
---|
notifyAlertRaised, notifyAlertReceived |
Field Detail |
---|
protected TlsPSKIdentity pskIdentity
Constructor Detail |
---|
public PSKTlsClient(TlsPSKIdentity pskIdentity)
public PSKTlsClient(TlsCipherFactory cipherFactory, TlsPSKIdentity pskIdentity)
Method Detail |
---|
public int[] getCipherSuites()
public TlsKeyExchange getKeyExchange() throws java.io.IOException
java.io.IOException
public TlsCipher getCipher() throws java.io.IOException
java.io.IOException
protected TlsKeyExchange createPSKKeyExchange(int keyExchange)
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |