Package | Description |
---|---|
org.apache.pdfbox.examples.signature.validation |
Modifier and Type | Method and Description |
---|---|
void |
CertInformationCollector.addAllCertsFromHolders(org.bouncycastle.cert.X509CertificateHolder[] certHolders)
Gets a list of X509Certificate out of an array of X509CertificateHolder.
|
CertInformationCollector.CertSignatureInformation |
CertInformationCollector.getLastCertInfo(PDDocument document,
String fileName)
Gets the Certificate Information of the last Signature.
|
static boolean |
CertInformationHelper.isSelfSigned(X509Certificate cert)
Checks whether the given certificate is self-signed (root).
|
static boolean |
CertInformationHelper.verify(X509Certificate cert,
PublicKey key)
Verifies whether the certificate is signed by the given public key.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.