| Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type InboundSecurityContext |
protected DigestOutputStream |
AbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
InboundSecurityContext inboundSecurityContext)
|
protected abstract void |
AbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected void |
XMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType)
|
protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor |
AbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType,
InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext)
|
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor |
XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType,
InboundSecurityToken inboundSecurityToken,
InboundSecurityContext inboundSecurityContext)
|
protected abstract InboundSecurityToken |
AbstractSignatureInputHandler.SignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
protected InboundSecurityToken |
XMLSignatureInputHandler.XMLSignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
|
| Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type InboundSecurityContext |
AbstractInboundSecurityToken(InboundSecurityContext inboundSecurityContext,
String id,
SecurityTokenConstants.KeyIdentifier keyIdentifier,
boolean includedInMessage)
|
DsaKeyValueSecurityToken(org.apache.xml.security.binding.xmldsig.DSAKeyValueType dsaKeyValueType,
InboundSecurityContext inboundSecurityContext)
|
ECKeyValueSecurityToken(org.apache.xml.security.binding.xmldsig11.ECKeyValueType ecKeyValueType,
InboundSecurityContext inboundSecurityContext)
|
KeyNameSecurityToken(String keyName,
InboundSecurityContext inboundSecurityContext)
|
RsaKeyValueSecurityToken(org.apache.xml.security.binding.xmldsig.RSAKeyValueType rsaKeyValueType,
InboundSecurityContext inboundSecurityContext)
|
X509IssuerSerialSecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id)
|
X509SecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id,
SecurityTokenConstants.KeyIdentifier keyIdentifier,
boolean includedInMessage)
|
X509SKISecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id)
|
X509SubjectNameSecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id)
|