public class PKNFC extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
encryptionPublicKey |
protected String |
message |
protected Boolean |
requiresAuthentication |
| Modifier | Constructor and Description |
|---|---|
protected |
PKNFC() |
| Modifier and Type | Method and Description |
|---|---|
static PKNFCBuilder |
builder() |
static PKNFCBuilder |
builder(PKNFC nfc) |
protected PKNFC |
clone() |
String |
getEncryptionPublicKey() |
String |
getMessage() |
Boolean |
getRequiresAuthentication() |
String |
toString() |
protected String message
protected String encryptionPublicKey
protected Boolean requiresAuthentication
public String getMessage()
public String getEncryptionPublicKey()
public Boolean getRequiresAuthentication()
public static PKNFCBuilder builder()
public static PKNFCBuilder builder(PKNFC nfc)
Copyright © 2012–2022. All rights reserved.