Class AttributeRevocationRefsCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.signer.creator.AttributeRevocationRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned.AttributeRevocationRefsCreator
public class AttributeRevocationRefsCreator
extends AttributeRevocationRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
-
Nested Class Summary
Nested classes/interfaces inherited from class AttributeRevocationRefsCreator
AttributeRevocationRefsCreator.CERTIFICATES_TO_CONSIDER -
Constructor Summary
ConstructorsConstructorDescriptionConstrutor -
Method Summary
Modifier and TypeMethodDescriptionprotected SignatureAttribute<JadesAttrCommonStruct> createAttribute(List<CRL> revocationValuesCRL, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> revocationValuesOCSP, String hashAlgorithmOID) Methods inherited from class AttributeRevocationRefsCreator
getAttributeMethods inherited from class UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
AttributeRevocationRefsCreator
Construtor- Parameters:
component- Componente de assinatura JWS
-
-
Method Details
-
createAttribute
protected SignatureAttribute<JadesAttrCommonStruct> createAttribute(List<CRL> revocationValuesCRL, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> revocationValuesOCSP, String hashAlgorithmOID) throws SignatureAttributeException - Specified by:
createAttributein classAttributeRevocationRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>- Throws:
SignatureAttributeException
-