Class JWTTransferCartTokenDecoderProperties

    • Constructor Detail

      • JWTTransferCartTokenDecoderProperties

        public JWTTransferCartTokenDecoderProperties()
    • Method Detail

      • getEncodedPublicKey

        public String getEncodedPublicKey()
        The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
      • getIssuer

        public String getIssuer()
        The issuer for the JWT token. This is used to validate the JWT was issued by the authority that is expected to issue it.
      • setEncodedPublicKey

        public void setEncodedPublicKey​(String encodedPublicKey)
        The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
      • setIssuer

        public void setIssuer​(String issuer)
        The issuer for the JWT token. This is used to validate the JWT was issued by the authority that is expected to issue it.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object