Class MasterKeyRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • getEncryptionContext

        public Map<String,​String> getEncryptionContext()
      • isStreaming

        public boolean isStreaming()
      • getPlaintext

        public byte[] getPlaintext()
        Please note that this does not make a defensive copy of the plaintext and so any modifications made to the backing array will be reflected in this Builder.
      • setPlaintext

        public MasterKeyRequest.Builder setPlaintext​(byte[] plaintext)
        Please note that this does not make a defensive copy of the plaintext and so any modifications made to the backing array will be reflected in this Builder.
      • getSize

        public long getSize()