Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSet
-
-
Uses of IDERSet in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERSet Modifier and Type Method Description IDERSetBouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)Create DER Set wrapper from recipient info wrapper.IDERSetBouncyCastleFactory. createDERSet(ISignaturePolicyIdentifier identifier)Create DER Set wrapper from signature policy identifier wrapper.IDERSetBouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)Create DER Set wrapper from ASN1 Encodable vector wrapper.IDERSetBouncyCastleFactory. createDERSet(IASN1Primitive primitive)Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IDERSet Modifier and Type Class Description classDERSetBCWrapper class forDERSet. -
Uses of IDERSet in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERSet Modifier and Type Method Description IDERSetBouncyCastleDefaultFactory. createDERSet(IRecipientInfo recipientInfo)IDERSetBouncyCastleDefaultFactory. createDERSet(ISignaturePolicyIdentifier identifier)IDERSetBouncyCastleDefaultFactory. createDERSet(IASN1EncodableVector encodableVector)IDERSetBouncyCastleDefaultFactory. createDERSet(IASN1Primitive primitive) -
Uses of IDERSet in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDERSet Modifier and Type Method Description IDERSetIBouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)Create DER Set wrapper from recipient info wrapper.IDERSetIBouncyCastleFactory. createDERSet(ISignaturePolicyIdentifier identifier)Create DER Set wrapper from signature policy identifier wrapper.IDERSetIBouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)Create DER Set wrapper from ASN1 Encodable vector wrapper.IDERSetIBouncyCastleFactory. createDERSet(IASN1Primitive primitive)Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return IDERSet Modifier and Type Method Description private IDERSetAbstractMacIntegrityProtector. createAuthAttributes(byte[] messageBytes) -
Uses of IDERSet in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IDERSet Modifier and Type Method Description static IDERSetCertificateUtil. createRevocationInfoChoices(java.util.Collection<java.security.cert.CRL> crls, java.util.Collection<IBasicOCSPResponse> ocsps, java.util.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 }private IDERSetPdfPKCS7. getAuthenticatedAttributeSet(byte[] secondDigest, java.util.Collection<byte[]> ocsp, java.util.Collection<byte[]> crlBytes, PdfSigner.CryptoStandard sigtype)This method provides that encoding and the parameters must be exactly the same as inPdfPKCS7.getEncodedPKCS7(byte[]). -
Uses of IDERSet in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return IDERSet Modifier and Type Method Description private static IDERSetSignerInfo. getAttributesAsDERSet(java.util.Collection<CmsAttribute> attributeSet)
-