Class SDKEphemPubKey


  • public class SDKEphemPubKey
    extends Object
    SDKEphemPubKey
    • Constructor Detail

      • SDKEphemPubKey

        public SDKEphemPubKey()
    • Method Detail

      • crv

        public SDKEphemPubKey crv​(String crv)
        The `crv` value as received from the 3D Secure 2 SDK.
        Parameters:
        crv -
        Returns:
        the current SDKEphemPubKey instance, allowing for method chaining
      • getCrv

        public String getCrv()
        The `crv` value as received from the 3D Secure 2 SDK.
        Returns:
        crv
      • setCrv

        public void setCrv​(String crv)
        The `crv` value as received from the 3D Secure 2 SDK.
        Parameters:
        crv -
      • kty

        public SDKEphemPubKey kty​(String kty)
        The `kty` value as received from the 3D Secure 2 SDK.
        Parameters:
        kty -
        Returns:
        the current SDKEphemPubKey instance, allowing for method chaining
      • getKty

        public String getKty()
        The `kty` value as received from the 3D Secure 2 SDK.
        Returns:
        kty
      • setKty

        public void setKty​(String kty)
        The `kty` value as received from the 3D Secure 2 SDK.
        Parameters:
        kty -
      • x

        public SDKEphemPubKey x​(String x)
        The `x` value as received from the 3D Secure 2 SDK.
        Parameters:
        x -
        Returns:
        the current SDKEphemPubKey instance, allowing for method chaining
      • getX

        public String getX()
        The `x` value as received from the 3D Secure 2 SDK.
        Returns:
        x
      • setX

        public void setX​(String x)
        The `x` value as received from the 3D Secure 2 SDK.
        Parameters:
        x -
      • y

        public SDKEphemPubKey y​(String y)
        The `y` value as received from the 3D Secure 2 SDK.
        Parameters:
        y -
        Returns:
        the current SDKEphemPubKey instance, allowing for method chaining
      • getY

        public String getY()
        The `y` value as received from the 3D Secure 2 SDK.
        Returns:
        y
      • setY

        public void setY​(String y)
        The `y` value as received from the 3D Secure 2 SDK.
        Parameters:
        y -
      • equals

        public boolean equals​(Object o)
        Return true if this SDKEphemPubKey object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static SDKEphemPubKey fromJson​(String jsonString)
                                       throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of SDKEphemPubKey given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of SDKEphemPubKey
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to SDKEphemPubKey
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of SDKEphemPubKey to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException