Uses of Class
eu.europa.esig.dss.model.MimeType
Package | Description |
---|---|
eu.europa.esig.dss.asic.cades.signature.manifest | |
eu.europa.esig.dss.asic.common | |
eu.europa.esig.dss.model | |
eu.europa.esig.dss.signature | |
eu.europa.esig.dss.validation |
-
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 void
AbstractManifestBuilder. addSigReference(Document documentDom, Element asicManifestDom, String uri, MimeType mimeType)
-
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 MimeType
ASiCUtils. getMimeType(ASiCParameters asicParameters)
static MimeType
ASiCUtils. getMimeType(DSSDocument mimeTypeDocument)
Methods in eu.europa.esig.dss.asic.common with parameters of type MimeType Modifier and Type Method Description static ASiCContainerType
ASiCUtils. getASiCContainerType(MimeType asicMimeType)
static boolean
ASiCUtils. isASiCMimeType(MimeType asicMimeType)
static boolean
ASiCUtils. isOpenDocumentMimeType(MimeType mimeType)
-
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 MimeType
MimeType. ASICE
static MimeType
MimeType. ASICS
static MimeType
MimeType. BINARY
static MimeType
MimeType. CER
static MimeType
MimeType. CRL
static MimeType
MimeType. HTML
static MimeType
MimeType. JPEG
protected MimeType
CommonDocument. mimeType
static MimeType
MimeType. ODG
static MimeType
MimeType. ODP
static MimeType
MimeType. ODS
static MimeType
MimeType. ODT
static MimeType
MimeType. PDF
static MimeType
MimeType. PKCS7
static MimeType
MimeType. PNG
static MimeType
MimeType. SVG
static MimeType
MimeType. TEXT
static MimeType
MimeType. TST
static MimeType
MimeType. XML
Methods in eu.europa.esig.dss.model that return MimeType Modifier and Type Method Description static MimeType
MimeType. fromFile(File file)
This method returns the mime-type extrapolated from the file.static MimeType
MimeType. fromFileName(String fileName)
This method returns the mime-type extrapolated from the file name.static MimeType
MimeType. fromMimeTypeString(String mimeTypeString)
This method returns the first representation of theMimeType
corresponding to the given mime-type string.MimeType
CommonDocument. getMimeType()
MimeType
DSSDocument. 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 String
MimeType. getExtension(MimeType mimeType)
Returns the file exception for the provided MimeTypevoid
CommonDocument. setMimeType(MimeType mimeType)
void
DSSDocument. 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 String
AbstractSignatureService. getFinalArchiveName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, MimeType containerMimeType)
-
Uses of MimeType in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return MimeType Modifier and Type Method Description MimeType
ManifestEntry. getMimeType()
Methods in eu.europa.esig.dss.validation with parameters of type MimeType Modifier and Type Method Description void
ManifestEntry. setMimeType(MimeType mimeType)