Class HyperwalletEncryption


  • public class HyperwalletEncryption
    extends Object
    • Constructor Detail

      • HyperwalletEncryption

        public HyperwalletEncryption​(com.nimbusds.jose.JWEAlgorithm encryptionAlgorithm,
                                     com.nimbusds.jose.JWSAlgorithm signAlgorithm,
                                     com.nimbusds.jose.EncryptionMethod encryptionMethod,
                                     String clientPrivateKeySetLocation,
                                     String hyperwalletKeySetLocation,
                                     Integer jwsExpirationMinutes)
    • Method Detail

      • verifySignatureExpirationDate

        public void verifySignatureExpirationDate​(Object signatureExpirationDate)
      • getEncryptionAlgorithm

        public com.nimbusds.jose.JWEAlgorithm getEncryptionAlgorithm()
      • getSignAlgorithm

        public com.nimbusds.jose.JWSAlgorithm getSignAlgorithm()
      • getEncryptionMethod

        public com.nimbusds.jose.EncryptionMethod getEncryptionMethod()
      • getClientPrivateKeySetLocation

        public String getClientPrivateKeySetLocation()
      • getHyperwalletKeySetLocation

        public String getHyperwalletKeySetLocation()
      • getJwsExpirationMinutes

        public Integer getJwsExpirationMinutes()
      • usesProxy

        public Boolean usesProxy()
      • setProxy

        public void setProxy​(Proxy proxy)
      • getProxy

        public Proxy getProxy()
      • getProxyUsername

        public String getProxyUsername()
      • setProxyUsername

        public void setProxyUsername​(String proxyUsername)
      • getProxyPassword

        public String getProxyPassword()
      • setProxyPassword

        public void setProxyPassword​(String proxyPassword)