| Modifier and Type | Method and Description |
|---|---|
IX509CertificateHolder |
IBouncyCastleFactory.createX509CertificateHolder(byte[] bytes)
Create X509 Certificate holder wrapper from
byte[]. |
| Modifier and Type | Method and Description |
|---|---|
ICertificateID |
IBouncyCastleFactory.createCertificateID(IDigestCalculator digestCalculator,
IX509CertificateHolder certificateHolder,
BigInteger bigInteger)
Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers and
BigInteger. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJcaX509CertificateHolder
This interface represents the wrapper for JcaX509CertificateHolder that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IX509CertificateHolder |
IJcaX509v3CertificateBuilder.build(IContentSigner contentSigner)
Calls actual
build method for the wrapped JcaX509v3CertificateBuilder object. |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
IJcaX509CertificateConverter.getCertificate(IX509CertificateHolder certificateHolder)
Calls actual
getCertificate method for the wrapped JcaX509CertificateConverter object. |
| Modifier and Type | Method and Description |
|---|---|
IX509CertificateHolder[] |
IBasicOCSPResp.getCerts()
Calls actual
getCerts method for the wrapped BasicOCSPResp object. |
| Modifier and Type | Method and Description |
|---|---|
IBasicOCSPResp |
IBasicOCSPRespBuilder.build(IContentSigner signer,
IX509CertificateHolder[] chain,
Date time)
Calls actual
build method for the wrapped BasicOCSPRespBuilder object. |
boolean |
ICertificateID.matchesIssuer(IX509CertificateHolder certificateHolder,
IDigestCalculatorProvider provider)
Calls actual
matchesIssuer method for the wrapped CertificateID object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRecipientId.match(IX509CertificateHolder holder)
Calls actual
match method for the wrapped RecipientId object. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.