Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
-
-
Uses of IASN1Primitive in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1Primitive Modifier and Type Method Description IASN1Primitive
BouncyCastleFactory. createASN1Primitive(byte[] array)
Create ASN1 Primitive wrapper frombyte[]
value.IASN1Primitive
BouncyCastleFactory. createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IASN1Primitive Modifier and Type Method Description IBasicOCSPResponse
BouncyCastleFactory. createBasicOCSPResponse(IASN1Primitive primitive)
Create basic OCSP Response wrapper from ASN1 Primitive wrapper.IDERSequence
BouncyCastleFactory. createDERSequence(IASN1Primitive primitive)
Create DER Sequence wrapper from ASN1 Primitive wrapper.IDERSet
BouncyCastleFactory. createDERSet(IASN1Primitive primitive)
Create DER Set wrapper from ASN1 Primitive wrapper.IDERTaggedObject
BouncyCastleFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.IDERTaggedObject
BouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value and ASN1 Primitive wrapper. -
Uses of IASN1Primitive in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Primitive Modifier and Type Class Description class
ASN1BitStringBC
Wrapper class forASN1BitString
.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 IASN1Primitive Modifier and Type Method Description IASN1Primitive
ASN1TaggedObjectBC. getObject()
Calls actualgetObject
method for the wrapped ASN1TaggedObject object.IASN1Primitive
ASN1InputStreamBC. readObject()
Calls actualreadObject
method for the wrapped ASN1InputStream object.IASN1Primitive
ASN1EncodableBC. toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped ASN1Encodable object.Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1Primitive Modifier and Type Method Description void
ASN1EncodableVectorBC. add(IASN1Primitive primitive)
Calls actualadd
method for the wrapped ASN1EncodableVector object.void
ASN1EncodableVectorBC. addOptional(IASN1Primitive primitive)
Calls actualadd
method for the wrapped ASN1EncodableVector object if the primitive is not null.void
ASN1OutputStreamBC. writeObject(IASN1Primitive primitive)
Calls actualwriteObject
method for the wrapped ASN1OutputStream object. -
Uses of IASN1Primitive in com.itextpdf.bouncycastle.asn1.cmp
Classes in com.itextpdf.bouncycastle.asn1.cmp that implement IASN1Primitive Modifier and Type Class Description class
PKIFailureInfoBC
Wrapper class forPKIFailureInfo
. -
Uses of IASN1Primitive in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IASN1Primitive Modifier and Type Class Description class
ReasonFlagsBC
Wrapper class forReasonFlags
. -
Uses of IASN1Primitive in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1Primitive Modifier and Type Method Description IASN1Primitive
BouncyCastleDefaultFactory. createASN1Primitive(byte[] array)
IASN1Primitive
BouncyCastleDefaultFactory. createASN1Primitive(IASN1Encodable encodable)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Primitive Modifier and Type Method Description IBasicOCSPResponse
BouncyCastleDefaultFactory. createBasicOCSPResponse(IASN1Primitive primitive)
IDERSequence
BouncyCastleDefaultFactory. createDERSequence(IASN1Primitive primitive)
IDERSet
BouncyCastleDefaultFactory. createDERSet(IASN1Primitive primitive)
IDERTaggedObject
BouncyCastleDefaultFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)
IDERTaggedObject
BouncyCastleDefaultFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
-
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1Primitive Modifier and Type Method Description IASN1Primitive
IBouncyCastleFactory. createASN1Primitive(byte[] array)
Create ASN1 Primitive wrapper frombyte[]
value.IASN1Primitive
IBouncyCastleFactory. createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Primitive Modifier and Type Method 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 fromint
value,boolean
value and ASN1 Primitive wrapper.IDERTaggedObject
IBouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value and ASN1 Primitive wrapper. -
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Primitive 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
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 IASN1Primitive Modifier and Type Method Description IASN1Primitive
IASN1TaggedObject. getObject()
Calls actualgetObject
method for the wrapped ASN1TaggedObject object.IASN1Primitive
IASN1InputStream. readObject()
Calls actualreadObject
method for the wrapped ASN1InputStream object.IASN1Primitive
IASN1Encodable. toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped ASN1Encodable object.Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IASN1Primitive Modifier and Type Method Description void
IASN1EncodableVector. add(IASN1Primitive primitive)
Calls actualadd
method for the wrapped ASN1EncodableVector object.void
IASN1EncodableVector. addOptional(IASN1Primitive primitive)
Calls actualadd
method for the wrapped ASN1EncodableVector object if the primitive is not null.void
IASN1OutputStream. writeObject(IASN1Primitive primitive)
Calls actualwriteObject
method for the wrapped ASN1OutputStream object. -
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1.cmp
Subinterfaces of IASN1Primitive 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 IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1.x509
Subinterfaces of IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1.x509 Modifier and Type Interface Description interface
IReasonFlags
This interface represents the wrapper for ReasonFlags that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Primitive in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler that return IASN1Primitive Modifier and Type Method Description private IASN1Primitive
PubKeySecurityHandler. createDERForRecipient(byte[] in, java.security.cert.X509Certificate cert)
-
Uses of IASN1Primitive in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IASN1Primitive Modifier and Type Method Description static IASN1Primitive
CertificateUtil. getExtensionValue(java.security.cert.CRL crl, java.lang.String oid)
Gets CRL extension value.static IASN1Primitive
CertificateUtil. getExtensionValue(java.security.cert.X509Certificate certificate, java.lang.String oid)
Gets certificate extension value.private static IASN1Primitive
CertificateUtil. getExtensionValueFromByteArray(byte[] extensionValue)
Converts extension value represented as byte array toIASN1Primitive
object.static IASN1Primitive
CertificateInfo. getIssuer(byte[] enc)
Get the "issuer" from the TBSCertificate bytes that are passed in.static IASN1Primitive
CertificateInfo. getSubject(byte[] enc)
Get the "subject" from the TBSCertificate bytes that are passed in.Methods in com.itextpdf.signatures with parameters of type IASN1Primitive Modifier and Type Method Description private static java.lang.String
CertificateUtil. getStringFromGeneralName(IASN1Primitive names)
Gets a String from an ASN1Primitiveprivate static java.lang.String
CertificateUtil. getValueFromAIAExtension(IASN1Primitive extensionValue, java.lang.String accessMethod)
Retrieves accessLocation value for specified accessMethod from the Authority Information Access extension. -
Uses of IASN1Primitive in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms declared as IASN1Primitive Modifier and Type Field Description private IASN1Primitive
AlgorithmIdentifier. parameters
private IASN1Primitive
CmsAttribute. value
Methods in com.itextpdf.signatures.cms that return IASN1Primitive Modifier and Type Method Description IASN1Primitive
AlgorithmIdentifier. getParameters()
Return the parameters for the algorithm.IASN1Primitive
CmsAttribute. getValue()
Returns the value of the attribute.Constructors in com.itextpdf.signatures.cms with parameters of type IASN1Primitive Constructor Description AlgorithmIdentifier(java.lang.String algorithmId, IASN1Primitive parameters)
Creates an Algorithm identifier structure with parameters.CmsAttribute(java.lang.String type, IASN1Primitive value)
Creates an attribute. -
Uses of IASN1Primitive in com.itextpdf.signatures.validation.extensions
Fields in com.itextpdf.signatures.validation.extensions declared as IASN1Primitive Modifier and Type Field Description private IASN1Primitive
CertificateExtension. extensionValue
Methods in com.itextpdf.signatures.validation.extensions that return IASN1Primitive Modifier and Type Method Description IASN1Primitive
CertificateExtension. getExtensionValue()
Get extension valueConstructors in com.itextpdf.signatures.validation.extensions with parameters of type IASN1Primitive Constructor Description CertificateExtension(java.lang.String extensionOid, IASN1Primitive extensionValue)
Create new instance ofCertificateExtension
using provided extension OID and value.DynamicCertificateExtension(java.lang.String extensionOid, IASN1Primitive extensionValue)
Create new instance ofCertificateExtension
using provided extension OID and value.
-