| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.cert.ocsp |
| Modifier and Type | Method and Description |
|---|---|
IExtension |
IBouncyCastleFactory.createExtension()
Create extension wrapper without parameters.
|
IExtension |
IBouncyCastleFactory.createExtension(IASN1ObjectIdentifier objectIdentifier,
boolean critical,
IASN1OctetString octetString)
Create extension wrapper from ASN1 Object identifier wrapper,
boolean and ASN1 Octet string wrapper. |
| Modifier and Type | Method and Description |
|---|---|
IExtensions |
IBouncyCastleFactory.createExtensions(IExtension extension)
Create extensions wrapper from extension wrapper.
|
boolean |
IBouncyCastleFactory.isNullExtension(IExtension extNonce)
Checks if provided extension wrapper wraps
null. |
| Modifier and Type | Method and Description |
|---|---|
IExtension |
IOCSPReq.getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actual
getExtension method for the wrapped OCSPReq object. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.