Interface XMLSignerResult
- All Superinterfaces:
SignerResult<Document>
- All Known Implementing Classes:
DefaultXMLSignerResult
Represents the result from an XML signature operation.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the canonicalized bytes of theds:SignedInfoelement from theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).Gets theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).Gets theds:SignedInfoelement from theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).Methods inherited from interface se.idsec.signservice.security.sign.SignerResult
getSignedDocument, getSignerCertificate, getSignerCertificateChain, getSigningTime
-
Method Details
-
getSignatureElement
Element getSignatureElement()Gets theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).- Returns:
- the Signature element
-
getSignedInfo
Element getSignedInfo()Gets theds:SignedInfoelement from theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).- Returns:
- the SignedInfo element
-
getCanonicalizedSignedInfo
byte[] getCanonicalizedSignedInfo()Gets the canonicalized bytes of theds:SignedInfoelement from theds:Signatureelement of the signed document (SignerResult.getSignedDocument()).- Returns:
- a byte array
-