| Package | Description |
|---|---|
| no.digipost.signature.client | |
| no.digipost.signature.client.asice | |
| no.digipost.signature.client.asice.signature | |
| no.digipost.signature.client.security |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
ClientConfiguration.getKeyStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfiguration.Builder |
ClientConfiguration.builder(KeyStoreConfig keystore)
Build a new
ClientConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
ASiCEConfiguration.getKeyStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
Signature |
CreateSignature.createSignature(List<? extends SignableFileReference> attachedFiles,
KeyStoreConfig keyStoreConfig) |
protected Document |
CreateSignature.createXmlSignature(List<? extends SignableFileReference> attachedFiles,
KeyStoreConfig keyStoreConfig) |
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreConfig |
KeyStoreConfig.fromJavaKeyStore(InputStream javaKeyStore,
String alias,
String keyStorePassword,
String privatekeyPassword)
Create a
KeyStoreConfig from a Java Key Store containing an Organization Certificate (Virksomhetssertifikat). |
static KeyStoreConfig |
KeyStoreConfig.fromKeyStore(InputStream javaKeyStore,
String alias,
String keyStorePassword,
String privatekeyPassword)
Deprecated.
as of 4.3, please use
fromJavaKeyStore(InputStream, String, String, String)(same functionality, different name), or load directly from organization
certificate using {fromOrganizationCertificate(InputStream, String)} |
static KeyStoreConfig |
KeyStoreConfig.fromOrganizationCertificate(InputStream organizationCertificateStream,
String privatekeyPassword)
Create a
KeyStoreConfig from an Organization Certificate (Virksomhetssertifikat). |
Copyright © 2019 Digipost. All rights reserved.