Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
Packages that use IASN1Primitive
Package
Description
-
Uses of IASN1Primitive in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleFactory.createASN1Primitive
(byte[] array) Create ASN1 Primitive wrapper frombyte[]
value.BouncyCastleFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.BouncyCastleFactory.createDERSequence
(IASN1Primitive primitive) Create DER Sequence wrapper from ASN1 Primitive wrapper.BouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper.BouncyCastleFactory.createDERTaggedObject
(boolean b, int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.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 IASN1PrimitiveModifier and TypeClassDescriptionclass
Wrapper class forASN1BitString
.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
.Methods in com.itextpdf.bouncycastle.asn1 that return IASN1PrimitiveModifier and TypeMethodDescriptionASN1TaggedObjectBC.getObject()
Calls actualgetObject
method for the wrapped ASN1TaggedObject object.ASN1InputStreamBC.readObject()
Calls actualreadObject
method for the wrapped ASN1InputStream object.ASN1EncodableBC.toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped ASN1Encodable object.Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBC.add
(IASN1Primitive primitive) Calls actualadd
method for the wrapped ASN1EncodableVector object.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 -
Uses of IASN1Primitive in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1Primitive
(byte[] array) Create ASN1 Primitive wrapper frombyte[]
value.BouncyCastleFipsFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastlefips with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.BouncyCastleFipsFactory.createDERSequence
(IASN1Primitive primitive) Create DER Sequence wrapper from ASN1 Primitive wrapper.BouncyCastleFipsFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper.BouncyCastleFipsFactory.createDERTaggedObject
(boolean b, int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.BouncyCastleFipsFactory.createDERTaggedObject
(int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromint
value and ASN1 Primitive wrapper. -
Uses of IASN1Primitive in com.itextpdf.bouncycastlefips.asn1
Classes in com.itextpdf.bouncycastlefips.asn1 that implement IASN1PrimitiveModifier and TypeClassDescriptionclass
Wrapper class forASN1BitString
.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
.Methods in com.itextpdf.bouncycastlefips.asn1 that return IASN1PrimitiveModifier and TypeMethodDescriptionASN1TaggedObjectBCFips.getObject()
Calls actualgetObject
method for the wrapped ASN1TaggedObject object.ASN1InputStreamBCFips.readObject()
Calls actualreadObject
method for the wrapped ASN1InputStream object.ASN1EncodableBCFips.toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped ASN1Encodable object.Methods in com.itextpdf.bouncycastlefips.asn1 with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBCFips.add
(IASN1Primitive primitive) Calls actualadd
method for the wrapped ASN1EncodableVector object.void
ASN1OutputStreamBCFips.writeObject
(IASN1Primitive primitive) Calls actualwriteObject
method for the wrapped ASN1OutputStream object. -
Uses of IASN1Primitive in com.itextpdf.bouncycastlefips.asn1.cmp
Classes in com.itextpdf.bouncycastlefips.asn1.cmp that implement IASN1Primitive -
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1PrimitiveModifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1Primitive
(byte[] array) Create ASN1 Primitive wrapper frombyte[]
value.IBouncyCastleFactory.createASN1Primitive
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionIBouncyCastleFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.IBouncyCastleFactory.createDERSequence
(IASN1Primitive primitive) Create DER Sequence wrapper from ASN1 Primitive wrapper.IBouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper.IBouncyCastleFactory.createDERTaggedObject
(boolean b, int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.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.asn1Modifier 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 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.Methods in com.itextpdf.commons.bouncycastle.asn1 that return IASN1PrimitiveModifier and TypeMethodDescriptionIASN1TaggedObject.getObject()
Calls actualgetObject
method for the wrapped ASN1TaggedObject object.IASN1InputStream.readObject()
Calls actualreadObject
method for the wrapped ASN1InputStream object.IASN1Encodable.toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped ASN1Encodable object.Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionvoid
IASN1EncodableVector.add
(IASN1Primitive primitive) Calls actualadd
method for the wrapped ASN1EncodableVector object.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.cmpModifier 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 IASN1Primitive in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IASN1PrimitiveModifier and TypeMethodDescriptionstatic 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.