Package | Description |
---|---|
org.jmrtd.lds | |
org.jmrtd.lds.icao |
Modifier and Type | Class and Description |
---|---|
class |
ActiveAuthenticationInfo
A concrete SecurityInfo structure that stores active authentication
info, see TR-LDS-PKI Maintenance V1.0.
|
class |
ChipAuthenticationInfo
A concrete SecurityInfo structure that stores chip authentication info,
see EAC 1.11 specification.
|
class |
ChipAuthenticationPublicKeyInfo
A concrete SecurityInfo structure that stores chip authentication public
key info, see EAC TR 03110 1.11 specification.
|
class |
PACEDomainParameterInfo
PACE Domain Parameter Info object as per SAC TR 1.01, November 11, 2010.
|
class |
PACEInfo
PACE Info object as per SAC TR 1.01, November 11, 2010.
|
class |
TerminalAuthenticationInfo
A concrete SecurityInfo structure that stores terminal authentication
info, see EAC 1.11 specification.
|
Modifier and Type | Method and Description |
---|---|
static SecurityInfo |
SecurityInfo.getInstance(org.bouncycastle.asn1.ASN1Primitive obj)
Factory method for creating security info objects given an input.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityInfo> |
CardSecurityFile.getSecurityInfos()
Gets the security infos as an unordered collection.
|
Collection<SecurityInfo> |
CardAccessFile.getSecurityInfos()
Gets the security infos as an unordered collection.
|
Constructor and Description |
---|
CardAccessFile(Collection<SecurityInfo> securityInfos)
Constructs a new file from the provided data.
|
CardSecurityFile(String digestAlgorithm,
String digestEncryptionAlgorithm,
Collection<SecurityInfo> securityInfos,
byte[] encryptedDigest,
X509Certificate certificate)
Constructs a new file from the provided data.
|
CardSecurityFile(String digestAlgorithm,
String digestEncryptionAlgorithm,
Collection<SecurityInfo> securityInfos,
PrivateKey privateKey,
X509Certificate certificate)
Constructs a new file from the provided data.
|
CardSecurityFile(String digestAlgorithm,
String digestEncryptionAlgorithm,
Collection<SecurityInfo> securityInfos,
PrivateKey privateKey,
X509Certificate certificate,
String provider)
Constructs a new file from the provided data.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityInfo> |
DG14File.getSecurityInfos()
Gets the security infos as an unordered collection.
|
Constructor and Description |
---|
DG14File(Collection<SecurityInfo> securityInfos)
Constructs a new DG14 file from the provided data.
|
Copyright © 2016. All rights reserved.