public class PublicKeyCredentialParameters
extends java.lang.Object
implements java.io.Serializable
PublicKeyCredentialParameters is used to supply additional parameters when creating a new credential.| Constructor and Description |
|---|
PublicKeyCredentialParameters(PublicKeyCredentialType type,
COSEAlgorithmIdentifier alg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
COSEAlgorithmIdentifier |
getAlg() |
PublicKeyCredentialType |
getType() |
int |
hashCode() |
public PublicKeyCredentialParameters(PublicKeyCredentialType type, COSEAlgorithmIdentifier alg)
public PublicKeyCredentialType getType()
public COSEAlgorithmIdentifier getAlg()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object