Uses of Class
eu.europa.esig.dss.model.MimeType
-
Uses of MimeType in eu.europa.esig.dss.asic.cades.signature.manifest
Methods in eu.europa.esig.dss.asic.cades.signature.manifest with parameters of type MimeType Modifier and Type Method Description protected voidAbstractManifestBuilder. addSigReference(Document documentDom, Element asicManifestDom, String uri, MimeType mimeType)Adds a<SigReference>element -
Uses of MimeType in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return MimeType Modifier and Type Method Description static MimeTypeASiCUtils. getMimeType(ASiCParameters asicParameters)Returns a relevant MimeType for the provided parametersstatic MimeTypeASiCUtils. getMimeType(DSSDocument mimeTypeDocument)Extracts and returns MimeType from the documentMethods in eu.europa.esig.dss.asic.common with parameters of type MimeType Modifier and Type Method Description static ASiCContainerTypeASiCUtils. getASiCContainerType(MimeType asicMimeType)Returns relatedASiCContainerTypefor the givenasicMimeTypestatic 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.signature
Methods in eu.europa.esig.dss.asic.common.signature with parameters of type MimeType Modifier and Type Method Description protected 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.jades
Methods in eu.europa.esig.dss.jades that return MimeType Modifier and Type Method Description MimeTypeHTTPHeader. getMimeType()Methods in eu.europa.esig.dss.jades with parameters of type MimeType Modifier and Type Method Description voidHTTPHeader. setMimeType(MimeType mimeType) -
Uses of MimeType in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature that return MimeType Modifier and Type Method Description MimeTypeJAdESBuilder. getMimeType()Returns MimeType of the produce signature by the builderMimeTypeJAdESCompactBuilder. getMimeType()MimeTypeJAdESSerializationBuilder. getMimeType() -
Uses of MimeType in eu.europa.esig.dss.model
Fields in eu.europa.esig.dss.model declared as MimeType Modifier and Type Field Description static MimeTypeMimeType. ASICEstatic MimeTypeMimeType. ASICSstatic MimeTypeMimeType. BINARYstatic MimeTypeMimeType. CERstatic MimeTypeMimeType. CRLstatic MimeTypeMimeType. HTMLstatic MimeTypeMimeType. JOSEstatic MimeTypeMimeType. JOSE_JSONstatic MimeTypeMimeType. JPEGstatic MimeTypeMimeType. JSONprotected MimeTypeCommonDocument. mimeTypeThe MimeType of the documentstatic MimeTypeMimeType. ODGstatic MimeTypeMimeType. ODPstatic MimeTypeMimeType. ODSstatic MimeTypeMimeType. ODTstatic MimeTypeMimeType. PDFstatic MimeTypeMimeType. PKCS7static MimeTypeMimeType. PNGstatic MimeTypeMimeType. SVGstatic MimeTypeMimeType. TEXTstatic MimeTypeMimeType. TSTstatic MimeTypeMimeType. XMLMethods in eu.europa.esig.dss.model that return MimeType Modifier and Type Method Description static MimeTypeMimeType. fromFile(File file)This method returns the mime-type extrapolated from the file.static 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.MimeTypeCommonDocument. getMimeType()MimeTypeDSSDocument. getMimeType()Returns the mime-type of theDSSDocument.Methods in eu.europa.esig.dss.model with parameters of type MimeType Modifier and Type Method Description static StringMimeType. getExtension(MimeType mimeType)Returns the file exception for the provided MimeTypevoidCommonDocument. setMimeType(MimeType mimeType)voidDSSDocument. setMimeType(MimeType mimeType)This method sets the mime-type of theDSSDocument.Constructors in eu.europa.esig.dss.model with parameters of type MimeType Constructor Description InMemoryDocument(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 MimeType Modifier and Type Method Description protected StringAbstractSignatureService. getFinalDocumentName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, MimeType containerMimeType)Generates and returns a final name for the document to create -
Uses of MimeType in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return MimeType Modifier and Type Method Description MimeTypeManifestEntry. getMimeType()Gets the mimetypeMethods in eu.europa.esig.dss.validation with parameters of type MimeType Modifier and Type Method Description voidManifestEntry. setMimeType(MimeType mimeType)Sets the mimetype