Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsPSKIdentity

All Known Implementing Classes:
BasicTlsPSKIdentity

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsPSKIdentity


Method Summary
 byte[] getPSK()
          Deprecated.  
 byte[] getPSKIdentity()
          Deprecated.  
 void notifyIdentityHint(byte[] psk_identity_hint)
          Deprecated.  
 void skipIdentityHint()
          Deprecated.  
 

Method Detail

skipIdentityHint

public void skipIdentityHint()
Deprecated. 

notifyIdentityHint

public void notifyIdentityHint(byte[] psk_identity_hint)
Deprecated. 

getPSKIdentity

public byte[] getPSKIdentity()
Deprecated. 

getPSK

public byte[] getPSK()
Deprecated. 

Bouncy Castle Cryptography Library 1.64