Class RevocationSignedDataCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<Info,Encod,Sig>
br.ufsc.labsec.signature.signer.creator.AbstractRevocationCreator<Info,Encod,Sig>
br.ufsc.labsec.signature.signer.creator.RevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.cades.RevocationSignedDataCreator
public class RevocationSignedDataCreator extends RevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
-
Nested Class Summary
Nested classes/interfaces inherited from class br.ufsc.labsec.signature.signer.creator.AbstractRevocationCreator
AbstractRevocationCreator.ExclusionRule, AbstractRevocationCreator.IntermediateCertificateRule, AbstractRevocationCreator.RevocationRule, AbstractRevocationCreator.RevocationRules, AbstractRevocationCreator.SigningCertificateRule
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.signer.creator.AbstractRevocationCreator
attrCertificateCollection, certificateCollection, certificateValidation, component, signaturePolicyInterface
-
Constructor Summary
Constructors Constructor Description RevocationSignedDataCreator(CadesSignatureComponent component)
-
Method Summary
Modifier and Type Method Description SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>
constructAttribute(Component component, Collection<CRL> crls, Collection<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocps, org.bouncycastle.asn1.esf.OtherRevVals otherRevocationValues)
Set<CRL>
otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)
Set<CRL>
otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)
Methods inherited from class br.ufsc.labsec.signature.signer.creator.RevocationCreator
constructRevocation, getAttribute
Methods inherited from class br.ufsc.labsec.signature.signer.creator.AbstractRevocationCreator
generateRevocation, getResponseObject
Methods inherited from class br.ufsc.labsec.signature.signer.UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
RevocationSignedDataCreator
-
-
Method Details
-
otherCRLsToExclude
public Set<CRL> otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) throws SignatureAttributeException- Specified by:
otherCRLsToExclude
in classAbstractRevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- Throws:
SignatureAttributeException
-
otherOCSPsToExclude
public Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) throws SignatureAttributeException- Specified by:
otherOCSPsToExclude
in classAbstractRevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- Throws:
SignatureAttributeException
-
otherCRLsToInclude
public Set<CRL> otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) throws SignatureAttributeException- Specified by:
otherCRLsToInclude
in classAbstractRevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- Throws:
SignatureAttributeException
-
otherOCSPsToInclude
public Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) throws SignatureAttributeException- Specified by:
otherOCSPsToInclude
in classAbstractRevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- Throws:
SignatureAttributeException
-
constructAttribute
public SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> constructAttribute(Component component, Collection<CRL> crls, Collection<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocps, org.bouncycastle.asn1.esf.OtherRevVals otherRevocationValues) throws SignatureAttributeException- Specified by:
constructAttribute
in classAbstractRevocationCreator<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- Throws:
SignatureAttributeException
-