| Package | Description |
|---|---|
| com.helger.as2lib.cert |
| Modifier and Type | Method and Description |
|---|---|
ECertificatePartnershipType |
AS2CertificateNotFoundException.getPartnershipType() |
ECertificatePartnershipType |
AS2CertificateNotFoundException.getPartnershipType() |
static ECertificatePartnershipType |
ECertificatePartnershipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECertificatePartnershipType |
ECertificatePartnershipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECertificatePartnershipType[] |
ECertificatePartnershipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ECertificatePartnershipType[] |
ECertificatePartnershipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCertificateFactory.getAlias(Partnership aPartnership,
ECertificatePartnershipType ePartnershipType) |
String |
AbstractCertificateFactory.getAlias(Partnership aPartnership,
ECertificatePartnershipType ePartnershipType) |
X509Certificate |
AbstractCertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
X509Certificate |
ICertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
ICertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
AbstractCertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
default X509Certificate |
ICertificateFactory.getCertificateOrNull(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
default X509Certificate |
ICertificateFactory.getCertificateOrNull(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
protected X509Certificate |
AbstractCertificateFactory.internalGetCertificate(String sAlias,
ECertificatePartnershipType ePartnershipType) |
protected X509Certificate |
AbstractCertificateFactory.internalGetCertificate(String sAlias,
ECertificatePartnershipType ePartnershipType) |
| Constructor and Description |
|---|
AS2CertificateNotFoundException(ECertificatePartnershipType ePartnershipType,
Partnership aPartnership) |
AS2CertificateNotFoundException(ECertificatePartnershipType ePartnershipType,
Partnership aPartnership) |
AS2CertificateNotFoundException(ECertificatePartnershipType ePartnershipType,
String sAlias) |
AS2CertificateNotFoundException(ECertificatePartnershipType ePartnershipType,
String sAlias) |
Copyright © 2013–2022 Philip Helger. All rights reserved.