Package org.bouncycastle.crypto.tls
Interface TlsPSKIdentity
-
- All Known Implementing Classes:
BasicTlsPSKIdentity
public interface TlsPSKIdentity
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]
getPSK()
Deprecated.byte[]
getPSKIdentity()
Deprecated.void
notifyIdentityHint(byte[] psk_identity_hint)
Deprecated.void
skipIdentityHint()
Deprecated.
-