Uses of Interface
org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi.CardPublicKeySpi
Package
Description
SPIs dedicated to PKI certificates management to be implemented by a Calypso asymmetric crypto
module.
SPIs dedicated to PKI card transactions to be implemented by a Calypso asymmetric crypto module.
-
Uses of CardPublicKeySpi in org.eclipse.keypop.calypso.crypto.asymmetric.certificate.spi
Modifier and TypeMethodDescriptionCardCertificateSpi.checkCertificateAndGetPublicKey
(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the public key. -
Uses of CardPublicKeySpi in org.eclipse.keypop.calypso.crypto.asymmetric.transaction.spi
Modifier and TypeMethodDescriptionvoid
AsymmetricCryptoCardTransactionManagerSpi.initTerminalPkiSession
(CardPublicKeySpi cardPublicKey) Initialize the cryptographic context for a new secure session in PKI mode with the provided card public key.