public class CardToCardAuthExecutor
extends java.lang.Object
Run a process of C2C of authentification without negociation of Sessionkey
| Constructor and Description |
|---|
CardToCardAuthExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static de.gematik.ti.healthcardaccess.operation.ResultOperation<C2CSuccessState> |
authenticateC2C(de.gematik.ti.healthcardaccess.IHealthCard eGK,
de.gematik.ti.healthcardaccess.IHealthCard authCard)
start process of mutal authentication from here <br/>
No Pin required.
|
static de.gematik.ti.healthcardaccess.operation.ResultOperation<C2CSuccessState> |
authenticateC2C(de.gematik.ti.healthcardaccess.IHealthCard eGK,
de.gematik.ti.healthcardaccess.IHealthCard authCard,
de.gematik.ti.healthcardaccess.cardobjects.Format2Pin pinAuthCard)
start process of mutal authentication from here
|
public static de.gematik.ti.healthcardaccess.operation.ResultOperation<C2CSuccessState> authenticateC2C(de.gematik.ti.healthcardaccess.IHealthCard eGK, de.gematik.ti.healthcardaccess.IHealthCard authCard)
start process of mutal authentication from here <br/> No Pin required. Pin should be verified before C2C
eGK - authCard - java.io.IOExceptionpublic static de.gematik.ti.healthcardaccess.operation.ResultOperation<C2CSuccessState> authenticateC2C(de.gematik.ti.healthcardaccess.IHealthCard eGK, de.gematik.ti.healthcardaccess.IHealthCard authCard, de.gematik.ti.healthcardaccess.cardobjects.Format2Pin pinAuthCard)
start process of mutal authentication from here
eGK - authCard - pinAuthCard - java.io.IOException