Uses of Enum Class
br.ufsc.labsec.signature.signer.FileFormat
Packages that use FileFormat
Package
Description
-
Uses of FileFormat in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as FileFormatModifier and TypeFieldDescriptionprotected FileFormatSignerRequest.formatFormato da assinatura a ser realizada (attached, detached, internally_detached, enveloped)Methods in br.ufsc.labsec.signature that return FileFormatMethods in br.ufsc.labsec.signature with parameters of type FileFormatModifier and TypeMethodDescriptionFileToBeSignedGenerator.generateExtraInformation(SignerType signatureType, FileFormat fileFormat, byte[] contentToSign, SignerParameters parameters, String filename) protected FileToBeSigned<? extends Info> AttributeIncluder.generateFileToBeSigned(Sig signature, SignatureContainer<Sig> container, SignerType signerType, FileFormat fileFormat) Gera o arquivo a ser assinado<T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) SignerRequest.setFormat(FileFormat format) Constructors in br.ufsc.labsec.signature with parameters of type FileFormatModifierConstructorDescriptionFileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation) FileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, CompleteSigner.Mode signatureMode) -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return FileFormatModifier and TypeMethodDescriptionCadesSignatureInformation.getFormat()Retorna o formato de assinatura -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.common
Methods in br.ufsc.labsec.signature.conformanceVerifier.common that return FileFormat -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return FileFormat -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return FileFormat -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.report
Fields in br.ufsc.labsec.signature.conformanceVerifier.report declared as FileFormatMethods in br.ufsc.labsec.signature.conformanceVerifier.report that return FileFormatMethods in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type FileFormatModifier and TypeMethodDescriptionvoidSignatureReport.setSignatureType(FileFormat signatureType) -
Uses of FileFormat in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that return FileFormat -
Uses of FileFormat in br.ufsc.labsec.signature.signer
Subclasses with type arguments of type FileFormat in br.ufsc.labsec.signature.signerMethods in br.ufsc.labsec.signature.signer that return FileFormatModifier and TypeMethodDescriptionstatic FileFormatReturns the enum constant of this class with the specified name.static FileFormat[]FileFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.ufsc.labsec.signature.signer that return types with arguments of type FileFormat