Uses of Interface
org.eclipse.keypop.calypso.card.transaction.AsymmetricCryptoSecuritySetting
Packages that use AsymmetricCryptoSecuritySetting
Package
Description
Components used in applications to manage Calypso cards.
Calypso card transaction API.
-
Uses of AsymmetricCryptoSecuritySetting in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return AsymmetricCryptoSecuritySettingModifier and TypeMethodDescriptionCalypsoCardApiFactory.createAsymmetricCryptoSecuritySetting(AsymmetricCryptoCardTransactionManagerFactory cryptoCardTransactionManagerFactory) Returns a new instance ofAsymmetricCryptoSecuritySetting.Methods in org.eclipse.keypop.calypso.card with parameters of type AsymmetricCryptoSecuritySettingModifier and TypeMethodDescriptionCalypsoCardApiFactory.createSecurePkiModeTransactionManager(org.eclipse.keypop.reader.CardReader cardReader, CalypsoCard card, AsymmetricCryptoSecuritySetting securitySetting) Returns a new instance ofSecurePkiModeTransactionManager. -
Uses of AsymmetricCryptoSecuritySetting in org.eclipse.keypop.calypso.card.transaction
Methods in org.eclipse.keypop.calypso.card.transaction that return AsymmetricCryptoSecuritySettingModifier and TypeMethodDescriptionAsymmetricCryptoSecuritySetting.addCaCertificate(CaCertificate caCertificate) Registers a CA certificate.AsymmetricCryptoSecuritySetting.addCaCertificateParser(CaCertificateParser caCertificateParser) Registers a CA certificate parser.AsymmetricCryptoSecuritySetting.addCardCertificateParser(CardCertificateParser cardCertificateParser) Registers a card certificate parser.AsymmetricCryptoSecuritySetting.addPcaCertificate(PcaCertificate pcaCertificate) Registers a self-signed PCA certificate.