Package org.bouncycastle.crypto.tls
Interface TlsPSKIdentity
-
- All Known Implementing Classes:
BasicTlsPSKIdentity
public interface TlsPSKIdentity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getPSK()
byte[]
getPSKIdentity()
void
notifyIdentityHint(byte[] psk_identity_hint)
void
skipIdentityHint()
-