- add(File) - Method in interface no.difi.asic.AsicWriter
-
Adds another data object to the ASiC archive.
- add(File, String) - Method in interface no.difi.asic.AsicWriter
-
Adds another data object to the ASiC container, using the supplied name as the zip entry name
- add(Path) - Method in interface no.difi.asic.AsicWriter
-
Adds another data object to the ASiC archive
- add(Path, String) - Method in interface no.difi.asic.AsicWriter
-
Adds another data object to the ASiC container under the entry name provided.
- add(InputStream, String) - Method in interface no.difi.asic.AsicWriter
-
Adds the data provided by the stream into the ASiC archive, using the name of the supplied file as the
entry name.
- add(File, String, MimeType) - Method in interface no.difi.asic.AsicWriter
-
Adds the contents of a file into the ASiC archive using the supplied entry name and MIME type.
- add(Path, String, MimeType) - Method in interface no.difi.asic.AsicWriter
-
- add(InputStream, String, MimeType) - Method in interface no.difi.asic.AsicWriter
-
Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly
identifying the MIME type.
- add(File) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds another data object to the ASiC archive.
- add(File, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds another data object to the ASiC container, using the supplied name as the zip entry name
- add(Path) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds another data object to the ASiC archive
- add(Path, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds another data object to the ASiC container under the entry name provided.
- add(InputStream, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds the data provided by the stream into the ASiC archive, using the name of the supplied file as the
entry name.
- add(File, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds the contents of a file into the ASiC archive using the supplied entry name and MIME type.
- add(Path, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
- add(InputStream, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly
identifying the MIME type.
- addEncrypted(File) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(File, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(Path) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(Path, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(InputStream, String) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(File, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(Path, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- addEncrypted(InputStream, String, MimeType) - Method in class no.difi.asic.extras.CmsEncryptedAsicWriter
-
- AsicReader - Interface in no.difi.asic
-
- AsicReaderFactory - Class in no.difi.asic
-
- AsicUtils - Class in no.difi.asic
-
- AsicVerifier - Class in no.difi.asic
-
- AsicVerifierFactory - Class in no.difi.asic
-
- AsicWriter - Interface in no.difi.asic
-
- AsicWriterFactory - Class in no.difi.asic
-
Creates AsicWriter instances according to the supplied parameters.