Package com.webauthn4j.data
Class PublicKeyCredential<R extends AuthenticatorResponse,E extends ExtensionClientOutput>
java.lang.Object
com.webauthn4j.data.PublicKeyCredential<R,E>
- All Implemented Interfaces:
Serializable
public class PublicKeyCredential<R extends AuthenticatorResponse,E extends ExtensionClientOutput>
extends Object
implements Serializable
The PublicKeyCredential interface contains the attributes that are returned to the caller
when a new credential is created, or a new assertion is requested.
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyCredential(@org.checkerframework.checker.nullness.qual.Nullable byte[] credentialId, @Nullable R authenticatorResponse, @Nullable AuthenticationExtensionsClientOutputs<E> clientExtensionResults) -
Method Summary
-
Constructor Details
-
PublicKeyCredential
public PublicKeyCredential(@org.checkerframework.checker.nullness.qual.Nullable byte[] credentialId, @Nullable R authenticatorResponse, @Nullable AuthenticationExtensionsClientOutputs<E> clientExtensionResults)
-
-
Method Details
-
getType
-
getId
-
getRawId
public @org.checkerframework.checker.nullness.qual.Nullable byte[] getRawId() -
getAuthenticatorResponse
-
getClientExtensionResults
-
equals
-
hashCode
public int hashCode() -
toString
-