Package | Description |
---|---|
org.jmrtd.lds | |
org.jmrtd.protocol |
Modifier and Type | Method and Description |
---|---|
static PACEInfo.MappingType |
PACEInfo.toMappingType(String oid) |
static PACEInfo.MappingType |
PACEInfo.MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PACEInfo.MappingType[] |
PACEInfo.MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PACEInfo.MappingType |
PACEResult.getMappingType() |
Modifier and Type | Method and Description |
---|---|
AlgorithmParameterSpec |
PACEProtocol.doPACEStep2(PACEInfo.MappingType mappingType,
String agreementAlg,
AlgorithmParameterSpec params,
byte[] piccNonce)
The second step in the PACE protocol computes ephemeral domain parameters
by performing a key agreement protocol with the PICC nonce as
input.
|
byte[] |
PACEProtocol.doPACEStep4(String oid,
PACEInfo.MappingType mappingType,
KeyPair pcdKeyPair,
PublicKey piccPublicKey,
SecretKey macKey) |
Constructor and Description |
---|
PACEResult(PACEInfo.MappingType mappingType,
String agreementAlg,
String cipherAlg,
String digestAlg,
int keyLength,
byte[] piccNonce,
AlgorithmParameterSpec ephemeralParams,
KeyPair pcdKeyPair,
PublicKey piccPublicKey,
byte[] sharedSecretBytes,
SecureMessagingWrapper wrapper) |
Copyright © 2016. All rights reserved.