| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.asn1 | |
| com.itextpdf.commons.bouncycastle.asn1.cmp |
| Modifier and Type | Method and Description |
|---|---|
IASN1Primitive |
IBouncyCastleFactory.createASN1Primitive(byte[] array)
Create ASN1 Primitive wrapper from
byte[] value. |
IASN1Primitive |
IBouncyCastleFactory.createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
IBasicOCSPResponse |
IBouncyCastleFactory.createBasicOCSPResponse(IASN1Primitive primitive)
Create basic OCSP Response wrapper from ASN1 Primitive wrapper.
|
IDERSequence |
IBouncyCastleFactory.createDERSequence(IASN1Primitive primitive)
Create DER Sequence wrapper from ASN1 Primitive wrapper.
|
IDERSet |
IBouncyCastleFactory.createDERSet(IASN1Primitive primitive)
Create DER Set wrapper from ASN1 Primitive wrapper.
|
IDERTaggedObject |
IBouncyCastleFactory.createDERTaggedObject(boolean b,
int i,
IASN1Primitive primitive)
Create DER Tagged object wrapper from
int value, boolean value and ASN1 Primitive wrapper. |
IDERTaggedObject |
IBouncyCastleFactory.createDERTaggedObject(int i,
IASN1Primitive primitive)
Create DER Tagged object wrapper from
int value and ASN1 Primitive wrapper. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IASN1BitString
This interface represents the wrapper for ASN1BitString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Enumerated
This interface represents the wrapper for ASN1Enumerated that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1GeneralizedTime
This interface represents the wrapper for ASN1GeneralizedTime that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Integer
This interface represents the wrapper for ASN1Integer that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1ObjectIdentifier
This interface represents the wrapper for ASN1ObjectIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1OctetString
This interface represents the wrapper for ASN1OctetString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Sequence
This interface represents the wrapper for ASN1Sequence that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Set
This interface represents the wrapper for ASN1Set that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1TaggedObject
This interface represents the wrapper for ASN1TaggedObject that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1UTCTime
This interface represents the wrapper for ASN1UTCTime that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERIA5String
This interface represents the wrapper for DERIA5String that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERNull
This interface represents the wrapper for DERNull that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDEROctetString
This interface represents the wrapper for DEROctetString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERSequence
This interface represents the wrapper for DERSequence that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERSet
This interface represents the wrapper for DERSet that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERTaggedObject
This interface represents the wrapper for DERTaggedObject that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IASN1Primitive |
IASN1TaggedObject.getObject()
Calls actual
getObject method for the wrapped ASN1TaggedObject object. |
IASN1Primitive |
IASN1InputStream.readObject()
Calls actual
readObject method for the wrapped ASN1InputStream object. |
IASN1Primitive |
IASN1Encodable.toASN1Primitive()
Calls actual
toASN1Primitive method for the wrapped ASN1Encodable object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IASN1EncodableVector.add(IASN1Primitive primitive)
Calls actual
add method for the wrapped ASN1EncodableVector object. |
void |
IASN1OutputStream.writeObject(IASN1Primitive primitive)
Calls actual
writeObject method for the wrapped ASN1OutputStream object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPKIFailureInfo
This interface represents the wrapper for PKIFailureInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.