- setRootEntryName(String) - Method in interface no.difi.asic.AsicWriter
-
Specifies which entry (file) represents the "root" document, i.e. which business document to read first.
- sign(File, String, String) - Method in interface no.difi.asic.AsicWriter
-
Signs and closes the ASiC archive.
- sign(File, String, String, String) - Method in interface no.difi.asic.AsicWriter
-
Signs and closes the ASiC archive using the private and public key stored in the supplied key store under the supplied alias name.
- sign(SignatureHelper) - Method in interface no.difi.asic.AsicWriter
-
Allows re-use of the same SignatureHelper object when creating multiple ASiC archive and hence the need to create multiple signatures.
- SignatureHelper - Class in no.difi.asic
-
Helper class to assist when creating a signature.
- SignatureHelper(File, String, String) - Constructor for class no.difi.asic.SignatureHelper
-
Loads the keystore and obtains the private key, the public key and the associated certificate
- SignatureHelper(File, String, String, String) - Constructor for class no.difi.asic.SignatureHelper
-
Loads the keystore and obtains the private key, the public key and the associated certificate referenced by the alias.
- SignatureHelper(InputStream, String, String, String) - Constructor for class no.difi.asic.SignatureHelper
-
Loading keystore and fetching key
- SignatureMethod - Enum in no.difi.asic
-