Class AttributeCertificateRefsCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.signer.creator.AttributeCertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned.AttributeCertificateRefsCreator
public class AttributeCertificateRefsCreator
extends AttributeCertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
-
Nested Class Summary
Nested classes/interfaces inherited from class AttributeCertificateRefsCreator
AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SignatureAttribute<JadesAttrCommonStruct> constructAttribute(List<Certificate> certificates, String hashAlgorithmOID) protected List<Certificate> otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) protected List<Certificate> otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) Methods inherited from class AttributeCertificateRefsCreator
getAttributeMethods inherited from class UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
AttributeCertificateRefsCreator
-
-
Method Details
-
constructAttribute
protected SignatureAttribute<JadesAttrCommonStruct> constructAttribute(List<Certificate> certificates, String hashAlgorithmOID) throws SignatureAttributeException - Specified by:
constructAttributein classAttributeCertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>- Throws:
SignatureAttributeException
-
otherCertificatesToExclude
protected List<Certificate> otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) throws SignatureAttributeException - Specified by:
otherCertificatesToExcludein classAttributeCertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>- Throws:
SignatureAttributeException
-
otherCertificatesToInclude
protected List<Certificate> otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) throws SignatureAttributeException - Specified by:
otherCertificatesToIncludein classAttributeCertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>- Throws:
SignatureAttributeException
-