public class IDSCPClientEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
IDSCPClientEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
RatResult |
getAttestationResult() |
java.lang.String |
getEndpointIdentifier() |
java.lang.String |
getEndpointKey() |
void |
setAttestationResult(RatResult attestationResult) |
void |
setEndpointIdentifier(java.lang.String endpointIdentifier) |
void |
setEndpointKey(java.lang.String endpointKey) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getEndpointIdentifier()
public void setEndpointIdentifier(java.lang.String endpointIdentifier)
public RatResult getAttestationResult()
public void setAttestationResult(RatResult attestationResult)
public void setEndpointKey(java.lang.String endpointKey)
public java.lang.String getEndpointKey()