Package org.bouncycastle.tls
Interface TlsPSK
- All Known Subinterfaces:
TlsPSKExternal
- All Known Implementing Classes:
BasicTlsPSKExternal
public interface TlsPSK
-
Method Summary
-
Method Details
-
getIdentity
byte[] getIdentity() -
getKey
TlsSecret getKey() -
getPRFAlgorithm
int getPRFAlgorithm()
-