Class JweHeaders

    • Method Detail

      • setKeyEncryptionAlgorithm

        public void setKeyEncryptionAlgorithm​(KeyAlgorithm algo)
      • getKeyEncryptionAlgorithm

        public KeyAlgorithm getKeyEncryptionAlgorithm()
      • setContentEncryptionAlgorithm

        public void setContentEncryptionAlgorithm​(ContentAlgorithm algo)
      • getContentEncryptionAlgorithm

        public ContentAlgorithm getContentEncryptionAlgorithm()
      • setZipAlgorithm

        public void setZipAlgorithm​(String type)
      • getZipAlgorithm

        public String getZipAlgorithm()
      • toCipherAdditionalAuthData

        public byte[] toCipherAdditionalAuthData()
      • toCipherAdditionalAuthData

        public static byte[] toCipherAdditionalAuthData​(String headersJson)
      • getProtectedHeaders

        public JweHeaders getProtectedHeaders()
      • setProtectedHeaders

        public void setProtectedHeaders​(JweHeaders protectedHeaders)