Uses of Interface
org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi.CaCertificateContentSpi
Package
Description
SPIs dedicated to PKI certificates management to be implemented by a Calypso asymmetric crypto
module.
-
Uses of CaCertificateContentSpi in org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi
Modifier and TypeMethodDescriptionCaCertificateSpi.checkCertificateAndGetContent
(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the certificate content.PcaCertificateSpi.checkCertificateAndGetContent()
Verifies the certificate signature and other relevant fields, then returns the certificate content.Modifier and TypeMethodDescriptionCaCertificateSpi.checkCertificateAndGetContent
(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the certificate content.CardCertificateSpi.checkCertificateAndGetPublicKey
(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the public key.