| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.asn1 |
| Modifier and Type | Method and Description |
|---|---|
IASN1Sequence |
IBouncyCastleFactory.createASN1Sequence(byte[] array)
Create ASN1 Sequence wrapper from
byte[]. |
IASN1Sequence |
IBouncyCastleFactory.createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.
|
IASN1Sequence |
IBouncyCastleFactory.createASN1Sequence(Object object)
Cast
Object to ASN1 Sequence wrapper. |
IASN1Sequence |
IBouncyCastleFactory.createASN1SequenceInstance(Object object)
Create ASN1 Sequence wrapper from
Object using getInstance method call. |
| Modifier and Type | Method and Description |
|---|---|
IContentInfo |
IBouncyCastleFactory.createContentInfo(IASN1Sequence sequence)
Create content info wrapper from ASN1 Sequence wrapper.
|
ISigningCertificate |
IBouncyCastleFactory.createSigningCertificate(IASN1Sequence sequence)
Create signing certificate wrapper from ASN1 Sequence wrapper.
|
ISigningCertificateV2 |
IBouncyCastleFactory.createSigningCertificateV2(IASN1Sequence sequence)
Create signing certificate version 2 wrapper from ASN1 Sequence wrapper.
|
IX500Name |
IBouncyCastleFactory.createX500Name(IASN1Sequence s)
Create X500 Name wrapper from
IASN1Sequence. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDERSequence
This interface represents the wrapper for DERSequence that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.