类 CipherRequest


  • public class CipherRequest
    extends AbstractBceRequest
    Represent the request for message encryption/decryption.
    • 构造器详细资料

      • CipherRequest

        public CipherRequest()
    • 方法详细资料

      • getData

        public String getData()
        Get the message data requiring for encryption / decryption.
        返回:
        message data requiring for encryption / decryption
      • setData

        public void setData​(String data)
        Set the message data requiring for encryption / decryption.
        参数:
        data - message data requiring for encryption / decryption
      • getType

        public EncodeType getType()
        Get the message encoding type.
        返回:
        message encoding type
      • setType

        public void setType​(EncodeType encodeType)
        Set the message encoding type.
        参数:
        encodeType - message encoding type
      • getCipherEncodeType

        public EncodeType getCipherEncodeType()
        Get the cipher message encoding type.
        返回:
        cipher message encoding type
      • setCipherEncodeType

        public void setCipherEncodeType​(EncodeType encodeType)
        Set the cipher message encoding type.
        参数:
        encodeType - cipher message encoding type