| Interface | Description |
|---|---|
| IAliasedCertificateFactory |
Certificate factory with support for alias handling
|
| ICertificateFactory |
Base interface for a certificate factory.
|
| IKeyStoreCertificateFactory |
Base interface for a certificate factory that is based on a key store.
|
| IStorableCertificateFactory |
Base interface for a certificate factory that can store to a file.
|
| Class | Description |
|---|---|
| AbstractCertificateFactory |
Abstract base implementation of a read-only Certificate factory that operates
on a
KeyStore object. |
| CertificateFactory |
An implementation of a file-based certificate factory using a custom key
store type.
|
| PredefinedCertificateFactory |
An example implementation of a Certificate factory that uses an external
KeyStore. |
| Enum | Description |
|---|---|
| ECertificatePartnershipType |
Determine the different certificate partnership types
|
| Exception | Description |
|---|---|
| AS2CertificateExistsException | |
| AS2CertificateNotFoundException | |
| AS2KeyNotFoundException |
AS2 exception to be thrown if a private key is not found
|
Copyright © 2013–2022 Philip Helger. All rights reserved.