| Modifier and Type | Method and Description |
|---|---|
SignedInfo |
SignatureElementFactory.constructSignedInfo(JAXBFilterProcessingContext fpContext) |
static int |
SignatureProcessor.sign(JAXBFilterProcessingContext context)
performs the signature
|
| Constructor and Description |
|---|
SignedMessageHeader(com.sun.xml.ws.api.message.Header header,
String id,
JAXBFilterProcessingContext context)
Creates a new instance of SignedMessageHeader
|
TokenProcessor(SignaturePolicy sp,
JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionProcessor.process(JAXBFilterProcessingContext context)
performs encryption
|
| Constructor and Description |
|---|
TokenProcessor(EncryptionPolicy ep,
JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.api.message.Message |
SecurityRecipient.validateMessage(JAXBFilterProcessingContext ctx) |
| Constructor and Description |
|---|
DerivedKeyToken(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap nsDecls)
Creates a new instance of DerivedKeyTokenProcessor
|
EncryptedData(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap<String,String> parentNS)
Creates a new instance of EncryptedData
|
EncryptedData(XMLStreamReader reader,
Key dataEncKey,
JAXBFilterProcessingContext pc,
HashMap<String,String> parentNS) |
EncryptedHeader(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap<String,String> parentNS)
Creates a new instance of EncryptedHeader
|
EncryptedKey(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap nsDecls)
Creates a new instance of EncryptedKey
|
EncryptedKey(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap nsDecls,
boolean ignoreEKSHA1) |
ReferenceListHeader(XMLStreamReader reader,
JAXBFilterProcessingContext pc)
Creates a new instance of ReferenceListHeader
|
SAMLAssertion(XMLStreamReader reader,
JAXBFilterProcessingContext jpc,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator creator,
HashMap nsDecl)
Creates a new instance of SAMLAssertion
|
SecurityContextToken(XMLStreamReader reader,
JAXBFilterProcessingContext pc,
HashMap nsDecls)
Creates a new instance of SecurityContextToken
|
Signature(JAXBFilterProcessingContext jpc,
Map<String,String> namespaceList,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)
Creates a new instance of SignatureProcessor
|
Signature(JAXBFilterProcessingContext jpc,
Map<String,String> namespaceList,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc,
boolean cacheSig) |
TimestampHeader(XMLStreamReader reader,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator creator,
HashMap nsDecls,
JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampHeader
|
URIResolver(JAXBFilterProcessingContext pc)
Creates a new instance of resolver
|
| Constructor and Description |
|---|
CipherDataProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of CipherDataProcessor
|
KeyInfoProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of KeyInfoProcessor
|
KeyInfoProcessor(JAXBFilterProcessingContext pc,
KeySelector.Purpose purpose) |
KeyInfoProcessor(JAXBFilterProcessingContext pc,
KeySelector.Purpose purpose,
boolean isSAMLSCKey) |
KeyInfoProcessor(JAXBFilterProcessingContext pc,
XMLStreamWriter canonWriter,
KeySelector.Purpose purpose) |
KeyValueProcessor(JAXBFilterProcessingContext pc,
XMLStreamWriter writer)
Creates a new instance of KeyValueProcessor
|
SecurityHeaderProcessor(JAXBFilterProcessingContext context,
Map<String,String> namespaceList,
XMLInputFactory xi,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)
Creates a new instance of SecurityHeaderProcessor
|
SecurityTokenProcessor(JAXBFilterProcessingContext context,
KeySelector.Purpose purpose)
Creates a new instance of SecurityTokenProcessor
|
SecurityTokenProcessor(JAXBFilterProcessingContext context,
XMLStreamWriter canonWriter,
KeySelector.Purpose purpose) |
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
|
TimestampProcessor(JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampProcessor
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBFilterProcessingContext |
TokenBuilder.context |
| Modifier and Type | Method and Description |
|---|---|
List |
ETHandler.buildEDList(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected SecurityHeaderElement |
ETHandler.handleURI(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected Data |
ETHandler.toData(Object header,
boolean contentOnly,
JAXBFilterProcessingContext context) |
protected SecurityHeaderElement |
ETHandler.toMessageHeader(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
Object header,
KeyInfo ki,
boolean isEncryptedHeaders) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityUtil.checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context,
AuthenticationTokenPolicy.UsernameTokenBinding untBinding,
String unTokenid) |
static void |
SecurityUtil.checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context,
AuthenticationTokenPolicy.X509CertificateBinding certInfo,
String x509id) |
static String |
SecurityUtil.getDataEncryptionAlgo(JAXBFilterProcessingContext context) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.