Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSet
Package
Description
-
Uses of IDERSet in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createDERSet
(IRecipientInfo recipientInfo) Create DER Set wrapper from recipient info wrapper.BouncyCastleFactory.createDERSet
(ISignaturePolicyIdentifier identifier) Create DER Set wrapper from signature policy identifier wrapper.BouncyCastleFactory.createDERSet
(IASN1EncodableVector encodableVector) Create DER Set wrapper from ASN1 Encodable vector wrapper.BouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.bouncycastle.asn1
-
Uses of IDERSet in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createDERSet
(IRecipientInfo recipientInfo) Create DER Set wrapper from recipient info wrapper.BouncyCastleFipsFactory.createDERSet
(ISignaturePolicyIdentifier identifier) Create DER Set wrapper from signature policy identifier wrapper.BouncyCastleFipsFactory.createDERSet
(IASN1EncodableVector encodableVector) Create DER Set wrapper from ASN1 Encodable vector wrapper.BouncyCastleFipsFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.bouncycastlefips.asn1
-
Uses of IDERSet in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createDERSet
(IRecipientInfo recipientInfo) Create DER Set wrapper from recipient info wrapper.IBouncyCastleFactory.createDERSet
(ISignaturePolicyIdentifier identifier) Create DER Set wrapper from signature policy identifier wrapper.IBouncyCastleFactory.createDERSet
(IASN1EncodableVector encodableVector) Create DER Set wrapper from ASN1 Encodable vector wrapper.IBouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.signatures
Modifier and TypeMethodDescriptionstatic IDERSet
CertificateUtil.createRevocationInfoChoices
(Collection<CRL> crls, Collection<IBasicOCSPResponse> ocsps, Collection<IASN1Sequence> otherRevocationInfoFormats) Creates the revocation info (crls field) for SignedData structure: RevocationInfoChoices ::= SET OF RevocationInfoChoice RevocationInfoChoice ::= CHOICE { crl CertificateList, other [1] IMPLICIT OtherRevocationInfoFormat } OtherRevocationInfoFormat ::= SEQUENCE { otherRevInfoFormat OBJECT IDENTIFIER, otherRevInfo ANY DEFINED BY otherRevInfoFormat } CertificateList ::= SEQUENCE { tbsCertList TBSCertList, signatureAlgorithm AlgorithmIdentifier, signatureValue BIT STRING }