Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.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
Modifier and TypeMethodDescriptionLegacySamApiFactory.createLegacyCardCertificateComputationData()
Returns a new instance ofLegacyCardCertificateComputationData
. -
Uses of LegacyCardCertificateComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier 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.Modifier and TypeMethodDescriptionFreeTransactionManager.prepareComputeCardCertificate
(LegacyCardCertificateComputationData data) Schedules the execution of a "PSO Compute Certificate" command.