Class AssetUserKeyInfo

    • Constructor Detail

      • AssetUserKeyInfo

        public AssetUserKeyInfo()
      • AssetUserKeyInfo

        public AssetUserKeyInfo​(AssetUserKeyInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getValue

        public String getValue()
        Get 公钥值
        Returns:
        Value 公钥值
      • setValue

        public void setValue​(String Value)
        Set 公钥值
        Parameters:
        Value - 公钥值
      • getComment

        public String getComment()
        Get 公钥备注
        Returns:
        Comment 公钥备注
      • setComment

        public void setComment​(String Comment)
        Set 公钥备注
        Parameters:
        Comment - 公钥备注
      • getEncryptType

        public String getEncryptType()
        Get 加密方式
        Returns:
        EncryptType 加密方式
      • setEncryptType

        public void setEncryptType​(String EncryptType)
        Set 加密方式
        Parameters:
        EncryptType - 加密方式