public class PublicKeyCredentialDescriptor
extends java.lang.Object
implements java.io.Serializable
PublicKeyCredentialDescriptor contains the attributes that are specified by a caller when referring to
a public key credential as an input parameter to the create() or get() methods.| Constructor and Description |
|---|
PublicKeyCredentialDescriptor(PublicKeyCredentialType type,
byte[] id,
java.util.Set<AuthenticatorTransport> transports) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getId() |
java.util.Set<AuthenticatorTransport> |
getTransports() |
PublicKeyCredentialType |
getType() |
int |
hashCode() |
public PublicKeyCredentialDescriptor(PublicKeyCredentialType type, byte[] id, java.util.Set<AuthenticatorTransport> transports)
public PublicKeyCredentialType getType()
public byte[] getId()
public java.util.Set<AuthenticatorTransport> getTransports()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object