Class PACEGMMappingResult

    • Constructor Detail

      • PACEGMMappingResult

        public PACEGMMappingResult​(AlgorithmParameterSpec staticParameters,
                                   byte[] piccNonce,
                                   PublicKey piccMappingPublicKey,
                                   KeyPair pcdMappingKeyPair,
                                   AlgorithmParameterSpec ephemeralParameters)
        Constructs a result.
        Parameters:
        staticParameters - the static parameters
        piccNonce - the nonce that was sent by the PICC
        piccMappingPublicKey - the mapping public key sent by the PICC
        pcdMappingKeyPair - the key-pair generated by the PCD
        ephemeralParameters - the ephemeral parameters that were derived
    • Method Detail

      • getPICCMappingPublicKey

        public PublicKey getPICCMappingPublicKey()
        Returns the public key that was sent by the PICC.
        Returns:
        the PICC's public key
      • getPCDMappingKeyPair

        public KeyPair getPCDMappingKeyPair()
        Returns the key-pair generated by the PCD.
        Returns:
        the PCD's key-pair