public interface InputData extends Content
HashInputData
and ReferenceInputData
information
as part of VerifyXMLSignatureResponse
.Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_SIGNEDINFO_
Possible value returned by
getPartOf() . |
static String |
CONTAINER_XMLDSIGMANIFEST_
Possible value returned by
getPartOf() . |
static int |
REFERER_NONE_
Value returned by {link getReferringReferenceNumber}, signalling that the
attribute is not used.
|
BINARY_CONTENT, LOCREF_CONTENT, REFERENCE_CONTENT, XML_CONTENT
Modifier and Type | Method and Description |
---|---|
String |
getPartOf()
Returns a
String signalling what kind of container the
XMLDSIG Reference this InputData belongs
to is part of. |
int |
getReferringReferenceNumber()
If this
InputData belongs to an XMLDSIG Reference
being part of either a XMLDSIGManifest or a SignatureManifest, this method
returns a positive int value signalling the particular Reference
of the XMLDSIG SignedInfo referring to the XMLDSIGManifest or
SignatureManifest respectively. |
getContentType, getReference
static final String CONTAINER_SIGNEDINFO_
getPartOf()
.static final String CONTAINER_XMLDSIGMANIFEST_
getPartOf()
.static final int REFERER_NONE_
String getPartOf()
String
signalling what kind of container the
XMLDSIG Reference
this InputData
belongs
to is part of.int getReferringReferenceNumber()
InputData
belongs to an XMLDSIG Reference
being part of either a XMLDSIGManifest or a SignatureManifest, this method
returns a positive int value signalling the particular Reference
of the XMLDSIG SignedInfo
referring to the XMLDSIGManifest or
SignatureManifest respectively.Copyright © 2016. All rights reserved.