Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.LegacyCardCertificateComputationData
Packages that use LegacyCardCertificateComputationData
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM transaction API.
-
Uses of LegacyCardCertificateComputationData in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return LegacyCardCertificateComputationDataModifier and TypeMethodDescriptionLegacySamApiFactory.createLegacyCardCertificateComputationData()Returns a new instance ofLegacyCardCertificateComputationData. -
Uses of LegacyCardCertificateComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return LegacyCardCertificateComputationDataModifier and TypeMethodDescriptionLegacyCardCertificateComputationData.setCardAid(byte[] aid) Sets the AID of the autonomous PKI application of the target card.LegacyCardCertificateComputationData.setCardPublicKey(byte[] cardPublicKey) Sets the public key of the card, provided as a 64-byte array.LegacyCardCertificateComputationData.setCardSerialNumber(byte[] serialNumber) Sets the serial number of the card for which the certificate is being generated.LegacyCardCertificateComputationData.setCardStartupInfo(byte[] startupInfo) Sets the startup info of the card for which the certificate is being generated.LegacyCardCertificateComputationData.setEndDate(LocalDate endDate) Sets the end date of the validity period of the certificate's public key.LegacyCardCertificateComputationData.setStartDate(LocalDate startDate) Sets the start date of the validity period of the certificate's public key.Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type LegacyCardCertificateComputationDataModifier and TypeMethodDescriptionFreeTransactionManager.prepareComputeCardCertificate(LegacyCardCertificateComputationData data) Schedules the execution of a "PSO Compute Certificate" command.