Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
Package
Description
-
Uses of IASN1Encodable in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.BouncyCastleFactory.createASN1BitString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.BouncyCastleFactory.createASN1Enumerated
(IASN1Encodable object) Create ASN1 Enumerated wrapper fromIASN1Encodable
value.BouncyCastleFactory.createASN1GeneralizedTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.BouncyCastleFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.BouncyCastleFactory.createASN1ObjectIdentifier
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.BouncyCastleFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.BouncyCastleFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.BouncyCastleFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.BouncyCastleFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.BouncyCastleFactory.createASN1String
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 String wrapper.BouncyCastleFactory.createASN1TaggedObject
(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.BouncyCastleFactory.createASN1UTCTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.BouncyCastleFactory.createContentInfo
(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable) Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.BouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.BouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.BouncyCastleFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.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
Modifier and TypeClassDescriptionclass
Wrapper class forASN1BitString
.class
Wrapper class forASN1Encodable
.class
Wrapper class forASN1Enumerated
.class
Wrapper class forASN1GeneralizedTime
.class
Wrapper class forASN1Integer
.class
Wrapper class forASN1ObjectIdentifier
.class
Wrapper class forASN1OctetString
.class
Wrapper class forASN1Primitive
.class
Wrapper class forASN1Sequence
.class
Wrapper class forASN1Set
.class
Wrapper class forASN1TaggedObject
.class
Wrapper class forASN1UTCTime
.class
Wrapper class forDERIA5String
.class
Wrapper class forDERNull
.class
Wrapper class forDEROctetString
.class
Wrapper class forDERSequence
.class
Wrapper class forDERSet
.class
Wrapper class forDERTaggedObject
.Modifier and TypeMethodDescriptionASN1SequenceBC.getObjectAt
(int i) Calls actualgetObjectAt
method for the wrapped ASN1Sequence object.ASN1SetBC.getObjectAt
(int index) Calls actualgetObjectAt
method for the wrapped ASN1Set object.ASN1SequenceBC.toArray()
Calls actualtoArray
method for the wrapped ASN1Sequence object.ASN1SetBC.toArray()
Calls actualtoArray
method for the wrapped ASN1Set object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.cmp
-
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forAttribute
.class
Wrapper class forContentInfo
.class
Wrapper class forEncryptedContentInfo
.class
Wrapper class forEnvelopedData
.class
Wrapper class forIssuerAndSerialNumber
.class
Wrapper class forKeyTransRecipientInfo
.class
Wrapper class forOriginatorInfo
.class
Wrapper class forRecipientIdentifier
.class
Wrapper class forRecipientInfo
.ModifierConstructorDescriptionContentInfoBC
(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable) Creates new wrapper instance forContentInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.esf
Modifier and TypeClassDescriptionclass
Wrapper class forOtherHashAlgAndValue
.class
Wrapper class forSignaturePolicyId
.class
Wrapper class forSignaturePolicyIdentifier
.class
Wrapper class forSigPolicyQualifierInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.ess
Modifier and TypeClassDescriptionclass
Wrapper class forESSCertID
.class
Wrapper class forESSCertIDv2
.class
Wrapper class forSigningCertificate
.class
Wrapper class forSigningCertificateV2
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.ocsp
Modifier and TypeClassDescriptionclass
Wrapper class forBasicOCSPResponse
.class
Wrapper class forOCSPResponse
.class
Wrapper class forOCSPResponseStatus
.class
Wrapper class forResponseBytes
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.pcks
Modifier and TypeClassDescriptionclass
Wrapper class forPrivateKeyInfo
.class
BC wrapper implementation forIRSASSAPSSParams
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.tsp
Modifier and TypeClassDescriptionclass
Wrapper class forMessageImprint
.class
Wrapper class forTSTInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.x500
-
Uses of IASN1Encodable in com.itextpdf.bouncycastle.asn1.x509
Modifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.class
Wrapper class forAuthorityKeyIdentifier
.class
Wrapper class forBasicConstraints
.class
Wrapper class forCRLDistPoint
.class
Wrapper class forCRLReason
.class
Wrapper class forDistributionPoint
.class
Wrapper class forDistributionPointName
.class
Wrapper class forExtendedKeyUsage
.class
Wrapper class forExtension
.class
Wrapper class forExtensions
.class
Wrapper class forGeneralName
.class
Wrapper class forGeneralNames
.class
Wrapper class forIssuingDistributionPoint
.class
Wrapper class forKeyPurposeId
.class
Wrapper class forKeyUsage
.class
Wrapper class forReasonFlags
.class
Wrapper class forSubjectKeyIdentifier
.class
Wrapper class forSubjectPublicKeyInfo
.class
Wrapper class forTBSCertificate
.class
Wrapper class forTime
.Modifier and TypeMethodDescriptionDistributionPointNameBC.getName()
Calls actualgetName
method for the wrapped DistributionPointName object.AlgorithmIdentifierBC.getParameters()
Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert
Modifier and TypeMethodDescriptionX509v2CRLBuilderBC.addExtension
(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert.jcajce
Modifier and TypeMethodDescriptionJcaX509v3CertificateBuilderBC.addExtension
(IASN1ObjectIdentifier extensionOID, boolean critical, IASN1Encodable extensionValue) Calls actualaddExtension
method for the wrapped JcaX509v3CertificateBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionBasicOCSPRespBC.getExtensionParsedValue
(IASN1ObjectIdentifier objectIdentifier) Gets parsed value of the extension retrieved using actualgetExtension
method for the wrapped BasicOCSPResp object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.BouncyCastleFipsFactory.createASN1BitString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.BouncyCastleFipsFactory.createASN1Enumerated
(IASN1Encodable object) Create ASN1 Enumerated wrapper fromIASN1Encodable
value.BouncyCastleFipsFactory.createASN1GeneralizedTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.BouncyCastleFipsFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.BouncyCastleFipsFactory.createASN1ObjectIdentifier
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.BouncyCastleFipsFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.BouncyCastleFipsFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.BouncyCastleFipsFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.BouncyCastleFipsFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.BouncyCastleFipsFactory.createASN1String
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 String wrapper.BouncyCastleFipsFactory.createASN1TaggedObject
(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.BouncyCastleFipsFactory.createASN1UTCTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.BouncyCastleFipsFactory.createContentInfo
(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable) Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.BouncyCastleFipsFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.BouncyCastleFipsFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.BouncyCastleFipsFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.BouncyCastleFipsFactory.createTBSCertificate
(IASN1Encodable encodable) Create TBS Certificate wrapper from ASN1 Encodable wrapper.boolean
BouncyCastleFipsFactory.isNull
(IASN1Encodable encodable) Check if provided encodable wrapper wrapnull
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1BitString
.class
Wrapper class forASN1Encodable
.class
Wrapper class forASN1Enumerated
.class
Wrapper class forASN1GeneralizedTime
.class
Wrapper class forASN1Integer
.class
Wrapper class forASN1ObjectIdentifier
.class
Wrapper class forASN1OctetString
.class
Wrapper class forASN1Primitive
.class
Wrapper class forASN1Sequence
.class
Wrapper class forASN1Set
.class
Wrapper class forASN1TaggedObject
.class
Wrapper class forASN1UTCTime
.class
Wrapper class forDERIA5String
.class
Wrapper class forDERNull
.class
Wrapper class forDEROctetString
.class
Wrapper class forDERSequence
.class
Wrapper class forDERSet
.class
Wrapper class forDERTaggedObject
.Modifier and TypeMethodDescriptionASN1SequenceBCFips.getObjectAt
(int i) Calls actualgetObjectAt
method for the wrapped ASN1Sequence object.ASN1SetBCFips.getObjectAt
(int index) Calls actualgetObjectAt
method for the wrapped ASN1Set object.ASN1SequenceBCFips.toArray()
Calls actualtoArray
method for the wrapped ASN1Sequence object.ASN1SetBCFips.toArray()
Calls actualtoArray
method for the wrapped ASN1Set object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.cmp
-
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forAttribute
.class
Wrapper class forContentInfo
.class
Wrapper class forEncryptedContentInfo
.class
Wrapper class forEnvelopedData
.class
Wrapper class forIssuerAndSerialNumber
.class
Wrapper class forKeyTransRecipientInfo
.class
Wrapper class forOriginatorInfo
.class
Wrapper class forRecipientIdentifier
.class
Wrapper class forRecipientInfo
.ModifierConstructorDescriptionContentInfoBCFips
(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable) Creates new wrapper instance forContentInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.esf
Modifier and TypeClassDescriptionclass
Wrapper class forOtherHashAlgAndValue
.class
Wrapper class forSignaturePolicyId
.class
Wrapper class forSignaturePolicyIdentifier
.class
Wrapper class forSigPolicyQualifierInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.ess
Modifier and TypeClassDescriptionclass
Wrapper class forESSCertID
.class
Wrapper class forESSCertIDv2
.class
Wrapper class forSigningCertificate
.class
Wrapper class forSigningCertificateV2
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.ocsp
Modifier and TypeClassDescriptionclass
Wrapper class forBasicOCSPResponse
.class
Wrapper class forOCSPResponse
.class
Wrapper class forOCSPResponseStatus
.class
Wrapper class forResponseBytes
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.pcks
Modifier and TypeClassDescriptionclass
Wrapper class forPrivateKeyInfo
.class
BC-FIPS wrapper implementation forIRSASSAPSSParams
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.tsp
Modifier and TypeClassDescriptionclass
Wrapper class forMessageImprint
.class
Wrapper class forTSTInfo
. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.x500
-
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.asn1.x509
Modifier and TypeClassDescriptionclass
Wrapper class forAlgorithmIdentifier
.class
Wrapper class forAuthorityKeyIdentifier
.class
Wrapper class forBasicConstraints
.class
Wrapper class forCRLDistPoint
.class
Wrapper class forCRLReason
.class
Wrapper class forDistributionPoint
.class
Wrapper class forDistributionPointName
.class
Wrapper class forExtendedKeyUsage
.class
Wrapper class forExtension
.class
Wrapper class forExtensions
.class
Wrapper class forGeneralName
.class
Wrapper class forGeneralNames
.class
Wrapper class forIssuingDistributionPoint
.class
Wrapper class forKeyPurposeId
.class
Wrapper class forKeyUsage
.class
Wrapper class forReasonFlags
.class
Wrapper class forSubjectKeyIdentifier
.class
Wrapper class forSubjectPublicKeyInfo
.class
Wrapper class forTBSCertificate
.class
Wrapper class forTime
.Modifier and TypeMethodDescriptionDistributionPointNameBCFips.getName()
Calls actualgetName
method for the wrapped DistributionPointName object.AlgorithmIdentifierBCFips.getParameters()
Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.cert
Modifier and TypeMethodDescriptionX509v2CRLBuilderBCFips.addExtension
(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.cert.jcajce
Modifier and TypeMethodDescriptionJcaX509v3CertificateBuilderBCFips.addExtension
(IASN1ObjectIdentifier extensionOID, boolean critical, IASN1Encodable extensionValue) Calls actualaddExtension
method for the wrapped JcaX509v3CertificateBuilder object. -
Uses of IASN1Encodable in com.itextpdf.bouncycastlefips.cert.ocsp
Modifier and TypeMethodDescriptionBasicOCSPRespBCFips.getExtensionParsedValue
(IASN1ObjectIdentifier objectIdentifier) Gets parsed value of the extension retrieved using actualgetExtension
method for the wrapped BasicOCSPResp object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createAlgorithmIdentifier
(IASN1ObjectIdentifier algorithm, IASN1Encodable parameters) Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper for the parameters.IBouncyCastleFactory.createASN1BitString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.IBouncyCastleFactory.createASN1Enumerated
(IASN1Encodable object) Create ASN1 Enumerated wrapper fromIASN1Encodable
value.IBouncyCastleFactory.createASN1GeneralizedTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.IBouncyCastleFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.IBouncyCastleFactory.createASN1ObjectIdentifier
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.IBouncyCastleFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IBouncyCastleFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.IBouncyCastleFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IBouncyCastleFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IBouncyCastleFactory.createASN1String
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 String wrapper.IBouncyCastleFactory.createASN1TaggedObject
(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.IBouncyCastleFactory.createASN1UTCTime
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.IBouncyCastleFactory.createContentInfo
(IASN1ObjectIdentifier objectIdentifier, IASN1Encodable encodable) Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.IBouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.IBouncyCastleFactory.createGeneralNames
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to general names wrapper.IBouncyCastleFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for ASN1BitString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1Enumerated that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1GeneralizedTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1Integer that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1ObjectIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1OctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1Primitive that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1Sequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1Set that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1TaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ASN1UTCTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DERIA5String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DERNull that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DEROctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DERSequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DERSet that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DERTaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.Modifier and TypeMethodDescriptionIASN1Sequence.getObjectAt
(int i) Calls actualgetObjectAt
method for the wrapped ASN1Sequence object.IASN1Set.getObjectAt
(int index) Calls actualgetObjectAt
method for the wrapped ASN1Set object.IASN1Sequence.toArray()
Calls actualtoArray
method for the wrapped ASN1Sequence object.IASN1Set.toArray()
Calls actualtoArray
method for the wrapped ASN1Set object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.cmp
Modifier and TypeInterfaceDescriptioninterface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for Attribute that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ContentInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for EncryptedContentInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for EnvelopedData that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for IssuerAndSerialNumber that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for KeyTransRecipientInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for OriginatorInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for RecipientIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for OtherHashAlgAndValue that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for SignaturePolicyId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for SignaturePolicyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for ESSCertID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ESSCertIDv2 that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for SigningCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for BasicOCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for OCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for OCSPResponseStatus that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for PrivateKeyInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.asn1.tsp
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for MessageImprint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
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
Modifier and TypeInterfaceDescriptioninterface
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
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for AlgorithmIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for AuthorityKeyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for BasicConstraints that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for CRLDistPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for CRLReason that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DistributionPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ExtendedKeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for Extension that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for Extensions that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for GeneralName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for GeneralNames that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for IssuingDistributionPoint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for KeyPurposeId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for KeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for ReasonFlags that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for SubjectKeyIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for SubjectPublicKeyInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for TBSCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
This interface represents the wrapper for Time that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.Modifier and TypeMethodDescriptionIDistributionPointName.getName()
Calls actualgetName
method for the wrapped DistributionPointName object.IAlgorithmIdentifier.getParameters()
Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object. -
Uses of IASN1Encodable in com.itextpdf.commons.bouncycastle.cert
Modifier and TypeMethodDescriptionIX509v2CRLBuilder.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
Modifier and TypeMethodDescriptionIJcaX509v3CertificateBuilder.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
Modifier and TypeMethodDescriptionIBasicOCSPResp.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
Modifier and TypeMethodDescriptionISignatureMechanismParams.toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object.RSASSAPSSMechanismParams.toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object. -
Uses of IASN1Encodable in com.itextpdf.signatures.cms
ModifierConstructorDescriptionSignerInfo
(IASN1Encodable signerInfoStructure, Collection<X509Certificate> certificates) Creates a SignerInfo structure from an ASN1 structure.