| Package | Description |
|---|---|
| no.difi.asic | |
| no.difi.asic.extras |
| Modifier and Type | Field and Description |
|---|---|
static MimeType |
MimeType.XML |
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
AsicUtils.detectMime(String filename) |
static MimeType |
MimeType.forString(String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
AsicWriter |
AsicWriter.add(File file,
String entryName,
MimeType mimeType)
Adds the contents of a file into the ASiC archive using the supplied entry name and MIME type.
|
AsicWriter |
AsicWriter.add(InputStream inputStream,
String filename,
MimeType mimeType)
Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly
identifying the MIME type.
|
AsicWriter |
AsicWriter.add(Path path,
String entryName,
MimeType mimeType) |
| Modifier and Type | Method and Description |
|---|---|
AsicWriter |
CmsEncryptedAsicWriter.add(File file,
String entryName,
MimeType mimeType)
Adds the contents of a file into the ASiC archive using the supplied entry name and MIME type.
|
AsicWriter |
CmsEncryptedAsicWriter.add(InputStream inputStream,
String filename,
MimeType mimeType)
Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly
identifying the MIME type.
|
AsicWriter |
CmsEncryptedAsicWriter.add(Path path,
String entryName,
MimeType mimeType) |
AsicWriter |
CmsEncryptedAsicWriter.addEncrypted(File file,
String entryName,
MimeType mimeType) |
AsicWriter |
CmsEncryptedAsicWriter.addEncrypted(InputStream inputStream,
String filename,
MimeType mimeType) |
AsicWriter |
CmsEncryptedAsicWriter.addEncrypted(Path path,
String entryName,
MimeType mimeType) |
Copyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.