Uses of Interface
eu.europa.esig.dss.enumerations.MimeType
Packages that use MimeType
Package
Description
-
Uses of MimeType in eu.europa.esig.dss.asic.cades.signature.manifest
Methods in eu.europa.esig.dss.asic.cades.signature.manifest that return MimeTypeModifier and TypeMethodDescriptionprotected MimeTypeASiCEWithCAdESArchiveManifestBuilder.getSigReferenceMimeType()protected MimeTypeASiCWithCAdESSignatureManifestBuilder.getSigReferenceMimeType()protected MimeTypeASiCWithCAdESTimestampManifestBuilder.getSigReferenceMimeType() -
Uses of MimeType in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return MimeTypeModifier and TypeMethodDescriptionstatic MimeTypeASiCUtils.getMimeType(ASiCParameters asicParameters) Returns a relevant MimeType for the provided parametersstatic MimeTypeASiCUtils.getMimeType(DSSDocument mimeTypeDocument) Extracts and returns MimeType from the documentprotected abstract MimeTypeAbstractASiCManifestBuilder.getSigReferenceMimeType()(Optional) Returns theMimeTypeto be used for a signature reference (signature or timestamp)Methods in eu.europa.esig.dss.asic.common with parameters of type MimeTypeModifier and TypeMethodDescriptionstatic ASiCContainerTypeASiCUtils.getASiCContainerType(MimeType asicMimeType) Returns relatedASiCContainerTypefor the givenasicMimeTypestatic StringASiCUtils.getZipComment(MimeType mimeType) Returns a ZIP Comment String from the providedMimeTypestatic booleanASiCUtils.isASiCMimeType(MimeType mimeType) Checks if the given MimeType is ASiC MimeTypestatic booleanASiCUtils.isOpenDocumentMimeType(MimeType mimeType) Checks if the given MimeType is OpenDocument MimeType -
Uses of MimeType in eu.europa.esig.dss.asic.common.evidencerecord
Methods in eu.europa.esig.dss.asic.common.evidencerecord that return MimeTypeModifier and TypeMethodDescriptionprotected MimeTypeASiCEvidenceRecordManifestBuilder.getSigReferenceMimeType() -
Uses of MimeType in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature with parameters of type MimeTypeModifier and TypeMethodDescriptionprotected StringAbstractASiCSignatureService.getFinalArchiveName(DSSDocument originalFile, SigningOperation operation, MimeType containerMimeType) Generates and returns a final name for the archive to create -
Uses of MimeType in eu.europa.esig.dss.enumerations
Classes in eu.europa.esig.dss.enumerations that implement MimeTypeMethods in eu.europa.esig.dss.enumerations that return MimeTypeModifier and TypeMethodDescriptionstatic MimeTypeThis method returns the mime-type extrapolated from the file.static MimeTypeMimeType.fromFileExtension(String fileExtension) ReturnsMimeTypematching to the providedfileExtensionStringMimeTypeEnumLoader.fromFileExtension(String fileExtension) MimeTypeLoader.fromFileExtension(String fileExtension) ReturnsMimeTypematching to the providedfileExtensionStringstatic MimeTypeMimeType.fromFileName(String fileName) This method returns the mime-type extrapolated from the file name.static MimeTypeMimeType.fromMimeTypeString(String mimeTypeString) This method returns the first representation of theMimeTypecorresponding to the given mime-type string.MimeTypeEnumLoader.fromMimeTypeString(String mimeTypeString) MimeTypeLoader.fromMimeTypeString(String mimeTypeString) Returns aMimeTypematching the MimeTypeString -
Uses of MimeType in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return MimeTypeMethods in eu.europa.esig.dss.jades with parameters of type MimeType -
Uses of MimeType in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature that return MimeTypeModifier and TypeMethodDescriptionJAdESBuilder.getMimeType()Returns MimeType of the produce signature by the builderJAdESCompactBuilder.getMimeType()JAdESSerializationBuilder.getMimeType() -
Uses of MimeType in eu.europa.esig.dss.model
Fields in eu.europa.esig.dss.model declared as MimeTypeModifier and TypeFieldDescriptionprotected MimeTypeCommonDocument.mimeTypeThe MimeType of the documentMethods in eu.europa.esig.dss.model that return MimeTypeModifier and TypeMethodDescriptionCommonDocument.getMimeType()DSSDocument.getMimeType()Returns the mime-type of theDSSDocument.ManifestEntry.getMimeType()Gets the mimetypeMethods in eu.europa.esig.dss.model with parameters of type MimeTypeModifier and TypeMethodDescriptionvoidCommonDocument.setMimeType(MimeType mimeType) voidDSSDocument.setMimeType(MimeType mimeType) This method sets the mime-type of theDSSDocument.voidManifestEntry.setMimeType(MimeType mimeType) Sets the mimetypeConstructors in eu.europa.esig.dss.model with parameters of type MimeTypeModifierConstructorDescriptionInMemoryDocument(byte[] bytes, String name, MimeType mimeType) Creates dss document that retains the data in memoryInMemoryDocument(InputStream inputStream, String name, MimeType mimeType) Creates dss document that retains the data in memory -
Uses of MimeType in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature with parameters of type MimeTypeModifier and TypeMethodDescriptionprotected StringAbstractSignatureService.getFinalDocumentName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, MimeType containerMimeType) Generates and returns a final name for the document to createprotected StringAbstractSignatureService.getFinalDocumentName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, SignaturePackaging packaging, MimeType containerMimeType) Generates and returns a final name for the document to createFileNameBuilder.setMimeType(MimeType mimeType) Sets the document mimetype