| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.asn1 | |
| com.itextpdf.commons.bouncycastle.asn1.cms |
| Modifier and Type | Method and Description |
|---|---|
IASN1Set |
IBouncyCastleFactory.createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.
|
IASN1Set |
IBouncyCastleFactory.createASN1Set(IASN1TaggedObject taggedObject,
boolean b)
Create ASN1 Set wrapper from ASN1 Tagged object wrapper and
boolean parameter. |
IASN1Set |
IBouncyCastleFactory.createASN1Set(Object encodable)
Create ASN1 Set wrapper from
Object. |
IASN1Set |
IBouncyCastleFactory.createNullASN1Set()
Create ASN1 Set wrapper which will store
null. |
| Modifier and Type | Method and Description |
|---|---|
IAttribute |
IBouncyCastleFactory.createAttribute(IASN1ObjectIdentifier attrType,
IASN1Set attrValues)
Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.
|
IAttributeTable |
IBouncyCastleFactory.createAttributeTable(IASN1Set unat)
Create attribute table wrapper from ASN1 Set wrapper.
|
IEnvelopedData |
IBouncyCastleFactory.createEnvelopedData(IOriginatorInfo originatorInfo,
IASN1Set set,
IEncryptedContentInfo encryptedContentInfo,
IASN1Set set1)
Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper,
encrypted content info wrapper and another ASN1 Set wrapper.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDERSet
This interface represents the wrapper for DERSet that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IASN1Set |
IAttribute.getAttrValues()
Calls actual
getAttrValues method for the wrapped Attribute object. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.