| Package | Description |
|---|---|
| com.helger.as2lib.cert | |
| com.helger.as2lib.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAliasedCertificateFactory
Certificate factory with support for alias handling
|
interface |
IKeyStoreCertificateFactory
Base interface for a certificate factory that is based on a key store.
|
interface |
IStorableCertificateFactory
Base interface for a certificate factory that can store to a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCertificateFactory
Abstract base implementation of a read-only Certificate factory that operates
on a
KeyStore object. |
class |
CertificateFactory
An implementation of a file-based certificate factory using a custom key
store type.
|
class |
PredefinedCertificateFactory
An example implementation of a Certificate factory that uses an external
KeyStore. |
| Modifier and Type | Method and Description |
|---|---|
ICertificateFactory |
AS2Session.getCertificateFactory() |
ICertificateFactory |
IAS2Session.getCertificateFactory()
Short-cut method to retrieve a certificate factory.
|
ICertificateFactory |
IAS2Session.getCertificateFactory()
Short-cut method to retrieve a certificate factory.
|
ICertificateFactory |
AS2Session.getCertificateFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AS2Session.setCertificateFactory(ICertificateFactory aCertFactory) |
void |
AS2Session.setCertificateFactory(ICertificateFactory aCertFactory) |
Copyright © 2013–2022 Philip Helger. All rights reserved.