Uses of Interface
org.apache.xml.security.stax.ext.XMLSecurityHeaderHandler
-
Packages that use XMLSecurityHeaderHandler Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl.processor.input -
-
Uses of XMLSecurityHeaderHandler in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement XMLSecurityHeaderHandler Modifier and Type Class Description class
AbstractInputSecurityHeaderHandler
Abstract class for SecurityHeaderHandlers with parse LOGic for the xml structures -
Uses of XMLSecurityHeaderHandler in org.apache.xml.security.stax.impl.processor.input
Classes in org.apache.xml.security.stax.impl.processor.input that implement XMLSecurityHeaderHandler Modifier and Type Class Description class
AbstractSignatureInputHandler
class
XMLEncryptedKeyInputHandler
An input handler for the EncryptedKey XML Structureclass
XMLSignatureInputHandler
An input handler for XML Signature.
-