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
XMLSecurityException
protected abstract InboundSecurityToken retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) throws XMLSecurityException
XMLSecurityException
public InboundSecurityToken getInboundSecurityToken()
protected void createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) throws XMLSecurityException
XMLSecurityException
protected void processEvent(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamException
protected void doFinal() throws XMLSecurityException
XMLSecurityException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.