public class Credential extends Object
| Constructor and Description |
|---|
Credential() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
Boolean |
getIsResidentCredential() |
String |
getLargeBlob()
The large blob associated with the credential.
|
String |
getPrivateKey()
The ECDSA P-256 private key in PKCS#8 format.
|
String |
getRpId()
Relying Party ID the credential is scoped to.
|
Integer |
getSignCount()
Signature counter.
|
String |
getUserHandle()
An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific
user.
|
void |
setCredentialId(String credentialId) |
void |
setIsResidentCredential(Boolean isResidentCredential) |
void |
setLargeBlob(String largeBlob)
The large blob associated with the credential.
|
void |
setPrivateKey(String privateKey)
The ECDSA P-256 private key in PKCS#8 format.
|
void |
setRpId(String rpId)
Relying Party ID the credential is scoped to.
|
void |
setSignCount(Integer signCount)
Signature counter.
|
void |
setUserHandle(String userHandle)
An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific
user.
|
public String getCredentialId()
public void setCredentialId(String credentialId)
public Boolean getIsResidentCredential()
public void setIsResidentCredential(Boolean isResidentCredential)
public String getRpId()
public void setRpId(String rpId)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getUserHandle()
public void setUserHandle(String userHandle)
public Integer getSignCount()
public void setSignCount(Integer signCount)
public String getLargeBlob()
public void setLargeBlob(String largeBlob)
Copyright © 2021 Kenan Klisura. All rights reserved.