public class CardUnlocker
extends java.lang.Object
| Constructor and Description |
|---|
CardUnlocker(de.gematik.ti.healthcardaccess.IHealthCard card) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doCard2Card(de.gematik.ti.healthcardaccess.IHealthCard targetCard,
C2CMode c2CMode)
Operation performs card-to-card authentication between two smart cards.
|
de.gematik.ti.healthcardaccess.operation.ResultOperation<ProfessionalRole> |
getProfessionalRole()
Determine the technical role of a card
|
public CardUnlocker(de.gematik.ti.healthcardaccess.IHealthCard card)
public boolean doCard2Card(de.gematik.ti.healthcardaccess.IHealthCard targetCard,
C2CMode c2CMode)
Operation performs card-to-card authentication between two smart cards. TargetCardRef identifies the card to be unlocked (e.g., eGK), SourceCardRef the activating (e.g., SMC-B).
@TODO implementation of TIP1-A_2292 (gemKPT_Arch_TIP_V2.6.0)
targetCard - identifies the card to be unlocked (e.g., eGK)c2CMode - C2CMode determines the type of authenticationpublic de.gematik.ti.healthcardaccess.operation.ResultOperation<ProfessionalRole> getProfessionalRole()
Determine the technical role of a card