@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticatorAttestationResponse")
public class AuthenticatorAttestationResponse
extends AuthenticatorResponse
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticatorAttestationResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
attestationObject()
The attestationObject property of the AuthenticatorAttestationResponse interface returns an ArrayBuffer containing the new public key, as well as signature over the entire attestationObject with a private key that is stored in the authenticator when it is manufactured.
|
ArrayBuffer |
getAuthenticatorData() |
ArrayBuffer |
getPublicKey() |
int |
getPublicKeyAlgorithm() |
JsArray<java.lang.String> |
getTransports()
getTransports() is a method of the AuthenticatorAttestationResponse interface that returns an Array containing strings describing the different transports which may be used by the authenticator.
|
clientDataJSONassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="attestationObject") @Nonnull public ArrayBuffer attestationObject()
@Nonnull public ArrayBuffer getAuthenticatorData()
@Nullable public ArrayBuffer getPublicKey()
public int getPublicKeyAlgorithm()
@Nonnull public JsArray<java.lang.String> getTransports()