Package | Description |
---|---|
org.jmrtd | |
org.jmrtd.protocol |
Modifier and Type | Method and Description |
---|---|
CAResult |
PassportService.doCA(BigInteger keyId,
PublicKey publicKey)
Perform CA (Chip Authentication) part of EAC (version 1).
|
Modifier and Type | Method and Description |
---|---|
TAResult |
PassportService.doTA(CVCPrincipal caReference,
List<CardVerifiableCertificate> terminalCertificates,
PrivateKey terminalKey,
String taAlg,
CAResult chipAuthenticationResult,
String documentNumber)
Performs Terminal Authentication (TA) part of EAC (version 1).
|
Modifier and Type | Method and Description |
---|---|
CAResult |
CAProtocol.doCA(BigInteger keyId,
PublicKey publicKey)
Perform CA (Chip Authentication) part of EAC (version 1).
|
CAResult |
TAResult.getChipAuthenticationResult()
Gets the chip authentication result;
|
Modifier and Type | Method and Description |
---|---|
TAResult |
TAProtocol.doTA(CVCPrincipal caReference,
List<CardVerifiableCertificate> terminalCertificates,
PrivateKey terminalKey,
String taAlg,
CAResult chipAuthenticationResult,
String documentNumber)
Perform TA (Terminal Authentication) part of EAC (version 1).
|
Constructor and Description |
---|
TAResult(CAResult caResult,
CVCPrincipal caReference,
List<CardVerifiableCertificate> terminalCertificates,
PrivateKey terminalKey,
String documentNumber,
byte[] cardChallenge)
Constructs a new terminal authentication result.
|
Copyright © 2016. All rights reserved.