Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.Profile.AdESLevel
-
Uses of Profile.AdESLevel in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component with parameters of type Profile.AdESLevel Modifier and Type Method Description SignatureWrapperApplication. extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelSignaturePolicyInterface. getAdESLevel()Methods in br.ufsc.labsec.signature with parameters of type Profile.AdESLevel Modifier and Type Method Description Collection<String>AttributeIncluder. addAttributesFromProfile(Sig signature, SignatureContainer<Sig> container, Profile.AdESLevel level)Adiciona os atributos não assinados que estão faltando na assinatura para ela atingir o perfil desejadobyte[]AttributeIncluder. extendSignature(SignatureWrapper wrapper, int signatureIndex, Profile.AdESLevel level)byte[]AttributeIncluder. extendSignature(Sig signature, SignatureContainer<Sig> container, Profile.AdESLevel level)Adiciona os atributos não assinados que estão faltando na assinatura para ela atingir determinado perfilSignatureExtensionRequestSignatureExtensionRequest. withLevel(Profile.AdESLevel level) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier
Fields in br.ufsc.labsec.signature.conformanceVerifier declared as Profile.AdESLevel Modifier and Type Field Description Profile.AdESLevelVerifierParams. levelToVerifyMethods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type Profile.AdESLevel Modifier and Type Method Description VerifierRequestVerifierRequest. withAdESLevel(Profile.AdESLevel level)Constructors in br.ufsc.labsec.signature.conformanceVerifier with parameters of type Profile.AdESLevel Constructor Description VerifierParams(boolean verifyIncremental, boolean isComplete, boolean withReceipt, boolean verifyNotAnchored, boolean unrestrictedAttrVerification, boolean profileVerification, boolean returnArtifacts, ExtensionsReport.PROFILE extensionsProfile, Profile.AdESLevel levelToVerify, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo, boolean icpBrIncrementalUpdatesRules) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type Profile.AdESLevel Modifier and Type Method Description Collection<String>CadesAttributeIncluder. addAttributesFromProfile(CadesSignature signature, SignatureContainer<CadesSignature> container, Profile.AdESLevel level) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type Profile.AdESLevel Modifier and Type Method Description byte[]PadesAttributeIncluder. extendSignature(PadesSignature signature, SignatureContainer<PadesSignature> container, Profile.AdESLevel level) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelSignaturePolicyProxy. getAdESLevel() -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Fields in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with type parameters of type Profile.AdESLevel Modifier and Type Field Description static Map<Profile.AdESType,Map<Profile.AdESLevel,Supplier<Profile<?,?>>>>ProfileMap. profilesMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelAsn1SignaturePolicy. getAdESLevel()Profile.AdESLevelNotFoundSignaturePolicy. getAdESLevel()abstract Profile.AdESLevelProfile. getAdESLevel()Profile.AdESLevelSignaturePolicyInstance. getAdESLevel()Retorna o tipo do perfilProfile.AdESLevelXmlSignaturePolicy. getAdESLevel()static Profile.AdESLevelProfile.AdESLevel. getByLevel(String level)static Profile.AdESLevelProfile.AdESLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.AdESLevel[]Profile.AdESLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type Profile.AdESLevel Modifier and Type Method Description static Profile<?,?>ProfileMap. getProfile(Profile.AdESType adESType, Profile.AdESLevel adESLevel)static <Enc, Sig extends Signature<Enc>>
Profile<Enc,Sig>ProfileMap. getProfile(Class<? extends Sig> signatureClass, Profile.AdESLevel level)static <Enc, Sig extends Signature<Enc>>
Profile<Enc,Sig>ProfileMap. getProfile(Sig signature, Profile.AdESLevel level)booleanProfile. isAtLeast(Profile.AdESLevel level) -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.CAdESProfiles
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.CAdESProfiles that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelCAdESBProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelCAdESLTAProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelCAdESLTProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelCAdESTProfile. getAdESLevel()Retorna o nível do perfil -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.JAdESProfiles that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelJAdESBProfile. getAdESLevel()Profile.AdESLevelJAdESLTAProfile. getAdESLevel()Profile.AdESLevelJAdESLTProfile. getAdESLevel()Profile.AdESLevelJAdESTProfile. getAdESLevel() -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelPAdESBProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelPAdESLTAProfile. getAdESLevel()Profile.AdESLevelPAdESLTProfile. getAdESLevel()Profile.AdESLevelPAdESTProfile. getAdESLevel() -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.XAdESProfiles
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.XAdESProfiles that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelXAdESBES. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelXAdESBProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelXAdESLTAProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelXAdESLTProfile. getAdESLevel()Retorna o nível do perfilProfile.AdESLevelXAdESTProfile. getAdESLevel()Retorna o nível do perfil -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.identifiers
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.identifiers that return Profile.AdESLevel Modifier and Type Method Description Profile.AdESLevelPKIProfileIdentifiers. getLevel() -
Uses of Profile.AdESLevel in br.ufsc.labsec.signature.signer.policyStorage
Methods in br.ufsc.labsec.signature.signer.policyStorage with parameters of type Profile.AdESLevel Modifier and Type Method Description SignatureWrapperSignerComponent. extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level)