Package org.verapdf.pdfa.parsers.pkcs7
Class PKCS7
- java.lang.Object
-
- org.verapdf.pdfa.parsers.pkcs7.PKCS7
-
public class PKCS7 extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKCS7.ContentInfo
-
Constructor Summary
Constructors Constructor Description PKCS7(byte[] bytes)PKCS7(List<X509CertificateImpl> certificates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<X509CertificateImpl>getCertificates()intgetSignerInfosLength()
-
-
-
Constructor Detail
-
PKCS7
public PKCS7(byte[] bytes) throws IOException- Throws:
IOException
-
PKCS7
public PKCS7(List<X509CertificateImpl> certificates)
-
-
Method Detail
-
getSignerInfosLength
public int getSignerInfosLength()
-
getCertificates
public List<X509CertificateImpl> getCertificates()
-
-