IsValid() const
Indicates whether the PSKd if well-formed and valid. Per Thread specification, a Joining Device Credential is encoded as uppercase alphanumeric characters (base32-thread: 0-9, A-Z excluding I, O, Q, and Z for readability) with a minimum length of 6 such characters and a maximum length of 32 such characters.
SetFrom()
Sets the joiner PSKd from a given C string.
GetAsCString() const
Gets the PSKd as a null terminated C string. Must be used after the PSKd is validated, otherwise its behavior is undefined.
GetLength() const
Gets the PSKd string length. Must be used after the PSKd is validated, otherwise its behavior is undefined.
operator() const
Overloads operator `==` to evaluate whether or not two PSKds are equal.
IsPskdValid()
Indicates whether a given PSKd string if well-formed and valid. @sa IsValid().