Index

C G O P S V 
All Classes and Interfaces|All Packages

C

CaCertificateType - Enum Class in org.eclipse.keyple.card.calypso.crypto.pki
Enumerates the supported types of CA certificates.
CALYPSO - Enum constant in enum class org.eclipse.keyple.card.calypso.crypto.pki.CaCertificateType
Represents the CALYPSO CA certificate type.
CALYPSO - Enum constant in enum class org.eclipse.keyple.card.calypso.crypto.pki.CardCertificateType
Represents the CALYPSO card certificate type.
CardCertificateType - Enum Class in org.eclipse.keyple.card.calypso.crypto.pki
Enumerates the supported types of card certificates.
createAsymmetricCryptoCardTransactionManagerFactory() - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a factory for asymmetric crypto card transaction managers.
createCaCertificate(byte[]) - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a CaCertificate from raw data of a CA certificate provided as a 384-byte byte array, to be injected as intermediate certificate of the chain of trust in the security settings of a card PKI transaction.
createCaCertificateParser(CaCertificateType) - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a CaCertificateParser object specifically tailored to parse card CA certificates having the given CA certificate type, to be injected in the security settings of a card PKI transaction.
createCardCertificateParser(CardCertificateType) - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a CardCertificateParser object specifically tailored to parse card certificates having the given card certificate type, to be injected in the security settings of a card PKI transaction.
createPcaCertificate(byte[], byte[]) - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a PcaCertificate from a provided 2048-bit RSA key modulus with a public exponent equal to 65537, to be injected as root certificate of the chain of trust in the security settings of a card PKI transaction.
createPcaCertificate(byte[], RSAPublicKey) - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Creates a PcaCertificate from a provided 2048-bit RSA public key with a public exponent equal to 65537, to be injected as root certificate of the chain of trust in the security settings of a card PKI transaction.

G

getInstance() - Static method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Returns the service instance.

O

org.eclipse.keyple.card.calypso.crypto.pki - package org.eclipse.keyple.card.calypso.crypto.pki
 

P

PkiExtensionService - Class in org.eclipse.keyple.card.calypso.crypto.pki
Extension service dedicated to the management of Calypso PKI card transaction and certificate creation.
PkiExtensionService() - Constructor for class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
 

S

setTestMode() - Method in class org.eclipse.keyple.card.calypso.crypto.pki.PkiExtensionService
Sets the system in test mode.

V

valueOf(String) - Static method in enum class org.eclipse.keyple.card.calypso.crypto.pki.CaCertificateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.keyple.card.calypso.crypto.pki.CardCertificateType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.keyple.card.calypso.crypto.pki.CaCertificateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.keyple.card.calypso.crypto.pki.CardCertificateType
Returns an array containing the constants of this enum class, in the order they are declared.
C G O P S V 
All Classes and Interfaces|All Packages