|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.dsig |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.dsig with parameters of type JAXBFilterProcessingContext | |
|---|---|
javax.xml.crypto.dsig.SignedInfo |
SignatureElementFactory.constructSignedInfo(JAXBFilterProcessingContext fpContext)
|
static int |
SignatureProcessor.sign(JAXBFilterProcessingContext context)
performs the signature |
| Constructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type JAXBFilterProcessingContext | |
|---|---|
SignedMessageHeader(com.sun.xml.ws.api.message.Header header,
java.lang.String id,
JAXBFilterProcessingContext context)
Creates a new instance of SignedMessageHeader |
|
TokenProcessor(SignaturePolicy sp,
JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor |
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.enc |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.enc with parameters of type JAXBFilterProcessingContext | |
|---|---|
void |
EncryptionProcessor.process(JAXBFilterProcessingContext context)
performs encryption |
| Constructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type JAXBFilterProcessingContext | |
|---|---|
TokenProcessor(EncryptionPolicy ep,
JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor |
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.incoming |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type JAXBFilterProcessingContext | |
|---|---|
com.sun.xml.ws.api.message.Message |
SecurityRecipient.validateMessage(JAXBFilterProcessingContext ctx)
|
| Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type JAXBFilterProcessingContext | |
|---|---|
DerivedKeyToken(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap nsDecls)
Creates a new instance of DerivedKeyTokenProcessor |
|
EncryptedData(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap<java.lang.String,java.lang.String> parentNS)
Creates a new instance of EncryptedData |
|
EncryptedData(javax.xml.stream.XMLStreamReader reader,
java.security.Key dataEncKey,
JAXBFilterProcessingContext pc,
java.util.HashMap<java.lang.String,java.lang.String> parentNS)
|
|
EncryptedHeader(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap<java.lang.String,java.lang.String> parentNS)
Creates a new instance of EncryptedHeader |
|
EncryptedKey(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap nsDecls)
Creates a new instance of EncryptedKey |
|
EncryptedKey(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap nsDecls,
boolean ignoreEKSHA1)
|
|
ReferenceListHeader(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc)
Creates a new instance of ReferenceListHeader |
|
SAMLAssertion(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext jpc,
StreamReaderBufferCreator creator,
java.util.HashMap nsDecl)
Creates a new instance of SAMLAssertion |
|
SecurityContextToken(javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
java.util.HashMap nsDecls)
Creates a new instance of SecurityContextToken |
|
Signature(JAXBFilterProcessingContext jpc,
java.util.Map<java.lang.String,java.lang.String> namespaceList,
StreamReaderBufferCreator sbc)
Creates a new instance of SignatureProcessor |
|
Signature(JAXBFilterProcessingContext jpc,
java.util.Map<java.lang.String,java.lang.String> namespaceList,
StreamReaderBufferCreator sbc,
boolean cacheSig)
|
|
TimestampHeader(javax.xml.stream.XMLStreamReader reader,
StreamReaderBufferCreator creator,
java.util.HashMap nsDecls,
JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampHeader |
|
URIResolver(JAXBFilterProcessingContext pc)
Creates a new instance of resolver |
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.incoming.processor |
|---|
| Constructors in com.sun.xml.ws.security.opt.impl.incoming.processor with parameters of type JAXBFilterProcessingContext | |
|---|---|
CipherDataProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of CipherDataProcessor |
|
KeyInfoProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of KeyInfoProcessor |
|
KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.crypto.KeySelector.Purpose purpose)
|
|
KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.crypto.KeySelector.Purpose purpose,
boolean isSAMLSCKey)
|
|
KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.stream.XMLStreamWriter canonWriter,
javax.xml.crypto.KeySelector.Purpose purpose)
|
|
KeyValueProcessor(JAXBFilterProcessingContext pc,
javax.xml.stream.XMLStreamWriter writer)
Creates a new instance of KeyValueProcessor |
|
SecurityHeaderProcessor(JAXBFilterProcessingContext context,
java.util.Map<java.lang.String,java.lang.String> namespaceList,
javax.xml.stream.XMLInputFactory xi,
StreamReaderBufferCreator sbc)
Creates a new instance of SecurityHeaderProcessor |
|
SecurityTokenProcessor(JAXBFilterProcessingContext context,
javax.xml.crypto.KeySelector.Purpose purpose)
Creates a new instance of SecurityTokenProcessor |
|
SecurityTokenProcessor(JAXBFilterProcessingContext context,
javax.xml.stream.XMLStreamWriter canonWriter,
javax.xml.crypto.KeySelector.Purpose purpose)
|
|
SignedInfoProcessor(com.sun.xml.ws.encoding.TagInfoset signature,
java.util.HashMap<java.lang.String,java.lang.String> parentNSDecls,
javax.xml.stream.XMLStreamReader reader,
JAXBFilterProcessingContext pc,
SignaturePolicy signPolicy,
MutableXMLStreamBuffer buffer)
Creates a new instance of SignedInfoProcessor |
|
TimestampProcessor(JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampProcessor |
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.keyinfo |
|---|
| Fields in com.sun.xml.ws.security.opt.impl.keyinfo declared as JAXBFilterProcessingContext | |
|---|---|
protected JAXBFilterProcessingContext |
TokenBuilder.context
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.message |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type JAXBFilterProcessingContext | |
|---|---|
java.util.List |
ETHandler.buildEDList(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
java.security.Key key,
KeyInfo ki)
|
protected SecurityHeaderElement |
ETHandler.handleURI(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
java.security.Key key,
KeyInfo ki)
|
protected javax.xml.crypto.Data |
ETHandler.toData(java.lang.Object header,
boolean contentOnly,
JAXBFilterProcessingContext context)
|
protected SecurityHeaderElement |
ETHandler.toMessageHeader(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
java.security.Key key,
java.lang.Object header,
KeyInfo ki,
boolean isEncryptedHeaders)
|
| Uses of JAXBFilterProcessingContext in com.sun.xml.wss.impl.misc |
|---|
| Methods in com.sun.xml.wss.impl.misc with parameters of type JAXBFilterProcessingContext | |
|---|---|
static void |
SecurityUtil.checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context,
AuthenticationTokenPolicy.UsernameTokenBinding untBinding,
java.lang.String unTokenid)
|
static void |
SecurityUtil.checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context,
AuthenticationTokenPolicy.X509CertificateBinding certInfo,
java.lang.String x509id)
|
static java.lang.String |
SecurityUtil.getDataEncryptionAlgo(JAXBFilterProcessingContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||