Package org.bouncycastle.tls
Interface TlsPSK
-
- All Known Subinterfaces:
TlsPSKExternal
- All Known Implementing Classes:
BasicTlsPSKExternal
public interface TlsPSK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getIdentity()
TlsSecret
getKey()
int
getPRFAlgorithm()
-
-
-
Method Detail
-
getIdentity
byte[] getIdentity()
-
getKey
TlsSecret getKey()
-
getPRFAlgorithm
int getPRFAlgorithm()
-
-