Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.jades.JadesSignature
-
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier
Methods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type JadesSignature Modifier and Type Method Description void
InitialReportGenerator. captureSignatureInfo(JadesSignature signature)
Verifica se uma assinatura jades e contém um atributo de política e avalia se ela é ancorada -
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.containerCreator
Methods in br.ufsc.labsec.signature.conformanceVerifier.containerCreator that return types with arguments of type JadesSignature Modifier and Type Method Description protected SignatureContainer<JadesSignature>
JadesSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
-
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return JadesSignature Modifier and Type Method Description JadesSignature
JadesSigner. getLastSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
JadesSignature
JadesVerifier. getSelectedSignature()
Retorna a assinatura no documento selecionada para verificaçãoJadesSignature
JadesSignatureContainer. getSignatureAt(int index)
Retorna a assinatura no índice dadoMethods in br.ufsc.labsec.signature.conformanceVerifier.jades that return types with arguments of type JadesSignature Modifier and Type Method Description SignatureContainer<JadesSignature>
JadesSigner. buildContainer(byte[] bytes)
protected AttributeFactory<JadesInformation,JadesAttrCommonStruct,JadesSignature>
JadesAttributeIncluder. getAttributeFactory()
List<JadesSignature>
JadesSignatureContainer. getSignatures()
Retorna as assinaturas no arquivo@NotNull Iterator<JadesSignature>
JadesSignatureContainer. iterator()
protected SignatureContainer<JadesSignature>
JadesAttributeIncluder. wrapperToContainer(SignatureBytesWrapper wrapper)
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades with parameters of type JadesSignature Modifier and Type Method Description void
JadesSignatureContainer. addSignature(JadesSignature signature)
Adiciona uma assinatura na lista de assinaturas do arquivovoid
JadesVerifier. addValidationData(JadesSignature signature)
SignatureAttribute
JadesVerifier. getAttribute(JadesSignature signature, Class<? extends SignatureAttribute<JadesAttrCommonStruct>> attributeClass)
Retorna Retorna um atributo na assinatura, se presenteprotected KeyStoreInformation
JadesAttributeIncluder. getKeyStoreInformation(JadesSignature signature)
X509Certificate
JadesVerifier. getSigningCertificate(JadesSignature sig)
Busca o certificado do assinanteMethod parameters in br.ufsc.labsec.signature.conformanceVerifier.jades with type arguments of type JadesSignature Modifier and Type Method Description void
JadesSignatureContainer. captureInitialSignatureInformation(InitialReportGenerator<JadesSignature> generator)
void
JadesVerifier. report(Report report, SignatureContainer<JadesSignature> signatureContainer)
Cria um objetoReport
com as informações da verificação -
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned
Subclasses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned Modifier and Type Class Description class
CounterSignature
-
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with parameters of type JadesSignature Modifier and Type Method Description <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>AttrAuthoritiesCertValsCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>RevocationRefsCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SignaturePolicyStoreCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>TimeStampValidationDataCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
protected byte[]
ArchiveTimeStampCreator. getDigestToSign(JadesSignature signature, String digestAlgName)
protected byte[]
RefsOnlyTimeStampCreator. getDigestToSign(JadesSignature signature, String digestAlgName)
protected byte[]
SigAndRefsTimeStampCreator. getDigestToSign(JadesSignature signature, String digestAlgName)
protected byte[]
SignatureTimeStampCreator. getDigestToSign(JadesSignature signature, String digestAlgName)
protected List<Certificate>
AttributeCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates)
List<Certificate>
CertificateValuesCreator. otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
protected List<Certificate>
AttributeCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates)
Set<Certificate>
CertificateValuesCreator. otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
AttributeRevocationValuesCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
RevocationValuesCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
AttributeRevocationValuesCreator. otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
RevocationValuesCreator. otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
AttributeRevocationValuesCreator. otherOCSPsToExclude(OCSPRevocationInformation ocspCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
RevocationValuesCreator. otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
AttributeRevocationValuesCreator. otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
RevocationValuesCreator. otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
-
Uses of JadesSignature in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles
Fields in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles with type parameters of type JadesSignature Modifier and Type Field Description static Profile<JadesAttrCommonStruct,JadesSignature>
JAdESBProfile. PROFILE
static Profile<JadesAttrCommonStruct,JadesSignature>
JAdESLTAProfile. PROFILE
static Profile<JadesAttrCommonStruct,JadesSignature>
JAdESLTProfile. PROFILE
static Profile<JadesAttrCommonStruct,JadesSignature>
JAdESTProfile. PROFILE
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles with parameters of type JadesSignature Modifier and Type Method Description boolean
JAdESBProfile. defineProfile(JadesSignature signature)
boolean
JAdESLTAProfile. defineProfile(JadesSignature signature)
boolean
JAdESLTProfile. defineProfile(JadesSignature signature)
boolean
JAdESTProfile. defineProfile(JadesSignature signature)
boolean
JAdESLTAProfile. hasLongTermAvailability(JadesSignature signature)
boolean
JAdESLTProfile. hasRevocationValuesInLongTermValidation(JadesSignature signature)
boolean
JAdESBProfile. isBasicSignature(JadesSignature signature)
boolean
JAdESTProfile. providesTrustedTime(JadesSignature signature)