Class PACEIMMappingResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class PACEIMMappingResult
    extends PACEMappingResult
    The result of the PACE nonce mapping step in an Integrated Mapping setting.
    Version:
    $Revision: $
    Author:
    The JMRTD team ([email protected])
    See Also:
    Serialized Form
    • Constructor Detail

      • PACEIMMappingResult

        public PACEIMMappingResult​(java.security.spec.AlgorithmParameterSpec staticParameters,
                                   byte[] piccNonce,
                                   byte[] pcdNonce,
                                   java.security.spec.AlgorithmParameterSpec ephemeralParameters)
        Constructs a result.
        Parameters:
        staticParameters - the static parameters
        piccNonce - the nonce sent by the PICC
        pcdNonce - the nonce generated by the PCD
        ephemeralParameters - the resulting ephemeral parameters
    • Method Detail

      • getPCDNonce

        public byte[] getPCDNonce()
        Returns the nonce generated by the PCD.
        Returns:
        the nonce generated by the PCD