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 IDERSet
BouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)
Create DER Set wrapper from recipient info wrapper.IDERSet
BouncyCastleFactory. createDERSet(ISignaturePolicyIdentifier identifier)
Create DER Set wrapper from signature policy identifier wrapper.IDERSet
BouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)
Create DER Set wrapper from ASN1 Encodable vector wrapper.IDERSet
BouncyCastleFactory. 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 class
DERSetBC
Wrapper class forDERSet
. -
Uses of IDERSet in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERSet Modifier and Type Method Description IDERSet
BouncyCastleDefaultFactory. createDERSet(IRecipientInfo recipientInfo)
IDERSet
BouncyCastleDefaultFactory. createDERSet(ISignaturePolicyIdentifier identifier)
IDERSet
BouncyCastleDefaultFactory. createDERSet(IASN1EncodableVector encodableVector)
IDERSet
BouncyCastleDefaultFactory. 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 IDERSet
IBouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)
Create DER Set wrapper from recipient info wrapper.IDERSet
IBouncyCastleFactory. createDERSet(ISignaturePolicyIdentifier identifier)
Create DER Set wrapper from signature policy identifier wrapper.IDERSet
IBouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)
Create DER Set wrapper from ASN1 Encodable vector wrapper.IDERSet
IBouncyCastleFactory. 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 IDERSet
AbstractMacIntegrityProtector. createAuthAttributes(byte[] messageBytes)
-
Uses of IDERSet in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IDERSet Modifier and Type Method Description static IDERSet
CertificateUtil. 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 IDERSet
PdfPKCS7. 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 IDERSet
SignerInfo. getAttributesAsDERSet(java.util.Collection<CmsAttribute> attributeSet)
-