Class CompleteCertificateRefsCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.signer.creator.CertificateCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.signer.creator.CertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned.CompleteCertificateRefsCreator
public class CompleteCertificateRefsCreator
extends CertificateRefsCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>
-
Nested Class Summary
-
Field Summary
Fields inherited from class CertificateCreator
WRONG_ATTRIBUTE_ORDER -
Constructor Summary
ConstructorsConstructorDescriptionConstrutor -
Method Summary
Modifier and TypeMethodDescriptionconstructAttribute(Component component, Collection<Certificate> certificates) Methods inherited from class CertificateRefsCreator
otherCertificatesToExclude, otherCertificatesToIncludeMethods inherited from class CertificateCreator
getAttributeMethods inherited from class UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
CompleteCertificateRefsCreator
Construtor- Parameters:
component- Componente de assinatura JWS
-
-
Method Details
-
constructAttribute
public SignatureAttribute<JadesAttrCommonStruct> constructAttribute(Component component, Collection<Certificate> certificates) throws SignatureAttributeException - Specified by:
constructAttributein classCertificateCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature>- Throws:
SignatureAttributeException
-