| Package | Description |
|---|---|
| no.difi.asic | |
| no.difi.asic.extras |
| Modifier and Type | Field and Description |
|---|---|
static KeyStoreType |
SignatureHelper.DEFAULT_KEY_STORE_TYPE |
static KeyStoreType |
SignatureHelper.DEFAULT_KEY_STORE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreType |
KeyStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStoreType |
KeyStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStoreType[] |
KeyStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static KeyStoreType[] |
KeyStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyStore |
SignatureHelper.loadKeyStore(InputStream keyStoreStream,
String keyStorePassword,
KeyStoreType keyStoreType) |
protected KeyStore |
SignatureHelper.loadKeyStore(InputStream keyStoreStream,
String keyStorePassword,
KeyStoreType keyStoreType) |
AsicWriter |
AsicWriter.sign(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Signs and closes the ASiC archive using the private and public key stored in the supplied key store under the supplied alias name.
|
AsicWriter |
AsicWriter.sign(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Signs and closes the ASiC archive using the private and public key stored in the supplied key store under the supplied alias name.
|
| Constructor and Description |
|---|
SignatureHelper(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Loads the keystore and obtains the private key, the public key and the associated certificate referenced by the alias.
|
SignatureHelper(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Loads the keystore and obtains the private key, the public key and the associated certificate referenced by the alias.
|
SignatureHelper(InputStream keyStoreStream,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Loading keystore and fetching key
|
SignatureHelper(InputStream keyStoreStream,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword)
Loading keystore and fetching key
|
| Modifier and Type | Method and Description |
|---|---|
AsicWriter |
CmsEncryptedAsicWriter.sign(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword) |
AsicWriter |
CmsEncryptedAsicWriter.sign(File keyStoreFile,
String keyStorePassword,
KeyStoreType keyStoreType,
String keyAlias,
String keyPassword) |
Copyright © 2021. All rights reserved.