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