Class MQVPublicKeySpec

    • Constructor Detail

      • MQVPublicKeySpec

        public MQVPublicKeySpec​(PublicKey staticKey,
                                PublicKey ephemeralKey)
        Deprecated.
        Parameters:
        staticKey - the static public key.
        ephemeralKey - the ephemeral public key.
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
        Deprecated.
        return "ECMQV"
        Specified by:
        getAlgorithm in interface Key
      • getFormat

        public String getFormat()
        Deprecated.
        return null
        Specified by:
        getFormat in interface Key
      • getEncoded

        public byte[] getEncoded()
        Deprecated.
        returns null
        Specified by:
        getEncoded in interface Key