Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
-
Uses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.cades
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades with type parameters of type CadesInformation Modifier and Type Class Description static classCadesInformation.CadesInformationBuilderAbstract<Builder,Info extends CadesInformation>Subclasses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.cades Modifier and Type Class Description classTSInformation<Encod,Sig extends Signature<Encod>>Fields in br.ufsc.labsec.signature.conformanceVerifier.cades declared as CadesInformation Modifier and Type Field Description protected InfoCadesInformation.CadesInformationBuilderAbstract. informationMethods in br.ufsc.labsec.signature.conformanceVerifier.cades that return CadesInformation Modifier and Type Method Description CadesInformationCadesAttributeIncluder. getExtraInformation()Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return types with arguments of type CadesInformation Modifier and Type Method Description protected AttributeFactory<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>CadesAttributeIncluder. getAttributeFactory()Method parameters in br.ufsc.labsec.signature.conformanceVerifier.cades with type arguments of type CadesInformation Modifier and Type Method Description booleanCadesSigner. canCoSign(FileToBeSigned<? extends CadesInformation> signerInformation)Verifica se o arquivo pode ser co-assinado.booleanCadesSigner. canCounterSign(FileToBeSigned<? extends CadesInformation> signerInformation)booleanCadesSigner. coSign(FileToBeSigned<? extends CadesInformation> signerInformation)Realiza a co-assinatura, aproveitando-se da estrutura da assinatura já existente e utilizando o método original de assinatura simples.protected SignatureContainer<CadesSignature>CadesContainerGenerator. generateSignature(FileToBeSigned<? extends CadesInformation> fileToBeSigned, List<SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>> signedAttributes)Gera uma assinatura no formato CAdES.CadesSignatureCadesSigner. getLastSignature(FileToBeSigned<? extends CadesInformation> fileToBeSigned)Set<CRL>RevocationSignedDataCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<CRL>RevocationSignedDataCreator. 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>RevocationSignedDataCreator. otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>RevocationSignedDataCreator. 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)booleanCadesSigner. simpleSign(FileToBeSigned<? extends CadesInformation> fileToBeSigned)Realiza a assinaturabooleanCadesSigner. supports(FileToBeSigned<? extends CadesInformation> fileToBeSigned) -
Uses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.cades.creator
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades.creator with type parameters of type CadesInformation Modifier and Type Class Description classCadesAttributeFactory<Info extends CadesInformation> -
Uses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed with type parameters of type CadesInformation Modifier and Type Method Description <Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaContentHintCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaEtsSignerAttrCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaEtsSignerLocationCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaEtsSigPolicyIdCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaMsgSigDigestCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaReceiptRequestCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaSigningCertificateCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdAaSigningCertificateV2Creator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdContentTypeCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdMessageDigestCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdSigningTimeCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)Retorna o atributo -
Uses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned with type parameters of type CadesInformation Modifier and Type Method Description <Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>IdCounterSignatureCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, CadesSignature signature)Method parameters in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned with type arguments of type CadesInformation Modifier and Type Method Description protected List<Certificate>IdAaEtsAttrCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates)List<Certificate>IdAaEtsCertValuesCreator. otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)protected List<Certificate>IdAaEtsAttrCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates)Set<Certificate>IdAaEtsCertValuesCreator. otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<CRL>IdAaEtsRevocationRefsCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<CRL>IdAaEtsRevocationValuesCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<CRL>IdAaEtsRevocationRefsCreator. otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<CRL>IdAaEtsRevocationValuesCreator. 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>IdAaEtsRevocationRefsCreator. otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>IdAaEtsRevocationValuesCreator. otherOCSPsToExclude(OCSPRevocationInformation ocspCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature)Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>IdAaEtsRevocationRefsCreator. 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)Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>IdAaEtsRevocationValuesCreator. 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) -
Uses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades
Subclasses of CadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades Modifier and Type Class Description classPadesInformationFields in br.ufsc.labsec.signature.conformanceVerifier.pades with type parameters of type CadesInformation Modifier and Type Field Description CompleteSigner<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>PadesSignatureComponent. cadesSignerMethods in br.ufsc.labsec.signature.conformanceVerifier.pades that return types with arguments of type CadesInformation Modifier and Type Method Description CompleteSigner<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>PadesSignatureComponent. getCadesSigner()Retorna um assinador CAdESConstructor parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type CadesInformation Constructor Description PadesSignatureImp(Application application, CompleteSigner<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature> signer, FileToBeSigned<? extends CadesInformation> fileToBeSigned)ConstrutorPadesSignatureImp(Application application, CompleteSigner<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature> signer, FileToBeSigned<? extends CadesInformation> fileToBeSigned)Construtor -
Uses of CadesInformation in br.ufsc.labsec.signature.tsa
Method parameters in br.ufsc.labsec.signature.tsa with type arguments of type CadesInformation Modifier and Type Method Description static org.bouncycastle.operator.DigestCalculatorFileToBeSignedContentSigner. calculateDigest(FileToBeSigned<? extends CadesInformation> fileToBeSigned)static org.bouncycastle.cms.SignerInfoGeneratorFileToBeSignedContentSigner. signerInfoGenerator(FileToBeSigned<? extends CadesInformation> fileToBeSigned)Constructor parameters in br.ufsc.labsec.signature.tsa with type arguments of type CadesInformation Constructor Description FileToBeSignedContentSigner(FileToBeSigned<? extends CadesInformation> fileToBeSigned) -
Uses of CadesInformation in br.ufsc.labsec.signature.tsa.providers
Method parameters in br.ufsc.labsec.signature.tsa.providers with type arguments of type CadesInformation Modifier and Type Method Description static org.bouncycastle.tsp.TimeStampRequestTimestampProvider. request(FileToBeSigned<? extends CadesInformation> fileToBeSigned)Gera uma requisição de carimbo de tempo pro conteúdo dado