Uses of Enum Class
org.eclipse.keyple.card.calypso.crypto.pki.CertificateType
-
Uses of CertificateType in org.eclipse.keyple.card.calypso.crypto.pki
Methods in org.eclipse.keyple.card.calypso.crypto.pki that return CertificateTypeModifier and TypeMethodDescriptionstatic CertificateType
Returns the enum constant of this class with the specified name.static CertificateType[]
CertificateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.keyple.card.calypso.crypto.pki with parameters of type CertificateTypeModifier and TypeMethodDescriptionorg.eclipse.keypop.calypso.card.transaction.spi.CaCertificateParser
PkiExtensionService.createCaCertificateParser
(CertificateType certificateType) Creates aCaCertificateParser
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.org.eclipse.keypop.calypso.card.transaction.spi.CardCertificateParser
PkiExtensionService.createCardCertificateParser
(CertificateType certificateType) Creates aCardCertificateParser
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.