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 - The `crv` value as received from the 3D Secure 2 SDK.
        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 The `crv` value as received from the 3D Secure 2 SDK.
      • setCrv

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

        public SDKEphemPubKey kty​(String kty)
        The `kty` value as received from the 3D Secure 2 SDK.
        Parameters:
        kty - The `kty` value as received from the 3D Secure 2 SDK.
        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 The `kty` value as received from the 3D Secure 2 SDK.
      • setKty

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

        public SDKEphemPubKey x​(String x)
        The `x` value as received from the 3D Secure 2 SDK.
        Parameters:
        x - The `x` value as received from the 3D Secure 2 SDK.
        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 The `x` value as received from the 3D Secure 2 SDK.
      • setX

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

        public SDKEphemPubKey y​(String y)
        The `y` value as received from the 3D Secure 2 SDK.
        Parameters:
        y - The `y` value as received from the 3D Secure 2 SDK.
        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 The `y` value as received from the 3D Secure 2 SDK.
      • setY

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

        public SDKEphemPubKey includeNullValues​(boolean includeNullValues)
        Configures whether null values are explicitly serialized in the JSON payload. Default is false.
      • isIncludeNullValues

        public boolean isIncludeNullValues()
        Returns whether null values are explicitly serialized in the JSON payload.
      • setIncludeNullValues

        public void setIncludeNullValues​(boolean includeNullValues)
        Sets whether null values should be explicitly serialized in the JSON payload. Default is false.
      • 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
      • getExplicitNulls

        public Map<String,​Object> getExplicitNulls()
        Returns a map of properties to be merged into the JSON payload as explicit null values.
      • 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