public class Response extends StatusResponse<Response>
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
Response |
addAssertion(Assertion assertion) |
AlgorithmMethod |
getAlgorithm() |
java.util.List<Assertion> |
getAssertions() |
DigestMethod |
getDigest() |
SimpleKey |
getSigningKey() |
Response |
setAssertions(java.util.List<Assertion> assertions) |
Response |
setSigningKey(SimpleKey signingKey,
AlgorithmMethod algorithm,
DigestMethod digest) |
_this, getConsent, getDestination, getId, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, setConsent, setDestination, setId, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion
getImplementation, getOriginalXML, setImplementation, setOriginalXML
public java.util.List<Assertion> getAssertions()
public Response setSigningKey(SimpleKey signingKey, AlgorithmMethod algorithm, DigestMethod digest)
setSigningKey
in class StatusResponse<Response>
public SimpleKey getSigningKey()
getSigningKey
in class StatusResponse<Response>
public AlgorithmMethod getAlgorithm()
getAlgorithm
in class StatusResponse<Response>
public DigestMethod getDigest()
getDigest
in class StatusResponse<Response>