Uses of Class
org.eclipse.keypop.calypso.crypto.asymmetric.certificate.CertificateValidationException
Packages that use CertificateValidationException
Package
Description
SPIs dedicated to PKI certificates management to be implemented by a Calypso asymmetric crypto
module.
-
Uses of CertificateValidationException in org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi
Methods in org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi that throw CertificateValidationExceptionModifier 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.CardCertificateSpi.checkCertificateAndGetPublicKey(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the public key.CaCertificateParserSpi.parseCertificate(byte[] cardOutputData) Parses the given card output data and creates a new CA certificate instance.CardCertificateParserSpi.parseCertificate(byte[] cardOutputData) Parses the given card output data and creates a new card certificate instance.