Package org.bouncycastle.tls
Interface TlsPSKIdentity
-
- All Known Implementing Classes:
BasicTlsPSKIdentity
public interface TlsPSKIdentity
Processor interface for a PSK identity.
-
-
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()
-