Class AttributeRevocationRefsVerifier
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.xades.verifier.unsigned.AttributeRevocationRefsVerifier
- All Implemented Interfaces:
AttributeVerifier<XadesInformation, Element, XadesSignature, AttributeRevocationRefs, XadesAbstractVerifierInterface>, XadesAttributeVerifier<AttributeRevocationRefs>
public class AttributeRevocationRefsVerifier
extends Object
implements XadesAttributeVerifier<AttributeRevocationRefs>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.bouncycastle.cert.X509AttributeCertificateHolder> getAttrCertsFromSignerRole(AttributeRevocationRefs attr, Element signerRoleElement) voidverify(AttributeRevocationRefs attr, XadesAbstractVerifierInterface verifier)
-
Constructor Details
-
AttributeRevocationRefsVerifier
public AttributeRevocationRefsVerifier()
-
-
Method Details
-
verify
public void verify(AttributeRevocationRefs attr, XadesAbstractVerifierInterface verifier) throws SignatureAttributeException - Specified by:
verifyin interfaceAttributeVerifier<XadesInformation, Element, XadesSignature, AttributeRevocationRefs, XadesAbstractVerifierInterface>- Throws:
SignatureAttributeException
-
getAttrCertsFromSignerRole
public List<org.bouncycastle.cert.X509AttributeCertificateHolder> getAttrCertsFromSignerRole(AttributeRevocationRefs attr, Element signerRoleElement) throws SignatureAttributeException - Throws:
SignatureAttributeException
-