Package com.yubico.webauthn.data
Class Extensions.CredentialProperties.CredentialPropertiesOutput
java.lang.Object
com.yubico.webauthn.data.Extensions.CredentialProperties.CredentialPropertiesOutput
- Enclosing class:
- Extensions.CredentialProperties
Extension outputs for the Credential Properties Extension (
credProps
).-
Method Summary
Modifier and TypeMethodDescriptionboolean
getRk()
This OPTIONAL property, known abstractly as the resident key credential property (i.e., client-side discoverable credential property), is a Boolean value indicating whether thePublicKeyCredential
returned as a result of a registration ceremony is a client-side discoverable credential.int
hashCode()
toString()
-
Method Details
-
getRk
This OPTIONAL property, known abstractly as the resident key credential property (i.e., client-side discoverable credential property), is a Boolean value indicating whether thePublicKeyCredential
returned as a result of a registration ceremony is a client-side discoverable credential.If this is
true
, the credential is a discoverable credential.If this is
false
, the credential is a server-side credential.If this is not present, it is not known whether the credential is a discoverable credential or a server-side credential.
-
equals
-
hashCode
public int hashCode() -
toString
-