public abstract class AbstractSignatureInputHandler.SignatureVerifier extends Object
| Constructor and Description |
|---|
SignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityContext inboundSecurityContext,
XMLSecurityProperties securityProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType) |
protected void |
doFinal() |
InboundSecurityToken |
getInboundSecurityToken() |
protected void |
processEvent(XMLSecEvent xmlSecEvent) |
protected abstract InboundSecurityToken |
retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
public SignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityContext inboundSecurityContext,
XMLSecurityProperties securityProperties)
throws XMLSecurityException
XMLSecurityExceptionprotected abstract InboundSecurityToken retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) throws XMLSecurityException
XMLSecurityExceptionpublic InboundSecurityToken getInboundSecurityToken()
protected void createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) throws XMLSecurityException
XMLSecurityExceptionprotected void processEvent(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamExceptionprotected void doFinal()
throws XMLSecurityException
XMLSecurityExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.