public class SignedInfoProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CANONICALIZATION_METHOD |
static int |
CANONICALIZATION_METHOD_EVENT |
static String |
DIGEST_METHOD |
static int |
DIGEST_METHOD_EVENT |
static String |
DIGEST_VALUE |
static int |
DIGEST_VALUE_EVENT |
static String |
EXC14N_NS |
static String |
INCLUSIVENAMESPACES |
static String |
REFERENCE |
static int |
REFERENCE_EVENT |
static String |
SIGNATURE_METHOD |
static int |
SIGNATURE_METHOD_EVENT |
static String |
TRANSFORM |
static int |
TRANSFORM_EVENT |
static String |
TRANSFORMS |
static int |
TRANSFORMS_EVENT |
| Constructor and Description |
|---|
SignedInfoProcessor(com.sun.xml.ws.encoding.TagInfoset signature,
HashMap<String,String> parentNSDecls,
XMLStreamReader reader,
JAXBFilterProcessingContext pc,
SignaturePolicy signPolicy,
com.sun.xml.stream.buffer.MutableXMLStreamBuffer buffer)
Creates a new instance of SignedInfoProcessor
|
| Modifier and Type | Method and Description |
|---|---|
XMLStreamWriter |
getCanonicalizer() |
int |
getReferenceEventType(XMLStreamReader reader) |
ArrayList<Reference> |
getReferenceList() |
SignedInfo |
process()
processes different types the SignedInfo element of an XMLSignature
|
boolean |
processReference(Reference reference)
processes the given reference
|
void |
readCanonicalizationMethod(XMLStreamReader reader) |
public static final int CANONICALIZATION_METHOD_EVENT
public static final int SIGNATURE_METHOD_EVENT
public static final int REFERENCE_EVENT
public static final int DIGEST_METHOD_EVENT
public static final int DIGEST_VALUE_EVENT
public static final int TRANSFORM_EVENT
public static final int TRANSFORMS_EVENT
public static final String CANONICALIZATION_METHOD
public static final String SIGNATURE_METHOD
public static final String REFERENCE
public static final String INCLUSIVENAMESPACES
public static final String EXC14N_NS
public static final String TRANSFORMS
public static final String TRANSFORM
public static final String DIGEST_METHOD
public static final String DIGEST_VALUE
public SignedInfoProcessor(com.sun.xml.ws.encoding.TagInfoset signature,
HashMap<String,String> parentNSDecls,
XMLStreamReader reader,
JAXBFilterProcessingContext pc,
SignaturePolicy signPolicy,
com.sun.xml.stream.buffer.MutableXMLStreamBuffer buffer)
public XMLStreamWriter getCanonicalizer()
public SignedInfo process() throws XWSSecurityException
XWSSecurityExceptionpublic void readCanonicalizationMethod(XMLStreamReader reader) throws XWSSecurityException
reader - XMLStreamReaderXWSSecurityExceptionpublic boolean processReference(Reference reference) throws XWSSecurityException
reference - ReferenceXWSSecurityExceptionpublic int getReferenceEventType(XMLStreamReader reader)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.