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 IASN1PrimitiveBouncyCastleFactory. createASN1Primitive(byte[] array)Create ASN1 Primitive wrapper frombyte[]value.IASN1PrimitiveBouncyCastleFactory. 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 IBasicOCSPResponseBouncyCastleFactory. createBasicOCSPResponse(IASN1Primitive primitive)Create basic OCSP Response wrapper from ASN1 Primitive wrapper.IDERSequenceBouncyCastleFactory. createDERSequence(IASN1Primitive primitive)Create DER Sequence wrapper from ASN1 Primitive wrapper.IDERSetBouncyCastleFactory. createDERSet(IASN1Primitive primitive)Create DER Set wrapper from ASN1 Primitive wrapper.IDERTaggedObjectBouncyCastleFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)Create DER Tagged object wrapper fromintvalue,booleanvalue and ASN1 Primitive wrapper.IDERTaggedObjectBouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)Create DER Tagged object wrapper fromintvalue and ASN1 Primitive wrapper.ITSTInfoBouncyCastleFactory. 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 IASN1Primitive Modifier and Type Class Description classASN1BitStringBCWrapper class forASN1BitString.classASN1EnumeratedBCWrapper class forASN1Enumerated.classASN1GeneralizedTimeBCWrapper class forASN1GeneralizedTime.classASN1IntegerBCWrapper class forASN1Integer.classASN1ObjectIdentifierBCWrapper class forASN1ObjectIdentifier.classASN1OctetStringBCWrapper class forASN1OctetString.classASN1PrimitiveBCWrapper class forASN1Primitive.classASN1SequenceBCWrapper class forASN1Sequence.classASN1SetBCWrapper class forASN1Set.classASN1TaggedObjectBCWrapper class forASN1TaggedObject.classASN1UTCTimeBCWrapper class forASN1UTCTime.classDERIA5StringBCWrapper class forDERIA5String.classDERNullBCWrapper class forDERNull.classDEROctetStringBCWrapper class forDEROctetString.classDERSequenceBCWrapper class forDERSequence.classDERSetBCWrapper class forDERSet.classDERTaggedObjectBCWrapper class forDERTaggedObject.Methods in com.itextpdf.bouncycastle.asn1 that return IASN1Primitive Modifier and Type Method Description IASN1PrimitiveASN1TaggedObjectBC. getObject()Calls actualgetObjectmethod for the wrapped ASN1TaggedObject object.IASN1PrimitiveASN1InputStreamBC. readObject()Calls actualreadObjectmethod for the wrapped ASN1InputStream object.IASN1PrimitiveASN1EncodableBC. toASN1Primitive()Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1Primitive Modifier and Type Method Description voidASN1EncodableVectorBC. 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 Modifier and Type Class Description classPKIFailureInfoBCWrapper 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 classReasonFlagsBCWrapper class forReasonFlags. -
Uses of IASN1Primitive in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1Primitive Modifier and Type Method Description IASN1PrimitiveBouncyCastleDefaultFactory. createASN1Primitive(byte[] array)IASN1PrimitiveBouncyCastleDefaultFactory. createASN1Primitive(IASN1Encodable encodable)Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Primitive Modifier and Type Method Description IBasicOCSPResponseBouncyCastleDefaultFactory. createBasicOCSPResponse(IASN1Primitive primitive)IDERSequenceBouncyCastleDefaultFactory. createDERSequence(IASN1Primitive primitive)IDERSetBouncyCastleDefaultFactory. createDERSet(IASN1Primitive primitive)IDERTaggedObjectBouncyCastleDefaultFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)IDERTaggedObjectBouncyCastleDefaultFactory. createDERTaggedObject(int i, IASN1Primitive primitive)ITSTInfoBouncyCastleDefaultFactory. createTSTInfo(IASN1Primitive contentInfo) -
Uses of IASN1Primitive in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1Primitive Modifier and Type Method Description IASN1PrimitiveIBouncyCastleFactory. createASN1Primitive(byte[] array)Create ASN1 Primitive wrapper frombyte[]value.IASN1PrimitiveIBouncyCastleFactory. 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 IBasicOCSPResponseIBouncyCastleFactory. createBasicOCSPResponse(IASN1Primitive primitive)Create basic OCSP Response wrapper from ASN1 Primitive wrapper.IDERSequenceIBouncyCastleFactory. createDERSequence(IASN1Primitive primitive)Create DER Sequence wrapper from ASN1 Primitive wrapper.IDERSetIBouncyCastleFactory. createDERSet(IASN1Primitive primitive)Create DER Set wrapper from ASN1 Primitive wrapper.IDERTaggedObjectIBouncyCastleFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)Create DER Tagged object wrapper fromintvalue,booleanvalue and ASN1 Primitive wrapper.IDERTaggedObjectIBouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)Create DER Tagged object wrapper fromintvalue and ASN1 Primitive wrapper.ITSTInfoIBouncyCastleFactory. 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.asn1 Modifier and Type Interface Description interfaceIASN1BitStringThis interface represents the wrapper for ASN1BitString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1EnumeratedThis interface represents the wrapper for ASN1Enumerated that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1GeneralizedTimeThis interface represents the wrapper for ASN1GeneralizedTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1IntegerThis interface represents the wrapper for ASN1Integer that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1ObjectIdentifierThis interface represents the wrapper for ASN1ObjectIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1OctetStringThis interface represents the wrapper for ASN1OctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1SequenceThis interface represents the wrapper for ASN1Sequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1SetThis interface represents the wrapper for ASN1Set that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1TaggedObjectThis interface represents the wrapper for ASN1TaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIASN1UTCTimeThis interface represents the wrapper for ASN1UTCTime that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDERIA5StringThis interface represents the wrapper for DERIA5String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDERNullThis interface represents the wrapper for DERNull that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDEROctetStringThis interface represents the wrapper for DEROctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDERSequenceThis interface represents the wrapper for DERSequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDERSetThis interface represents the wrapper for DERSet that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIDERTaggedObjectThis 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 IASN1PrimitiveIASN1TaggedObject. getObject()Calls actualgetObjectmethod for the wrapped ASN1TaggedObject object.IASN1PrimitiveIASN1InputStream. readObject()Calls actualreadObjectmethod for the wrapped ASN1InputStream object.IASN1PrimitiveIASN1Encodable. toASN1Primitive()Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IASN1Primitive Modifier and Type Method Description voidIASN1EncodableVector. 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.cmp Modifier and Type Interface Description interfaceIPKIFailureInfoThis 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 interfaceIReasonFlagsThis 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 IASN1PrimitivePubKeySecurityHandler. 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 IASN1PrimitiveCertificateUtil. getExtensionValue(java.security.cert.CRL crl, java.lang.String oid)Gets CRL extension value.static IASN1PrimitiveCertificateUtil. getExtensionValue(java.security.cert.X509Certificate certificate, java.lang.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 IASN1Primitive Modifier and Type Method Description private static java.lang.StringCertificateUtil. getStringFromGeneralName(IASN1Primitive names)Gets a String from an ASN1Primitiveprivate static java.lang.StringCertificateUtil. 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 IASN1PrimitiveAlgorithmIdentifier. parametersprivate IASN1PrimitiveCmsAttribute. valueMethods in com.itextpdf.signatures.cms that return IASN1Primitive Modifier and Type Method Description IASN1PrimitiveAlgorithmIdentifier. getParameters()Return the parameters for the algorithm.IASN1PrimitiveCmsAttribute. 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 IASN1PrimitiveCertificateExtension. extensionValueMethods in com.itextpdf.signatures.validation.extensions that return IASN1Primitive Modifier and Type Method Description IASN1PrimitiveCertificateExtension. 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 ofCertificateExtensionusing provided extension OID and value.DynamicCertificateExtension(java.lang.String extensionOid, IASN1Primitive extensionValue)Create new instance ofCertificateExtensionusing provided extension OID and value.
-