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 fromintvalue,booleanvalue and ASN1 Primitive wrapper.BouncyCastleFactory.createDERTaggedObject(int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromintvalue and ASN1 Primitive wrapper.BouncyCastleFactory.createTSTInfo(IASN1Primitive contentInfo) Create TST Info wrapper from content info wrapper. -
Uses of IASN1Primitive in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1PrimitiveModifier and TypeClassDescriptionclassWrapper class forASN1BitString.classWrapper class forASN1Enumerated.classWrapper class forASN1GeneralizedTime.classWrapper class forASN1Integer.classWrapper class forASN1ObjectIdentifier.classWrapper class forASN1OctetString.classWrapper class forASN1Primitive.classWrapper class forASN1Sequence.classWrapper class forASN1Set.classWrapper class forASN1TaggedObject.classWrapper class forASN1UTCTime.classWrapper class forDERIA5String.classWrapper class forDERNull.classWrapper class forDEROctetString.classWrapper class forDERSequence.classWrapper class forDERSet.classWrapper class forDERTaggedObject.Methods in com.itextpdf.bouncycastle.asn1 that return IASN1PrimitiveModifier and TypeMethodDescriptionASN1TaggedObjectBC.getObject()Calls actualgetObjectmethod for the wrapped ASN1TaggedObject object.ASN1InputStreamBC.readObject()Calls actualreadObjectmethod for the wrapped ASN1InputStream object.ASN1EncodableBC.toASN1Primitive()Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionvoidASN1EncodableVectorBC.add(IASN1Primitive primitive) Calls actualaddmethod for the wrapped ASN1EncodableVector object.voidASN1EncodableVectorBC.addOptional(IASN1Primitive primitive) Calls actualaddmethod for the wrapped ASN1EncodableVector object if the primitive is not null.voidASN1OutputStreamBC.writeObject(IASN1Primitive primitive) Calls actualwriteObjectmethod 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.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IASN1Primitive -
Uses of IASN1Primitive in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1Primitive(byte[] array) BouncyCastleDefaultFactory.createASN1Primitive(IASN1Encodable encodable) Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createBasicOCSPResponse(IASN1Primitive primitive) BouncyCastleDefaultFactory.createDERSequence(IASN1Primitive primitive) BouncyCastleDefaultFactory.createDERSet(IASN1Primitive primitive) BouncyCastleDefaultFactory.createDERTaggedObject(boolean b, int i, IASN1Primitive primitive) BouncyCastleDefaultFactory.createDERTaggedObject(int i, IASN1Primitive primitive) BouncyCastleDefaultFactory.createTSTInfo(IASN1Primitive contentInfo) -
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 fromintvalue,booleanvalue and ASN1 Primitive wrapper.IBouncyCastleFactory.createDERTaggedObject(int i, IASN1Primitive primitive) Create DER Tagged object wrapper fromintvalue and ASN1 Primitive wrapper.IBouncyCastleFactory.createTSTInfo(IASN1Primitive primitive) Create TST Info wrapper from content info wrapper. -
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Primitive in com.itextpdf.commons.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterfaceThis interface represents the wrapper for ASN1BitString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1Enumerated that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1GeneralizedTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1Integer that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1ObjectIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1OctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1Sequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1Set that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1TaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for ASN1UTCTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for DERIA5String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for DERNull that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for DEROctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for DERSequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis interface represents the wrapper for DERSet that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceThis 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 actualgetObjectmethod for the wrapped ASN1TaggedObject object.IASN1InputStream.readObject()Calls actualreadObjectmethod for the wrapped ASN1InputStream object.IASN1Encodable.toASN1Primitive()Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionvoidIASN1EncodableVector.add(IASN1Primitive primitive) Calls actualaddmethod for the wrapped ASN1EncodableVector object.voidIASN1EncodableVector.addOptional(IASN1Primitive primitive) Calls actualaddmethod for the wrapped ASN1EncodableVector object if the primitive is not null.voidIASN1OutputStream.writeObject(IASN1Primitive primitive) Calls actualwriteObjectmethod 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 TypeInterfaceDescriptioninterfaceThis 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.x509Modifier and TypeInterfaceDescriptioninterfaceThis 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 IASN1PrimitiveModifier and TypeMethodDescriptionprivate IASN1PrimitivePubKeySecurityHandler.createDERForRecipient(byte[] in, X509Certificate cert) -
Uses of IASN1Primitive in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IASN1PrimitiveModifier and TypeMethodDescriptionstatic IASN1PrimitiveCertificateUtil.getExtensionValue(CRL crl, String oid) Gets CRL extension value.static IASN1PrimitiveCertificateUtil.getExtensionValue(X509Certificate certificate, String oid) Gets certificate extension value.private static IASN1PrimitiveCertificateUtil.getExtensionValueFromByteArray(byte[] extensionValue) Converts extension value represented as byte array toIASN1Primitiveobject.static IASN1PrimitiveCertificateInfo.getIssuer(byte[] enc) Get the "issuer" from the TBSCertificate bytes that are passed in.static IASN1PrimitiveCertificateInfo.getSubject(byte[] enc) Get the "subject" from the TBSCertificate bytes that are passed in.Methods in com.itextpdf.signatures with parameters of type IASN1PrimitiveModifier and TypeMethodDescriptionprivate static StringCertificateUtil.getStringFromGeneralName(IASN1Primitive names) Gets a String from an ASN1Primitiveprivate static StringCertificateUtil.getValueFromAIAExtension(IASN1Primitive extensionValue, 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 IASN1PrimitiveModifier and TypeFieldDescriptionprivate final IASN1PrimitiveAlgorithmIdentifier.parametersprivate final IASN1PrimitiveCmsAttribute.valueMethods in com.itextpdf.signatures.cms that return IASN1PrimitiveModifier and TypeMethodDescriptionAlgorithmIdentifier.getParameters()Return the parameters for the algorithm.CmsAttribute.getValue()Returns the value of the attribute.Constructors in com.itextpdf.signatures.cms with parameters of type IASN1PrimitiveModifierConstructorDescriptionAlgorithmIdentifier(String algorithmId, IASN1Primitive parameters) Creates an Algorithm identifier structure with parameters.CmsAttribute(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 IASN1PrimitiveModifier and TypeFieldDescriptionprivate final IASN1PrimitiveCertificateExtension.extensionValueMethods in com.itextpdf.signatures.validation.extensions that return IASN1PrimitiveConstructors in com.itextpdf.signatures.validation.extensions with parameters of type IASN1PrimitiveModifierConstructorDescriptionCertificateExtension(String extensionOid, IASN1Primitive extensionValue) Create new instance ofCertificateExtensionusing provided extension OID and value.DynamicCertificateExtension(String extensionOid, IASN1Primitive extensionValue) Create new instance ofCertificateExtensionusing provided extension OID and value.