java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.unsigned.RevocationValues
All Implemented Interfaces:
SignatureAttribute<Element>

public class RevocationValues
extends Object
implements SignatureAttribute<Element>
Esse atributo é usado para guardar as informações de revogação da assinatura. Ele deve conter no mínimo todos as CRLs e respostas OCSPs que o atributo CompleteRevocationRefs referencia. Esquema do atributo RevocationValues retirado do ETSI TS 101 903: <xsd:element name="RevocationValues" type="RevocationValuesType"/> <xsd:complexType name="RevocationValuesType"> <xsd:sequence> <xsd:element name="CRLValues" type="CRLValuesType" minOccurs="0"/> <xsd:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/> <xsd:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="Id" type="xsd:ID" use="optional"/> </xsd:complexType>