Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsPSKIdentityManager


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

public interface TlsPSKIdentityManager


Method Summary
 byte[] getHint()
          Deprecated.  
 byte[] getPSK(byte[] identity)
          Deprecated.  
 

Method Detail

getHint

public byte[] getHint()
Deprecated. 

getPSK

public byte[] getPSK(byte[] identity)
Deprecated. 

Bouncy Castle Cryptography Library 1.64