Interface TlsPSKIdentity

  • All Known Implementing Classes:
    BasicTlsPSKIdentity

    public interface TlsPSKIdentity
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Method Detail

      • skipIdentityHint

        void skipIdentityHint()
        Deprecated.
      • notifyIdentityHint

        void notifyIdentityHint​(byte[] psk_identity_hint)
        Deprecated.
      • getPSKIdentity

        byte[] getPSKIdentity()
        Deprecated.
      • getPSK

        byte[] getPSK()
        Deprecated.