Uses of Class
br.ufsc.labsec.parser.jades.JadesAttrCommonStruct
Packages that use JadesAttrCommonStruct
Package
Description
-
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades
Classes in br.ufsc.labsec.parser.jades that implement interfaces with type arguments of type JadesAttrCommonStructModifier and TypeClassDescriptionclassEsta classe representa uma assinatura JAdES.Methods in br.ufsc.labsec.parser.jades that return JadesAttrCommonStructModifier and TypeMethodDescriptionJadesSignature.getEncodedAttribute(String identifier, Integer index) Retorna o atributo correspondente ao identificador ou índice dadoMethods in br.ufsc.labsec.parser.jades that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionJadesSignature.attributeMap()List<? extends Signature<JadesAttrCommonStruct>> JadesSignature.getCounterSignatures()Method parameters in br.ufsc.labsec.parser.jades with type arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionvoidJadesSignature.addUnsignedAttribute(SignatureAttribute<JadesAttrCommonStruct> attribute) Adiciona um atributo não-assinadovoidJadesSignature.replaceUnsignedAttribute(SignatureAttribute<JadesAttrCommonStruct> attribute, int index) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributes
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributesModifier and TypeClassDescriptionclassEsta classe é usada para fazer o mapeamento de atributos entre seus identificadores e suas respectivas classes.Fields in br.ufsc.labsec.parser.jades.attributes with type parameters of type JadesAttrCommonStructModifier and TypeFieldDescriptionstatic final AttributeMap<JadesAttrCommonStruct> JAdESAttributeMap.INSTANCE -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributes.schema
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributes.schemaClasses in br.ufsc.labsec.parser.jades.attributes.schema that implement interfaces with type arguments of type JadesAttrCommonStructModifier and TypeClassDescriptionclassclassclassclassclassEsta classe representa um tstContainerMethods in br.ufsc.labsec.parser.jades.attributes.schema that return JadesAttrCommonStructModifier and TypeMethodDescriptionCompleteCertificateRefsType.getEncoded()Retorna o atributo codificadoCompleteRevocationRefsType.getEncoded()Retorna o atributo codificadoJAdESCertValuesLogic.getEncoded(List<Certificate> certificates) Retorna o atributo codificadoRevocationValuesType.getEncoded()Retorna o atributo codificado -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributes.signed
Classes in br.ufsc.labsec.parser.jades.attributes.signed that implement interfaces with type arguments of type JadesAttrCommonStructModifier and TypeClassDescriptionclassclassclassEsta classe representa o atributo 'iat' (Issued At Time) de uma assinatura JAdES.classclassclassclassclassclassMethods in br.ufsc.labsec.parser.jades.attributes.signed that return JadesAttrCommonStructModifier and TypeMethodDescriptionAllDataObjectsTimeStamp.getEncoded()Retorna o atributo codificadoCommitmentTypeIndication.getEncoded()Retorna o atributo codificadoCriticalHeader.getEncoded()Retorna o atributo codificadoIssuedAtTime.getEncoded()Retorna a estrutura do atributo para ser incluída no cabeçalho protegido.SigDHeader.getEncoded()Retorna o atributo codificadoSignaturePolicyIdentifier.getEncoded()Retorna o atributo codificadoSignatureProductionPlace.getEncoded()Retorna o atributo codificadoSignerRole.getEncoded()Retorna o atributo codificadoSigningCertificate.getEncoded()Retorna o atributo codificadoSigningTime.getEncoded()Retorna o atributo codificado -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.attributes.unsigned
Classes in br.ufsc.labsec.parser.jades.attributes.unsigned that implement interfaces with type arguments of type JadesAttrCommonStructModifier and TypeClassDescriptionclassclassclassclassMethods in br.ufsc.labsec.parser.jades.attributes.unsigned that return JadesAttrCommonStructModifier and TypeMethodDescriptionAttrAuthoritiesCertVals.getEncoded()CertificateValues.getEncoded()Retorna o atributo codificadoCounterSignature.getEncoded()Retorna o atributo codificadoSignaturePolicyStore.getEncoded()Retorna o atributo codificadoSignatureTimeStamp.getEncoded()Retorna o atributo codificadoTimeStampValidationData.getEncoded()Retorna o atributo codificadoMethod parameters in br.ufsc.labsec.parser.jades.attributes.unsigned with type arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionCertificateValues.getCertIDListFromRefs(List<SignatureAttribute<JadesAttrCommonStruct>> signatureAttributeList) Retorna a lista de CertID contida no atributo de referência -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.decoder
Classes in br.ufsc.labsec.parser.jades.decoder with type parameters of type JadesAttrCommonStructModifier and TypeInterfaceDescriptioninterfaceJadesAttributeDecoder<Attr extends SignatureAttribute<JadesAttrCommonStruct>>Subinterfaces with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.decoderModifier and TypeInterfaceDescriptioninterfaceJadesAttributeDecoder<Attr extends SignatureAttribute<JadesAttrCommonStruct>> -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.decoder.schema
Methods in br.ufsc.labsec.parser.jades.decoder.schema with parameters of type JadesAttrCommonStructModifier and TypeMethodDescriptionfinal TCompleteCertificateRefsTypeDecoder.decode(JadesAttrCommonStruct encoded, Integer index) final TCompleteRevocationRefsTypeDecoder.decode(JadesAttrCommonStruct encoded, Integer index) final TJAdESValuesLogicDecoder.decode(JadesAttrCommonStruct encoded, Integer index) final TRevocationValuesTypeDecoder.decode(JadesAttrCommonStruct encoded, Integer index) final TSigTimeStampDecoder.decode(JadesAttrCommonStruct encoded, Integer index) protected abstract TCompleteCertificateRefsTypeDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected abstract TCompleteRevocationRefsTypeDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected abstract TJAdESValuesLogicDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected abstract TRevocationValuesTypeDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected abstract TSigTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.decoder.signed
Methods in br.ufsc.labsec.parser.jades.decoder.signed with parameters of type JadesAttrCommonStructModifier and TypeMethodDescriptionCommitmentTypeIndicationDecoder.decode(JadesAttrCommonStruct encoded, Integer index) CriticalHeaderDecoder.decode(JadesAttrCommonStruct encoded, Integer index) IssuedAtTimeDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SigDHeaderDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SignaturePolicyIdentifierDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SignatureProductionPlaceDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SignerRoleDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SigningCertificateDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SigningTimeDecoder.decode(JadesAttrCommonStruct encoded, Integer index) protected AllDataObjectsTimeStampAllDataObjectsTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.parser.jades.decoder.unsigned
Methods in br.ufsc.labsec.parser.jades.decoder.unsigned with parameters of type JadesAttrCommonStructModifier and TypeMethodDescriptionCertificateValuesDecoder.decode(JadesAttrCommonStruct encoded, Integer index) CounterSignatureDecoder.decode(JadesAttrCommonStruct encoded, Integer index) SignaturePolicyStoreDecoder.decode(JadesAttrCommonStruct encoded, Integer index) TimeStampValidationDataDecoder.decode(JadesAttrCommonStruct encoded, Integer index) protected ArchiveTimeStampArchiveTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected AttrAuthoritiesCertValsAttrAuthoritiesCertValsDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected AttributeCertificateRefsAttributeCertificateRefsDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected AttributeRevocationRefsAttributeRevocationRefsDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected AttributeRevocationValuesAttributeRevocationValuesDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected CompleteCertificateRefsCompleteCertificateRefsDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected RefsOnlyTimeStampRefsOnlyTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected RevocationRefsRevocationRefsDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected RevocationValuesRevocationValuesDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected SigAndRefsTimeStampSigAndRefsTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) protected SignatureTimeStampSignatureTimeStampDecoder.specificDecode(JadesAttrCommonStruct encoded, Integer index) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jadesModifier and TypeClassDescriptionclassEsta classe realiza um mapeamento entre identificadores de atributos e seu respectivo gerador (classes creator)classclassEsta classe gera contêineres de assinaturas JWS/JAdES.classRepresenta um componente de assinatura JAdES.classEsta classe cria uma assinatura JAdES em um documento.Subinterfaces with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jadesMethods in br.ufsc.labsec.signature.conformanceVerifier.jades that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionJadesVerifier.getAttribute(JadesSignature signature, Class<? extends SignatureAttribute<JadesAttrCommonStruct>> attributeClass) Retorna um atributo na assinatura, se presenteJadesVerifier.getAttribute(Class<? extends SignatureAttribute<JadesAttrCommonStruct>> attributeClass) Retorna Retorna um atributo na assinatura, se presenteJadesAttributeIncluder.getAttributeFactory()JadesAbstractVerifierInterface.getAttributeInstancesList(List<String> attributeClasses) JadesVerifier.getAttributeInstancesList(List<String> attributeClasses) Retorna a lista de atributos na assinaturaMethod parameters in br.ufsc.labsec.signature.conformanceVerifier.jades with type arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionprotected JadesSignatureContainerJadesContainerGenerator.generateSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned, List<SignatureAttribute<JadesAttrCommonStruct>> signedAttributes) JadesVerifier.getAttribute(JadesSignature signature, Class<? extends SignatureAttribute<JadesAttrCommonStruct>> attributeClass) Retorna um atributo na assinatura, se presenteJadesVerifier.getAttribute(Class<? extends SignatureAttribute<JadesAttrCommonStruct>> attributeClass) Retorna Retorna um atributo na assinatura, se presente -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signedModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescription<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> AllDataObjectsTimeStampCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> IssuedAtTimeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> SignaturePolicyIdentifierCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> SignatureProductionPlaceCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> SigningCertificateCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> SigningTimeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsignedModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionprotected SignatureAttribute<JadesAttrCommonStruct> AttributeCertificateRefsCreator.constructAttribute(List<Certificate> certificates, String hashAlgorithmOID) AttributeRevocationValuesCreator.constructAttribute(Component component, Collection<CRL> crls, Collection<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocps, org.bouncycastle.asn1.esf.OtherRevVals otherRevocationValues) CertificateValuesCreator.constructAttribute(Component component, Collection<Certificate> certificates) CompleteCertificateRefsCreator.constructAttribute(Component component, Collection<Certificate> certificates) RevocationValuesCreator.constructAttribute(Component component, Collection<CRL> crls, Collection<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocps, org.bouncycastle.asn1.esf.OtherRevVals otherRevocationValues) protected SignatureAttribute<JadesAttrCommonStruct> ArchiveTimeStampCreator.createAttribute(byte[] encodedAttribute) protected SignatureAttribute<JadesAttrCommonStruct> AttributeRevocationRefsCreator.createAttribute(List<CRL> revocationValuesCRL, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> revocationValuesOCSP, String hashAlgorithmOID) protected SignatureAttribute<JadesAttrCommonStruct> RefsOnlyTimeStampCreator.createAttribute(byte[] encodedAttribute) protected SignatureAttribute<JadesAttrCommonStruct> SigAndRefsTimeStampCreator.createAttribute(byte[] encodedAttribute) protected SignatureAttribute<JadesAttrCommonStruct> SignatureTimeStampCreator.createAttribute(byte[] encodedAttribute) <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) -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.tsValidator.unsigned
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades.tsValidator.unsigned that implement interfaces with type arguments of type JadesAttrCommonStruct -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreator
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreator with type parameters of type JadesAttrCommonStructModifier and TypeClassDescriptionclassJadesChildAttributeValueReportCreator<P extends SignatureAttribute<JadesAttrCommonStruct>, C extends P>interfaceJadesValueReportCreator<Attr extends SignatureAttribute<JadesAttrCommonStruct>>Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreatorModifier and TypeClassDescriptionclassJadesChildAttributeValueReportCreator<P extends SignatureAttribute<JadesAttrCommonStruct>, C extends P>Subinterfaces with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreatorModifier and TypeInterfaceDescriptioninterfaceJadesValueReportCreator<Attr extends SignatureAttribute<JadesAttrCommonStruct>> -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreator.schema
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreator.schemaMethods in br.ufsc.labsec.signature.conformanceVerifier.jades.valueReportCreator.schema that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionprotected @NotNull CertValuesLogicValueReportCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature, CertValuesLogic<JadesAttrCommonStruct>, JadesAbstractVerifierInterface> JAdESCertValuesLogicValueReportCreator.getParentCreator()protected @NotNull CertValuesLogicValueReportCreator<JadesInformation, JadesAttrCommonStruct, JadesSignature, CertValuesLogic<JadesAttrCommonStruct>, JadesAbstractVerifierInterface> JAdESCertValuesLogicValueReportCreator.getParentCreator() -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.verifier
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades.verifier with type parameters of type JadesAttrCommonStructModifier and TypeInterfaceDescriptioninterfaceJadesAttributeVerifier<Attr extends SignatureAttribute<JadesAttrCommonStruct>>classJadesChildAttributeVerifier<P extends SignatureAttribute<JadesAttrCommonStruct>, C extends P>Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.verifierModifier and TypeClassDescriptionclassJadesChildAttributeVerifier<P extends SignatureAttribute<JadesAttrCommonStruct>, C extends P>Subinterfaces with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.verifierModifier and TypeInterfaceDescriptioninterfaceJadesAttributeVerifier<Attr extends SignatureAttribute<JadesAttrCommonStruct>> -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.verifier.unsigned
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.jades.verifier.unsignedMethods in br.ufsc.labsec.signature.conformanceVerifier.jades.verifier.unsigned that return types with arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionprotected AttributeCertificateValuesLogicVerifier<JadesInformation, JadesAttrCommonStruct, JadesSignature, JadesAbstractVerifierInterface> AttrAuthoritiesCertValsVerifier.getParentVerifier() -
Uses of JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles
Subclasses with type arguments of type JadesAttrCommonStruct in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfilesFields in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles with type parameters of type JadesAttrCommonStructModifier and TypeFieldDescriptionstatic final Profile<JadesAttrCommonStruct, JadesSignature> JAdESBProfile.PROFILEstatic final Profile<JadesAttrCommonStruct, JadesSignature> JAdESLTAProfile.PROFILEstatic final Profile<JadesAttrCommonStruct, JadesSignature> JAdESLTProfile.PROFILEstatic final Profile<JadesAttrCommonStruct, JadesSignature> JAdESTProfile.PROFILEMethod parameters in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles with type arguments of type JadesAttrCommonStructModifier and TypeMethodDescriptionJAdESBProfile.validateMandatoryConditionals(Signature<JadesAttrCommonStruct> signature, List<String> attrList)