blob: 00eb8a2335d2f2b00dd4b33e881fdbf487d3082f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.cxf.rs.security.jose.jwe.JweHeaders (Apache CXF JavaDoc 3.1.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cxf.rs.security.jose.jwe.JweHeaders (Apache CXF JavaDoc 3.1.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/cxf/rs/security/jose/jwe/class-use/JweHeaders.html" target="_top">Frames</a></li>
<li><a href="JweHeaders.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cxf.rs.security.jose.jwe.JweHeaders" class="title">Uses of Class<br>org.apache.cxf.rs.security.jose.jwe.JweHeaders</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cxf.rs.security.jose.jaxrs">org.apache.cxf.rs.security.jose.jaxrs</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cxf.rs.security.jose.jwe">org.apache.cxf.rs.security.jose.jwe</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cxf.rs.security.jose.jaxrs">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a> in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jaxrs/package-summary.html">org.apache.cxf.rs.security.jose.jaxrs</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jaxrs/package-summary.html">org.apache.cxf.rs.security.jose.jaxrs</a> with parameters of type <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a></code></td>
<td class="colLast"><span class="strong">AbstractJweDecryptingFilter.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jaxrs/AbstractJweDecryptingFilter.html#getInitializedDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getInitializedDecryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweWriterInterceptor.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jaxrs/JweWriterInterceptor.html#getInitializedEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getInitializedEncryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AbstractJweDecryptingFilter.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jaxrs/AbstractJweDecryptingFilter.html#validateHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">validateHeaders</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cxf.rs.security.jose.jwe">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a> in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a> that return <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweDecryptionOutput.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionOutput.html#getHeaders()">getHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweEncryptionOutput.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionOutput.html#getHeaders()">getHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweCompactConsumer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactConsumer.html#getJweHeaders()">getJweHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweDecryptionInput.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionInput.html#getJweHeaders()">getJweHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweEncryptionInput.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#getJweHeaders()">getJweHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweJsonConsumer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonConsumer.html#getProtectedHeader()">getProtectedHeader</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweHeaders.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html#getProtectedHeaders()">getProtectedHeaders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweJsonConsumer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonConsumer.html#getSharedUnprotectedHeader()">getSharedUnprotectedHeader</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></code></td>
<td class="colLast"><span class="strong">JweJsonEncryptionEntry.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonEncryptionEntry.html#getUnprotectedHeader()">getUnprotectedHeader</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a> that return types with arguments of type <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonEncryptionEntry.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweJsonEncryptionEntry</a>,<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&gt;</code></td>
<td class="colLast"><span class="strong">JweJsonConsumer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonConsumer.html#getRecipientsMap()">getRecipientsMap</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a> with parameters of type <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AbstractWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractWrapKeyEncryptionAlgorithm.html#checkAlgorithms(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">checkAlgorithms</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">DirectKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/DirectKeyEncryptionAlgorithm.html#checkKeyEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">checkKeyEncryptionAlgorithm</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm.html#checkKeyEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">checkKeyEncryptionAlgorithm</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweEncryptionInput</a></code></td>
<td class="colLast"><span class="strong">JweJsonProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#createEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">createEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jsonHeaders)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">createJweEncryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;key,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyEncryptionProvider,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">createJweEncryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a>&nbsp;keyEncryptionProvider,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(java.security.interfaces.RSAPublicKey,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">createJweEncryptionProvider</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/interfaces/RSAPublicKey.html?is-external=true" title="class or interface in java.security.interfaces">RSAPublicKey</a>&nbsp;key,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(javax.crypto.SecretKey,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">createJweEncryptionProvider</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html?is-external=true" title="class or interface in javax.crypto">SecretKey</a>&nbsp;key,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">AbstractJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractJweEncryption.html#encrypt(byte[],%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">encrypt</a></strong>(byte[]&nbsp;content,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">JweEncryptionProvider.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html#encrypt(byte[],%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">encrypt</a></strong>(byte[]&nbsp;jweContent,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders)</code>
<div class="block">JWE compact encryption</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">JweJsonProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#encryptWith(org.apache.cxf.rs.security.jose.jwe.JweEncryptionProvider,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">encryptWith</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;encryptor,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;recipientUnprotected)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/security/spec/AlgorithmParameterSpec.html?is-external=true" title="class or interface in java.security.spec">AlgorithmParameterSpec</a></code></td>
<td class="colLast"><span class="strong">AbstractWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractWrapKeyEncryptionAlgorithm.html#getAlgorithmParameterSpec(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getAlgorithmParameterSpec</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/security/spec/AlgorithmParameterSpec.html?is-external=true" title="class or interface in java.security.spec">AlgorithmParameterSpec</a></code></td>
<td class="colLast"><span class="strong">AesGcmWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesGcmWrapKeyEncryptionAlgorithm.html#getAlgorithmParameterSpec(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getAlgorithmParameterSpec</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">AbstractWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractWrapKeyEncryptionAlgorithm.html#getContentEncryptionAlgoJava(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getContentEncryptionAlgoJava</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">AbstractContentEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractContentEncryptionAlgorithm.html#getContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">AbstractJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractJweEncryption.html#getContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">ContentEncryptionProvider.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html#getContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm.html#getContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static byte[]</code></td>
<td class="colLast"><span class="strong">EcdhDirectKeyJweDecryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/EcdhDirectKeyJweDecryption.html#getDecryptedContentEncryptionKeyFromHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20java.security.interfaces.ECPrivateKey)">getDecryptedContentEncryptionKeyFromHeaders</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
<a href="http://docs.oracle.com/javase/7/docs/api/java/security/interfaces/ECPrivateKey.html?is-external=true" title="class or interface in java.security.interfaces">ECPrivateKey</a>&nbsp;privateKey)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">EcdhDirectKeyJweEncryption.EcdhHelper.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/EcdhDirectKeyJweEncryption.EcdhHelper.html#getDerivedKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getDerivedKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">AbstractJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractJweEncryption.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;theCek)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">AbstractWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractWrapKeyEncryptionAlgorithm.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cek)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">AesCbcHmacJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesCbcHmacJweEncryption.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;theCek)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">AesGcmWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesGcmWrapKeyEncryptionAlgorithm.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cek)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">DirectKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/DirectKeyEncryptionAlgorithm.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;theCek)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">EcdhAesWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/EcdhAesWrapKeyEncryptionAlgorithm.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cek)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">KeyEncryptionProvider.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cek)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">PbesHmacAesWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/PbesHmacAesWrapKeyEncryptionAlgorithm.html#getEncryptedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">getEncryptedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cek)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">AesGcmContentDecryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesGcmContentDecryptionAlgorithm.html#getEncryptedSequence(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">getEncryptedSequence</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cipher,
byte[]&nbsp;authTag)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">ContentDecryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentDecryptionAlgorithm.html#getEncryptedSequence(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">getEncryptedSequence</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;cipher,
byte[]&nbsp;authTag)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesCbcHmacJweEncryption.MacState.html" title="class in org.apache.cxf.rs.security.jose.jwe">AesCbcHmacJweEncryption.MacState</a></code></td>
<td class="colLast"><span class="strong">AesCbcHmacJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AesCbcHmacJweEncryption.html#getInitializedMacState(byte[],%20byte[],%20byte[],%20org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20java.lang.String)">getInitializedMacState</a></strong>(byte[]&nbsp;secretKey,
byte[]&nbsp;theIv,
byte[]&nbsp;extraAad,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;theHeaders,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;protectedHeadersJson)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">AbstractWrapKeyEncryptionAlgorithm.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractWrapKeyEncryptionAlgorithm.html#getKeyEncryptionAlgoJava(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getKeyEncryptionAlgoJava</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">AbstractJweEncryption.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AbstractJweEncryption.html#getProvidedContentEncryptionKey(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">getProvidedContentEncryptionKey</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#loadDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20boolean)">loadDecryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;inHeaders,
boolean&nbsp;required)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a></code></td>
<td class="colLast"><span class="strong">JweUtils.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#loadEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20boolean)">loadEncryptionProvider</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
boolean&nbsp;required)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JweEncryptionInput.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#setJweHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">setJweHeaders</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JweHeaders.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html#setProtectedHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">setProtectedHeaders</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;protectedHeaders)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">JweCompactProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactProducer.html#startJweContent(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">startJweContent</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;encryptedContentEncryptionKey,
byte[]&nbsp;cipherInitVector)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">JweCompactProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactProducer.html#startJweContent(java.io.OutputStream,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">startJweContent</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;os,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;encryptedContentEncryptionKey,
byte[]&nbsp;cipherInitVector)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td>
<td class="colLast"><span class="strong">JweCompactProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactProducer.html#startJweContent(java.lang.StringBuilder,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">startJweContent</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;encryptedContentEncryptionKey,
byte[]&nbsp;cipherInitVector)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a> with type arguments of type <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">JweJsonProducer.</span><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#encryptWith(java.util.List,%20java.util.List)">encryptWith</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&gt;&nbsp;encryptors,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&gt;&nbsp;recipientUnprotected)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/package-summary.html">org.apache.cxf.rs.security.jose.jwe</a> with parameters of type <a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactProducer.html#JweCompactProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20byte[],%20byte[])">JweCompactProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;encryptedContentEncryptionKey,
byte[]&nbsp;cipherInitVector,
byte[]&nbsp;encryptedContentNoTag,
byte[]&nbsp;authenticationTag)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweCompactProducer.html#JweCompactProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20byte[],%20int)">JweCompactProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;encryptedContentEncryptionKey,
byte[]&nbsp;cipherInitVector,
byte[]&nbsp;encryptedContentWithTag,
int&nbsp;authTagLengthBits)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionInput.html#JweDecryptionInput(byte[],%20byte[],%20byte[],%20byte[],%20byte[],%20java.lang.String,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders)">JweDecryptionInput</a></strong>(byte[]&nbsp;encryptedCEK,
byte[]&nbsp;initVector,
byte[]&nbsp;encryptedContent,
byte[]&nbsp;authTag,
byte[]&nbsp;aad,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headersJson,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionOutput.html#JweDecryptionOutput(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">JweDecryptionOutput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#JweEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders)">JweEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#JweEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">JweEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders,
byte[]&nbsp;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#JweEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[])">JweEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders,
byte[]&nbsp;content,
byte[]&nbsp;aad)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#JweEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20byte[])">JweEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders,
byte[]&nbsp;content,
byte[]&nbsp;cek,
byte[]&nbsp;iv)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionInput.html#JweEncryptionInput(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20byte[],%20byte[])">JweEncryptionInput</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;jweHeaders,
byte[]&nbsp;content,
byte[]&nbsp;aad,
byte[]&nbsp;cek,
byte[]&nbsp;iv)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionOutput.html#JweEncryptionOutput(javax.crypto.Cipher,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20org.apache.cxf.rs.security.jose.jwe.AuthenticationTagProducer,%20org.apache.cxf.rt.security.crypto.KeyProperties,%20byte[],%20byte[])">JweEncryptionOutput</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto">Cipher</a>&nbsp;cipher,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;headers,
byte[]&nbsp;contentEncryptionKey,
byte[]&nbsp;iv,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/AuthenticationTagProducer.html" title="interface in org.apache.cxf.rs.security.jose.jwe">AuthenticationTagProducer</a>&nbsp;authTagProducer,
<a href="../../../../../../../../org/apache/cxf/rt/security/crypto/KeyProperties.html" title="class in org.apache.cxf.rt.security.crypto">KeyProperties</a>&nbsp;keyProps,
byte[]&nbsp;encryptedContent,
byte[]&nbsp;authTag)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonEncryptionEntry.html#JweJsonEncryptionEntry(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20java.lang.String)">JweJsonEncryptionEntry</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;unprotectedHeader,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encodedEncryptedKey)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#JweJsonProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[])">JweJsonProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;protectedHeader,
byte[]&nbsp;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#JweJsonProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20boolean)">JweJsonProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;protectedHeader,
byte[]&nbsp;content,
boolean&nbsp;canBeFlat)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#JweJsonProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20boolean)">JweJsonProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;protectedHeader,
byte[]&nbsp;content,
byte[]&nbsp;aad,
boolean&nbsp;canBeFlat)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweJsonProducer.html#JweJsonProducer(org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20org.apache.cxf.rs.security.jose.jwe.JweHeaders,%20byte[],%20byte[],%20boolean)">JweJsonProducer</a></strong>(<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;protectedHeader,
<a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweHeaders</a>&nbsp;unprotectedHeader,
byte[]&nbsp;content,
byte[]&nbsp;aad,
boolean&nbsp;canBeFlat)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweHeaders.html" title="class in org.apache.cxf.rs.security.jose.jwe">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/cxf/rs/security/jose/jwe/class-use/JweHeaders.html" target="_top">Frames</a></li>
<li><a href="JweHeaders.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>