Class RelyingPartyPublicKey
java.lang.Object
org.springframework.security.web.webauthn.management.RelyingPartyPublicKey
Submitted by a client to request registration of a new credential.
- Since:
- 6.4
-
Constructor Summary
ConstructorsConstructorDescriptionRelyingPartyPublicKey
(PublicKeyCredential<AuthenticatorAttestationResponse> credential, String label) Creates a new instance. -
Method Summary
-
Constructor Details
-
RelyingPartyPublicKey
public RelyingPartyPublicKey(PublicKeyCredential<AuthenticatorAttestationResponse> credential, String label) Creates a new instance.- Parameters:
credential
- the credentiallabel
- a human readable label that will be associated to the credential
-
-
Method Details
-
getCredential
-
getLabel
-