Class DeviceSecretHash
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.claims.DeviceSecretHash
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Device secret hash (
ds_hash).
Related specifications:
- OpenID Connect Native SSO for Mobile Apps 1.0
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
ConstructorsConstructorDescriptionDeviceSecretHash(String value) Creates a new device secret hash with the specified value. -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
DeviceSecretHash
Creates a new device secret hash with the specified value.- Parameters:
value- The device secret hash value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-