Class SignedInfoProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.SignedInfoProcessor
<element name="SignedInfo" type="ds:SignedInfoType"/>
<complexType name="SignedInfoType">
<sequence>
<element ref="ds:CanonicalizationMethod"/>
<element ref="ds:SignatureMethod"/>
<element ref="ds:Reference" maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type="ID" use="optional"/>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionSignedInfoProcessor(TagInfoset signature, HashMap<String, String> parentNSDecls, XMLStreamReader reader, JAXBFilterProcessingContext pc, SignaturePolicy signPolicy, MutableXMLStreamBuffer buffer) Creates a new instance of SignedInfoProcessor -
Method Summary
Modifier and TypeMethodDescriptionintgetReferenceEventType(XMLStreamReader reader) process()processes different types the SignedInfo element of an XMLSignaturebooleanprocessReference(Reference reference) processes the given referencevoid
-
Field Details
-
CANONICALIZATION_METHOD_EVENT
public static final int CANONICALIZATION_METHOD_EVENT- See Also:
-
SIGNATURE_METHOD_EVENT
public static final int SIGNATURE_METHOD_EVENT- See Also:
-
REFERENCE_EVENT
public static final int REFERENCE_EVENT- See Also:
-
DIGEST_METHOD_EVENT
public static final int DIGEST_METHOD_EVENT- See Also:
-
DIGEST_VALUE_EVENT
public static final int DIGEST_VALUE_EVENT- See Also:
-
TRANSFORM_EVENT
public static final int TRANSFORM_EVENT- See Also:
-
TRANSFORMS_EVENT
public static final int TRANSFORMS_EVENT- See Also:
-
CANONICALIZATION_METHOD
- See Also:
-
SIGNATURE_METHOD
- See Also:
-
REFERENCE
- See Also:
-
INCLUSIVENAMESPACES
- See Also:
-
EXC14N_NS
- See Also:
-
TRANSFORMS
- See Also:
-
TRANSFORM
- See Also:
-
DIGEST_METHOD
- See Also:
-
DIGEST_VALUE
- See Also:
-
-
Constructor Details
-
SignedInfoProcessor
public SignedInfoProcessor(TagInfoset signature, HashMap<String, String> parentNSDecls, XMLStreamReader reader, JAXBFilterProcessingContext pc, SignaturePolicy signPolicy, MutableXMLStreamBuffer buffer) Creates a new instance of SignedInfoProcessor
-
-
Method Details
-
getCanonicalizer
-
process
processes different types the SignedInfo element of an XMLSignature- Returns:
- SignedInfo
- Throws:
XWSSecurityException
-
readCanonicalizationMethod
- Parameters:
reader- XMLStreamReader- Throws:
XWSSecurityException
-
processReference
processes the given reference- Parameters:
reference- Reference- Returns:
- boolean
- Throws:
XWSSecurityException
-
getReferenceList
-
getReferenceEventType
-