Package org.bouncycastle.crypto.tls
Interface TlsPSKIdentity
-
- All Known Implementing Classes:
BasicTlsPSKIdentity
public interface TlsPSKIdentityDeprecated.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.voidnotifyIdentityHint(byte[] psk_identity_hint)Deprecated.voidskipIdentityHint()Deprecated.
-