Package org.bouncycastle.tls
Interface TlsPSKIdentity
-
- All Known Implementing Classes:
BasicTlsPSKIdentity
public interface TlsPSKIdentityProcessor interface for a PSK identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPSK()byte[]getPSKIdentity()voidnotifyIdentityHint(byte[] psk_identity_hint)voidskipIdentityHint()
-