Package org.webpki.crypto
Interface X509SignerInterface
- All Superinterfaces:
AsymKeySignerInterface
Common interface for X509 signature creation.
-
Method Summary
Methods inherited from interface org.webpki.crypto.AsymKeySignerInterface
getAlgorithm, signData
-
Method Details
-
getCertificatePath
X509Certificate[] getCertificatePath()Get certificate path.- Returns:
- Certificate path
-