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 void
AbstractManifestBuilder. 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 MimeType
ASiCUtils. getMimeType(ASiCParameters asicParameters)
Returns a relevant MimeType for the provided parametersstatic MimeType
ASiCUtils. 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 ASiCContainerType
ASiCUtils. getASiCContainerType(MimeType asicMimeType)
Returns relatedASiCContainerType
for the givenasicMimeType
static boolean
ASiCUtils. isASiCMimeType(MimeType mimeType)
Checks if the given MimeType is ASiC MimeTypestatic boolean
ASiCUtils. 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 String
AbstractASiCSignatureService. 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 MimeType
HTTPHeader. getMimeType()
Methods in eu.europa.esig.dss.jades with parameters of type MimeType Modifier and Type Method Description void
HTTPHeader. 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 MimeType
JAdESBuilder. getMimeType()
Returns MimeType of the produce signature by the builderMimeType
JAdESCompactBuilder. getMimeType()
MimeType
JAdESSerializationBuilder. 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 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. JOSE
static MimeType
MimeType. JOSE_JSON
static MimeType
MimeType. JPEG
static MimeType
MimeType. JSON
protected MimeType
CommonDocument. mimeType
The MimeType of the documentstatic 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. 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 MimeType
ManifestEntry. getMimeType()
Gets the mimetypeMethods in eu.europa.esig.dss.validation with parameters of type MimeType Modifier and Type Method Description void
ManifestEntry. setMimeType(MimeType mimeType)
Sets the mimetype