| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.asn1 |
| Modifier and Type | Method and Description |
|---|---|
IASN1OctetString |
IBouncyCastleFactory.createASN1OctetString(byte[] bytes)
Create ASN1 Octet string wrapper from
byte[]. |
IASN1OctetString |
IBouncyCastleFactory.createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.
|
IASN1OctetString |
IBouncyCastleFactory.createASN1OctetString(IASN1TaggedObject taggedObject,
boolean b)
Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper and
boolean parameter. |
| Modifier and Type | Method and Description |
|---|---|
IEncryptedContentInfo |
IBouncyCastleFactory.createEncryptedContentInfo(IASN1ObjectIdentifier data,
IAlgorithmIdentifier algorithmIdentifier,
IASN1OctetString octetString)
Create encrypted content info wrapper from ASN1 Object identifier wrapper,
algorithm identifier wrapper and ASN1 Octet string wrapper.
|
IExtension |
IBouncyCastleFactory.createExtension(IASN1ObjectIdentifier objectIdentifier,
boolean critical,
IASN1OctetString octetString)
Create extension wrapper from ASN1 Object identifier wrapper,
boolean and ASN1 Octet string wrapper. |
IKeyTransRecipientInfo |
IBouncyCastleFactory.createKeyTransRecipientInfo(IRecipientIdentifier recipientIdentifier,
IAlgorithmIdentifier algorithmIdentifier,
IASN1OctetString octetString)
Create key trans recipient info wrapper from recipient identifier wrapper,
algorithm identifier wrapper and ASN1 Octet string wrapper.
|
IOtherHashAlgAndValue |
IBouncyCastleFactory.createOtherHashAlgAndValue(IAlgorithmIdentifier algorithmIdentifier,
IASN1OctetString octetString)
Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDEROctetString
This interface represents the wrapper for DEROctetString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.