public class WebAuthnCredentialData extends Object
Constructor and Description |
---|
WebAuthnCredentialData(String aaguid,
String credentialId,
long counter,
String attestationStatement,
String credentialPublicKey,
String attestationStatementFormat) |
Modifier and Type | Method and Description |
---|---|
String |
getAaguid() |
String |
getAttestationStatement() |
String |
getAttestationStatementFormat() |
long |
getCounter() |
String |
getCredentialId() |
String |
getCredentialPublicKey() |
void |
setAttestationStatementFormat(String attestationStatementFormat) |
void |
setCounter(long counter) |
String |
toString() |
public String getAaguid()
public String getCredentialId()
public String getAttestationStatement()
public String getCredentialPublicKey()
public long getCounter()
public void setCounter(long counter)
public String getAttestationStatementFormat()
public void setAttestationStatementFormat(String attestationStatementFormat)
Copyright © 2021 JBoss by Red Hat. All rights reserved.