Package org.bouncycastle.tls
Class OfferedPsks
java.lang.Object
org.bouncycastle.tls.OfferedPsks
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream output) int
int
getIndexOfIdentity
(PskIdentity pskIdentity) static OfferedPsks
parse
(InputStream input)
-
Field Details
-
identities
-
binders
-
bindersSize
protected final int bindersSize
-
-
Constructor Details
-
OfferedPsks
-
-
Method Details
-
getBinders
-
getBindersSize
public int getBindersSize() -
getIdentities
-
getIndexOfIdentity
-
encode
- Throws:
IOException
-
parse
- Throws:
IOException
-