public class AttestedCredentialData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AttestedCredentialData() |
AttestedCredentialData(AAGUID aaguid,
byte[] credentialId,
COSEKey coseKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AAGUID |
getAaguid() |
COSEKey |
getCOSEKey() |
byte[] |
getCredentialId() |
int |
hashCode() |
public AttestedCredentialData(AAGUID aaguid, byte[] credentialId, COSEKey coseKey)
public AttestedCredentialData()
public AAGUID getAaguid()
public byte[] getCredentialId()
public COSEKey getCOSEKey()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object