public class PublicKeyCredential<R extends com.webauthn4j.data.AuthenticatorResponse,E extends ExtensionClientOutput>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PublicKeyCredential(byte[] credentialId,
R authenticatorResponse,
AuthenticationExtensionsClientOutputs<E> clientExtensionResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
R |
getAuthenticatorResponse() |
AuthenticationExtensionsClientOutputs<E> |
getClientExtensionResults() |
java.lang.String |
getId() |
byte[] |
getRawId() |
java.lang.String |
getType() |
int |
hashCode() |
public PublicKeyCredential(byte[] credentialId,
R authenticatorResponse,
AuthenticationExtensionsClientOutputs<E> clientExtensionResults)
public java.lang.String getType()
public java.lang.String getId()
public byte[] getRawId()
public R getAuthenticatorResponse()
public AuthenticationExtensionsClientOutputs<E> getClientExtensionResults()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object