public interface Psk extends KeyType
| Modifier and Type | Interface and Description |
|---|---|
static class |
Psk.LeafIdentifier
Identify the leaf of Psk.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Psk.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
presharedKey()
Returns the attribute presharedKey.
|
void |
presharedKey(String presharedKey)
Sets the attribute presharedKey.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String presharedKey()
BitSet valueLeafFlags()
void presharedKey(String presharedKey)
presharedKey - value of presharedKeyboolean isLeafValueSet(Psk.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.