Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
-
-
Uses of IASN1Encodable in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle with parameters of type IASN1Encodable Modifier and Type Method Description IAlgorithmIdentifier
BouncyCastleFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.IASN1BitString
BouncyCastleFactory. createASN1BitString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.IASN1Enumerated
BouncyCastleFactory. createASN1Enumerated(IASN1Encodable object)
Create ASN1 Enumerated wrapper fromIASN1Encodable
value.IASN1GeneralizedTime
BouncyCastleFactory. createASN1GeneralizedTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.IASN1Integer
BouncyCastleFactory. createASN1Integer(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.IASN1ObjectIdentifier
BouncyCastleFactory. createASN1ObjectIdentifier(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.IASN1OctetString
BouncyCastleFactory. createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IASN1Primitive
BouncyCastleFactory. createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.IASN1Sequence
BouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1Set
BouncyCastleFactory. createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1String
BouncyCastleFactory. createASN1String(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 String wrapper.IASN1TaggedObject
BouncyCastleFactory. createASN1TaggedObject(IASN1Encodable encodable)
Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.IASN1UTCTime
BouncyCastleFactory. createASN1UTCTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.IContentInfo
BouncyCastleFactory. createContentInfo(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable)
Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.IDEROctetString
BouncyCastleFactory. createDEROctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to DER Octet string wrapper.IGeneralNames
BouncyCastleFactory. createGeneralNames(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to general names wrapper.IRSASSAPSSParams
BouncyCastleFactory. createRSASSAPSSParams(IASN1Encodable encodable)
Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.ITBSCertificate
BouncyCastleFactory. createTBSCertificate(IASN1Encodable encodable)
Create TBS Certificate wrapper from ASN1 Encodable wrapper.boolean
BouncyCastleFactory. isNull(IASN1Encodable encodable)
Check if provided encodable wrapper wrapnull
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Encodable Modifier and Type Class Description class
ASN1BitStringBC
Wrapper class forASN1BitString
.class
ASN1EncodableBC
Wrapper class forASN1Encodable
.class
ASN1EnumeratedBC
Wrapper class forASN1Enumerated
.class
ASN1GeneralizedTimeBC
Wrapper class forASN1GeneralizedTime
.class
ASN1IntegerBC
Wrapper class forASN1Integer
.class
ASN1ObjectIdentifierBC
Wrapper class forASN1ObjectIdentifier
.class
ASN1OctetStringBC
Wrapper class forASN1OctetString
.class
ASN1PrimitiveBC
Wrapper class forASN1Primitive
.class
ASN1SequenceBC
Wrapper class forASN1Sequence
.class
ASN1SetBC
Wrapper class forASN1Set
.class
ASN1TaggedObjectBC
Wrapper class forASN1TaggedObject
.class
ASN1UTCTimeBC
Wrapper class forASN1UTCTime
.class
DERIA5StringBC
Wrapper class forDERIA5String
.class
DERNullBC
Wrapper class forDERNull
.class
DEROctetStringBC
Wrapper class forDEROctetString
.class
DERSequenceBC
Wrapper class forDERSequence
.class
DERSetBC
Wrapper class forDERSet
.class
DERTaggedObjectBC
Wrapper class forDERTaggedObject
.Methods in com.itextpdf.bouncycastle.asn1 that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
ASN1SequenceBC. getObjectAt(int i)
Calls actualgetObjectAt
method for the wrapped ASN1Sequence object.IASN1Encodable
ASN1SetBC. getObjectAt(int index)
Calls actualgetObjectAt
method for the wrapped ASN1Set object.IASN1Encodable[]
ASN1SequenceBC. toArray()
Calls actualtoArray
method for the wrapped ASN1Sequence object.IASN1Encodable[]
ASN1SetBC. toArray()
Calls actualtoArray
method for the wrapped ASN1Set object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.cmp
Classes in com.itextpdf.bouncycastle.asn1.cmp that implement IASN1Encodable Modifier and Type Class Description class
PKIFailureInfoBC
Wrapper class forPKIFailureInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IASN1Encodable Modifier and Type Class Description class
AttributeBC
Wrapper class forAttribute
.class
ContentInfoBC
Wrapper class forContentInfo
.class
EncryptedContentInfoBC
Wrapper class forEncryptedContentInfo
.class
EnvelopedDataBC
Wrapper class forEnvelopedData
.class
IssuerAndSerialNumberBC
Wrapper class forIssuerAndSerialNumber
.class
KeyTransRecipientInfoBC
Wrapper class forKeyTransRecipientInfo
.class
OriginatorInfoBC
Wrapper class forOriginatorInfo
.class
RecipientIdentifierBC
Wrapper class forRecipientIdentifier
.class
RecipientInfoBC
Wrapper class forRecipientInfo
.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IASN1Encodable Constructor Description ContentInfoBC(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable)
Creates new wrapper instance forContentInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.esf
Classes in com.itextpdf.bouncycastle.asn1.esf that implement IASN1Encodable Modifier and Type Class Description class
OtherHashAlgAndValueBC
Wrapper class forOtherHashAlgAndValue
.class
SignaturePolicyIdBC
Wrapper class forSignaturePolicyId
.class
SignaturePolicyIdentifierBC
Wrapper class forSignaturePolicyIdentifier
.class
SigPolicyQualifierInfoBC
Wrapper class forSigPolicyQualifierInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.ess
Classes in com.itextpdf.bouncycastle.asn1.ess that implement IASN1Encodable Modifier and Type Class Description class
ESSCertIDBC
Wrapper class forESSCertID
.class
ESSCertIDv2BC
Wrapper class forESSCertIDv2
.class
SigningCertificateBC
Wrapper class forSigningCertificate
.class
SigningCertificateV2BC
Wrapper class forSigningCertificateV2
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.ocsp
Classes in com.itextpdf.bouncycastle.asn1.ocsp that implement IASN1Encodable Modifier and Type Class Description class
BasicOCSPResponseBC
Wrapper class forBasicOCSPResponse
.class
OCSPResponseBC
Wrapper class forOCSPResponse
.class
OCSPResponseStatusBC
Wrapper class forOCSPResponseStatus
.class
ResponseBytesBC
Wrapper class forResponseBytes
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.pcks
Classes in com.itextpdf.bouncycastle.asn1.pcks that implement IASN1Encodable Modifier and Type Class Description class
PrivateKeyInfoBC
Wrapper class forPrivateKeyInfo
.class
RSASSAPSSParamsBC
BC wrapper implementation forIRSASSAPSSParams
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.tsp
Classes in com.itextpdf.bouncycastle.asn1.tsp that implement IASN1Encodable Modifier and Type Class Description class
MessageImprintBC
Wrapper class forMessageImprint
.class
TSTInfoBC
Wrapper class forTSTInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.x500
Classes in com.itextpdf.bouncycastle.asn1.x500 that implement IASN1Encodable Modifier and Type Class Description class
X500NameBC
Wrapper class forX500Name
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IASN1Encodable Modifier and Type Class Description class
AlgorithmIdentifierBC
Wrapper class forAlgorithmIdentifier
.class
AuthorityKeyIdentifierBC
Wrapper class forAuthorityKeyIdentifier
.class
BasicConstraintsBC
Wrapper class forBasicConstraints
.class
CRLDistPointBC
Wrapper class forCRLDistPoint
.class
CRLReasonBC
Wrapper class forCRLReason
.class
DistributionPointBC
Wrapper class forDistributionPoint
.class
DistributionPointNameBC
Wrapper class forDistributionPointName
.class
ExtendedKeyUsageBC
Wrapper class forExtendedKeyUsage
.class
ExtensionBC
Wrapper class forExtension
.class
ExtensionsBC
Wrapper class forExtensions
.class
GeneralNameBC
Wrapper class forGeneralName
.class
GeneralNamesBC
Wrapper class forGeneralNames
.class
IssuingDistributionPointBC
Wrapper class forIssuingDistributionPoint
.class
KeyPurposeIdBC
Wrapper class forKeyPurposeId
.class
KeyUsageBC
Wrapper class forKeyUsage
.class
ReasonFlagsBC
Wrapper class forReasonFlags
.class
SubjectKeyIdentifierBC
Wrapper class forSubjectKeyIdentifier
.class
SubjectPublicKeyInfoBC
Wrapper class forSubjectPublicKeyInfo
.class
TBSCertificateBC
Wrapper class forTBSCertificate
.class
TimeBC
Wrapper class forTime
.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
DistributionPointNameBC. getName()
Calls actualgetName
method for the wrapped DistributionPointName object.IASN1Encodable
AlgorithmIdentifierBC. getParameters()
Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert
Methods in com.itextpdf.bouncycastle.cert with parameters of type IASN1Encodable Modifier and Type Method Description IX509v2CRLBuilder
X509v2CRLBuilderBC. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)
Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert.jcajce
Methods in com.itextpdf.bouncycastle.cert.jcajce with parameters of type IASN1Encodable Modifier and Type Method Description IJcaX509v3CertificateBuilder
JcaX509v3CertificateBuilderBC. addExtension(IASN1ObjectIdentifier extensionOID, boolean critical, IASN1Encodable extensionValue)
Calls actualaddExtension
method for the wrapped JcaX509v3CertificateBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
BasicOCSPRespBC. getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
Gets parsed value of the extension retrieved using actualgetExtension
method for the wrapped BasicOCSPResp object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastleconnector
-
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Encodable Modifier and Type Method Description IAlgorithmIdentifier
IBouncyCastleFactory. createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.IASN1BitString
IBouncyCastleFactory. createASN1BitString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.IASN1Enumerated
IBouncyCastleFactory. createASN1Enumerated(IASN1Encodable object)
Create ASN1 Enumerated wrapper fromIASN1Encodable
value.IASN1GeneralizedTime
IBouncyCastleFactory. createASN1GeneralizedTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.IASN1Integer
IBouncyCastleFactory. createASN1Integer(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.IASN1ObjectIdentifier
IBouncyCastleFactory. createASN1ObjectIdentifier(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.IASN1OctetString
IBouncyCastleFactory. createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IASN1Primitive
IBouncyCastleFactory. createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.IASN1Sequence
IBouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1Set
IBouncyCastleFactory. createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1String
IBouncyCastleFactory. createASN1String(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 String wrapper.IASN1TaggedObject
IBouncyCastleFactory. createASN1TaggedObject(IASN1Encodable encodable)
Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.IASN1UTCTime
IBouncyCastleFactory. createASN1UTCTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.IContentInfo
IBouncyCastleFactory. createContentInfo(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable)
Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.IDEROctetString
IBouncyCastleFactory. createDEROctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to DER Octet string wrapper.IGeneralNames
IBouncyCastleFactory. createGeneralNames(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to general names wrapper.IRSASSAPSSParams
IBouncyCastleFactory. createRSASSAPSSParams(IASN1Encodable encodable)
Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.ITBSCertificate
IBouncyCastleFactory. createTBSCertificate(IASN1Encodable encodable)
Create TBS Certificate wrapper from ASN1 Encodable wrapper.boolean
IBouncyCastleFactory. isNull(IASN1Encodable encodable)
Check if provided encodable wrapper wrapnull
. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1 Modifier and Type Interface 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
IASN1Primitive
This interface represents the wrapper for ASN1Primitive 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.Methods in com.itextpdf.commons.bouncycastle.asn1 that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
IASN1Sequence. getObjectAt(int i)
Calls actualgetObjectAt
method for the wrapped ASN1Sequence object.IASN1Encodable
IASN1Set. getObjectAt(int index)
Calls actualgetObjectAt
method for the wrapped ASN1Set object.IASN1Encodable[]
IASN1Sequence. toArray()
Calls actualtoArray
method for the wrapped ASN1Sequence object.IASN1Encodable[]
IASN1Set. toArray()
Calls actualtoArray
method for the wrapped ASN1Set object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.cmp
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.cmp Modifier and Type Interface Description interface
IPKIFailureInfo
This interface represents the wrapper for PKIFailureInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.cms
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.cms Modifier and Type Interface Description interface
IAttribute
This interface represents the wrapper for Attribute that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IContentInfo
This interface represents the wrapper for ContentInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IEncryptedContentInfo
This interface represents the wrapper for EncryptedContentInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IEnvelopedData
This interface represents the wrapper for EnvelopedData that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IIssuerAndSerialNumber
This interface represents the wrapper for IssuerAndSerialNumber that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IKeyTransRecipientInfo
This interface represents the wrapper for KeyTransRecipientInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IOriginatorInfo
This interface represents the wrapper for OriginatorInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IRecipientIdentifier
This interface represents the wrapper for RecipientIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IRecipientInfo
This interface represents the wrapper for RecipientInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.esf
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.esf Modifier and Type Interface Description interface
IOtherHashAlgAndValue
This interface represents the wrapper for OtherHashAlgAndValue that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISignaturePolicyId
This interface represents the wrapper for SignaturePolicyId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISignaturePolicyIdentifier
This interface represents the wrapper for SignaturePolicyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISigPolicyQualifierInfo
This interface represents the wrapper for SigPolicyQualifierInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.ess
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.ess Modifier and Type Interface Description interface
IESSCertID
This interface represents the wrapper for ESSCertID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IESSCertIDv2
This interface represents the wrapper for ESSCertIDv2 that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISigningCertificate
This interface represents the wrapper for SigningCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISigningCertificateV2
This interface represents the wrapper for SigningCertificateV2 that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.ocsp
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.ocsp Modifier and Type Interface Description interface
IBasicOCSPResponse
This interface represents the wrapper for BasicOCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IOCSPResponse
This interface represents the wrapper for OCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IOCSPResponseStatus
This interface represents the wrapper for OCSPResponseStatus that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IResponseBytes
This interface represents the wrapper for ResponseBytes that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.pkcs
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.pkcs Modifier and Type Interface Description interface
IPrivateKeyInfo
This interface represents the wrapper for PrivateKeyInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IRSASSAPSSParams
Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.tsp
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.tsp Modifier and Type Interface Description interface
IMessageImprint
This interface represents the wrapper for MessageImprint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ITSTInfo
This interface represents the wrapper for TSTInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.x500
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.x500 Modifier and Type Interface Description interface
IX500Name
This interface represents the wrapper for X500Name that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.x509
Subinterfaces of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.x509 Modifier and Type Interface Description interface
IAlgorithmIdentifier
This interface represents the wrapper for AlgorithmIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IAuthorityKeyIdentifier
This interface represents the wrapper for AuthorityKeyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IBasicConstraints
This interface represents the wrapper for BasicConstraints that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ICRLDistPoint
This interface represents the wrapper for CRLDistPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ICRLReason
This interface represents the wrapper for CRLReason that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IDistributionPoint
This interface represents the wrapper for DistributionPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IDistributionPointName
This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IExtendedKeyUsage
This interface represents the wrapper for ExtendedKeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IExtension
This interface represents the wrapper for Extension that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IExtensions
This interface represents the wrapper for Extensions that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IGeneralName
This interface represents the wrapper for GeneralName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IGeneralNames
This interface represents the wrapper for GeneralNames that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IIssuingDistributionPoint
This interface represents the wrapper for IssuingDistributionPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IKeyPurposeId
This interface represents the wrapper for KeyPurposeId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IKeyUsage
This interface represents the wrapper for KeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IReasonFlags
This interface represents the wrapper for ReasonFlags that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISubjectKeyIdentifier
This interface represents the wrapper for SubjectKeyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ISubjectPublicKeyInfo
This interface represents the wrapper for SubjectPublicKeyInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ITBSCertificate
This interface represents the wrapper for TBSCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
ITime
This interface represents the wrapper for Time that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
IDistributionPointName. getName()
Calls actualgetName
method for the wrapped DistributionPointName object.IASN1Encodable
IAlgorithmIdentifier. getParameters()
Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.cert
Methods in com.itextpdf.commons.bouncycastle.cert with parameters of type IASN1Encodable Modifier and Type Method Description IX509v2CRLBuilder
IX509v2CRLBuilder. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)
Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.cert.jcajce
Methods in com.itextpdf.commons.bouncycastle.cert.jcajce with parameters of type IASN1Encodable Modifier and Type Method Description IJcaX509v3CertificateBuilder
IJcaX509v3CertificateBuilder. addExtension(IASN1ObjectIdentifier extensionOID, boolean critical, IASN1Encodable extensionValue)
Calls actualaddExtension
method for the wrapped JcaX509v3CertificateBuilder object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
IBasicOCSPResp. getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
Gets parsed value of the extension retrieved using actualgetExtension
method for the wrapped BasicOCSPResp object. -
Uses of IASN1Encodable in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IASN1Encodable Modifier and Type Field Description private IASN1Encodable
PdfPKCS7. signatureMechanismParameters
Methods in com.itextpdf.signatures that return IASN1Encodable Modifier and Type Method Description IASN1Encodable
ISignatureMechanismParams. toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object.IASN1Encodable
RSASSAPSSMechanismParams. toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object. -
Uses of IASN1Encodable in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms with parameters of type IASN1Encodable Modifier and Type Method Description private static java.util.Collection<CmsAttribute>
SignerInfo. processAttributeSet(IASN1Encodable asnStruct)
private void
SignerInfo. processIssuerAndSerialNumberSignerCertificate(IASN1Encodable asnStruct, java.util.Collection<java.security.cert.X509Certificate> certificates)
private void
SignerInfo. processSubjectKeyIdentifierSignerCertificate(IASN1Encodable asnStruct, java.util.Collection<java.security.cert.X509Certificate> certificates)
Constructors in com.itextpdf.signatures.cms with parameters of type IASN1Encodable Constructor Description AlgorithmIdentifier(IASN1Encodable asnStruct)
Creates an Algorithm identifier structure with parameters.SignerInfo(IASN1Encodable signerInfoStructure, java.util.Collection<java.security.cert.X509Certificate> certificates)
Creates a SignerInfo structure from an ASN1 structure.
-