Bouncy Castle Cryptography Library 1.48

org.bouncycastle.crypto.tls
Interface TlsPSKIdentity


public interface TlsPSKIdentity


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

Method Detail

skipIdentityHint

void skipIdentityHint()

notifyIdentityHint

void notifyIdentityHint(byte[] psk_identity_hint)

getPSKIdentity

byte[] getPSKIdentity()

getPSK

byte[] getPSK()

Bouncy Castle Cryptography Library 1.48