Uses of Class
org.eclipse.keypop.calypso.crypto.asymmetric.AsymmetricCryptoException
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 AsymmetricCryptoException 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.CardCertificateSpi.checkCertificateAndGetPublicKey
(CaCertificateContentSpi issuerCertificateContent) Verifies the certificate signature and other relevant fields, then returns the public key. -
Uses of AsymmetricCryptoException 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.boolean
AsymmetricCryptoCardTransactionManagerSpi.isCardPkiSessionValid
(byte[] cardSessionSignature) Verifies the provided secure session signature (a 64-byte byte array) from the previously initialized and updated context.void
AsymmetricCryptoCardTransactionManagerSpi.updateTerminalPkiSession
(byte[] cardApdu) Updates the session signature verification engine with data sent or received from the card as a byte array.