Class PACEIMMappingResult

    • Constructor Detail

      • PACEIMMappingResult

        public PACEIMMappingResult​(AlgorithmParameterSpec staticParameters,
                                   byte[] piccNonce,
                                   byte[] pcdNonce,
                                   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