blob: 5f3bc998eb92d95a658e149e51c810276583b96c [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>JweUtils (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="JweUtils (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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/JweUtils.html">Use</a></li>
<li><a href="package-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><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweOutputStream.html" title="class in org.apache.cxf.rs.security.jose.jwe"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/rs/security/jose/jwe/JweUtils.html" target="_top">Frames</a></li>
<li><a href="JweUtils.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cxf.rs.security.jose.jwe</div>
<h2 title="Class JweUtils" class="title">Class JweUtils</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.rs.security.jose.jwe.JweUtils</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="strong">JweUtils</span>
extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</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>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweDecryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">createJweDecryptionProvider</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="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;contentDecryptionAlgo)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyDecryptionAlgorithm,%20java.lang.String)">createJweDecryptionProvider</a></strong>(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;keyDecryptionProvider,
<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;contentDecryptionAlgo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweDecryptionProvider(java.security.PrivateKey,%20java.lang.String,%20java.lang.String)">createJweDecryptionProvider</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;keyAlgo,
<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;contentDecryptionAlgo)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweDecryptionProvider(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String)">createJweDecryptionProvider</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="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;keyAlgo,
<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;contentDecryptionAlgo)</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"><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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String,%20java.lang.String)">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="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;contentEncryptionAlgo,
<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;compression)</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"><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="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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyEncryptionProvider,%20java.lang.String,%20java.lang.String)">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="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;contentEncryptionAlgo,
<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;compression)</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"><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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(java.security.interfaces.RSAPublicKey,%20java.lang.String,%20java.lang.String,%20java.lang.String)">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="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;keyAlgo,
<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;contentEncryptionAlgo,
<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;compression)</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"><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="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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#createJweEncryptionProvider(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String,%20java.lang.String)">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="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;keyAlgo,
<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;contentEncryptionAlgo,
<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;compression)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#decrypt(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String,%20java.lang.String)">decrypt</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="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;contentAlgo,
<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;content)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#decrypt(java.security.PrivateKey,%20java.lang.String,%20java.lang.String,%20java.lang.String)">decrypt</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;keyAlgo,
<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;contentAlgo,
<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;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#decrypt(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String,%20java.lang.String)">decrypt</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="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;keyAlgo,
<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;contentAlgo,
<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;content)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#decryptDirect(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">decryptDirect</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="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;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#decryptDirect(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String)">decryptDirect</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="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;contentAlgo,
<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;content)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encrypt(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String,%20byte[],%20java.lang.String)">encrypt</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="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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encrypt(java.security.interfaces.RSAPublicKey,%20java.lang.String,%20java.lang.String,%20byte[])">encrypt</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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encrypt(java.security.interfaces.RSAPublicKey,%20java.lang.String,%20java.lang.String,%20byte[],%20java.lang.String)">encrypt</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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encrypt(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String,%20byte[])">encrypt</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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encrypt(javax.crypto.SecretKey,%20java.lang.String,%20java.lang.String,%20byte[],%20java.lang.String)">encrypt</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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encryptDirect(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20byte[],%20java.lang.String)">encryptDirect</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,
byte[]&nbsp;content,
<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;ct)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encryptDirect(javax.crypto.SecretKey,%20java.lang.String,%20byte[])">encryptDirect</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="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;contentAlgo,
byte[]&nbsp;content)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#encryptDirect(javax.crypto.SecretKey,%20java.lang.String,%20byte[],%20java.lang.String)">encryptDirect</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="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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getAdditionalAuthenticationData(java.lang.String,%20byte[])">getAdditionalAuthenticationData</a></strong>(<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,
byte[]&nbsp;aad)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentDecryptionAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentDecryptionAlgorithm(java.lang.String)">getContentDecryptionAlgorithm</a></strong>(<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;algorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentDecryptionSecretKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getContentDecryptionSecretKey</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;jwk)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <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></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentDecryptionSecretKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">getContentDecryptionSecretKey</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;jwk,
<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;defaultAlgorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getContentEncryptionAlgorithm</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;jwk)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">getContentEncryptionAlgorithm</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;jwk,
<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;defaultAlgorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentEncryptionAlgorithm(javax.crypto.SecretKey,%20java.lang.String)">getContentEncryptionAlgorithm</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="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;algorithm)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getContentEncryptionAlgorithm(java.lang.String)">getContentEncryptionAlgorithm</a></strong>(<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;algorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweDecryption</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getDirectKeyJweDecryption(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getDirectKeyJweDecryption</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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweDecryption</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getDirectKeyJweDecryption(javax.crypto.SecretKey,%20java.lang.String)">getDirectKeyJweDecryption</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="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;algorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweEncryption</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getDirectKeyJweEncryption(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getDirectKeyJweEncryption</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)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweEncryption</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getDirectKeyJweEncryption(javax.crypto.SecretKey,%20java.lang.String)">getDirectKeyJweEncryption</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="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;algorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getECDHKey(java.security.interfaces.ECPrivateKey,%20java.security.interfaces.ECPublicKey,%20byte[],%20byte[],%20java.lang.String,%20int)">getECDHKey</a></strong>(<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,
<a href="http://docs.oracle.com/javase/7/docs/api/java/security/interfaces/ECPublicKey.html?is-external=true" title="class or interface in java.security.interfaces">ECPublicKey</a>&nbsp;peerPublicKey,
byte[]&nbsp;partyUInfo,
byte[]&nbsp;partyVInfo,
<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;algoName,
int&nbsp;algoKeyBitLen)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getECDHKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20byte[],%20byte[],%20java.lang.String,%20int)">getECDHKey</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;privateKey,
<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;peerPublicKey,
byte[]&nbsp;partyUInfo,
byte[]&nbsp;partyVInfo,
<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;algoName,
int&nbsp;algoKeyBitLen)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getKeyDecryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getKeyDecryptionAlgorithm</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;jwk)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getKeyDecryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">getKeyDecryptionAlgorithm</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;jwk,
<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;defaultAlgorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getKeyEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">getKeyEncryptionProvider</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;jwk)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getKeyEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey,%20java.lang.String)">getKeyEncryptionProvider</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;jwk,
<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;defaultAlgorithm)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getPrivateKeyDecryptionAlgorithm(java.security.PrivateKey,%20java.lang.String)">getPrivateKeyDecryptionAlgorithm</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;algo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getRSAKeyEncryptionProvider(java.security.interfaces.RSAPublicKey,%20java.lang.String)">getRSAKeyEncryptionProvider</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="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;algo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getSecretKeyDecryptionAlgorithm(javax.crypto.SecretKey,%20java.lang.String)">getSecretKeyDecryptionAlgorithm</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="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;algo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#getSecretKeyEncryptionAlgorithm(javax.crypto.SecretKey,%20java.lang.String)">getSecretKeyEncryptionAlgorithm</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="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;algo)</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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#loadDecryptionProvider(boolean)">loadDecryptionProvider</a></strong>(boolean&nbsp;required)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><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="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"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#loadEncryptionProvider(boolean)">loadEncryptionProvider</a></strong>(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"><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>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#validateCriticalHeaders(org.apache.cxf.rs.security.jose.JoseHeaders)">validateCriticalHeaders</a></strong>(<a href="../../../../../../../org/apache/cxf/rs/security/jose/JoseHeaders.html" title="class in org.apache.cxf.rs.security.jose">JoseHeaders</a>&nbsp;headers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweUtils.html#validateJweCertificateChain(java.util.List)">validateJweCertificateChain</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="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>&gt;&nbsp;certs)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="encrypt(java.security.interfaces.RSAPublicKey, java.lang.String, java.lang.String, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encrypt</h4>
<pre>public static&nbsp;<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;encrypt(<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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content)</pre>
</li>
</ul>
<a name="encrypt(java.security.interfaces.RSAPublicKey, java.lang.String, java.lang.String, byte[], java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encrypt</h4>
<pre>public static&nbsp;<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;encrypt(<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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</pre>
</li>
</ul>
<a name="encrypt(javax.crypto.SecretKey, java.lang.String, java.lang.String, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encrypt</h4>
<pre>public static&nbsp;<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;encrypt(<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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content)</pre>
</li>
</ul>
<a name="encrypt(javax.crypto.SecretKey, java.lang.String, java.lang.String, byte[], java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encrypt</h4>
<pre>public static&nbsp;<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;encrypt(<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="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;keyAlgo,
<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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</pre>
</li>
</ul>
<a name="encrypt(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String, byte[], java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encrypt</h4>
<pre>public static&nbsp;<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;encrypt(<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="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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</pre>
</li>
</ul>
<a name="encryptDirect(javax.crypto.SecretKey, java.lang.String, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptDirect</h4>
<pre>public static&nbsp;<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;encryptDirect(<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="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;contentAlgo,
byte[]&nbsp;content)</pre>
</li>
</ul>
<a name="encryptDirect(javax.crypto.SecretKey, java.lang.String, byte[], java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptDirect</h4>
<pre>public static&nbsp;<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;encryptDirect(<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="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;contentAlgo,
byte[]&nbsp;content,
<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;ct)</pre>
</li>
</ul>
<a name="encryptDirect(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, byte[], java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptDirect</h4>
<pre>public static&nbsp;<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;encryptDirect(<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,
byte[]&nbsp;content,
<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;ct)</pre>
</li>
</ul>
<a name="decrypt(java.security.PrivateKey, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decrypt</h4>
<pre>public static&nbsp;byte[]&nbsp;decrypt(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;keyAlgo,
<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;contentAlgo,
<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;content)</pre>
</li>
</ul>
<a name="decrypt(javax.crypto.SecretKey, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decrypt</h4>
<pre>public static&nbsp;byte[]&nbsp;decrypt(<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="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;keyAlgo,
<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;contentAlgo,
<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;content)</pre>
</li>
</ul>
<a name="decrypt(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decrypt</h4>
<pre>public static&nbsp;byte[]&nbsp;decrypt(<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="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;contentAlgo,
<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;content)</pre>
</li>
</ul>
<a name="decryptDirect(javax.crypto.SecretKey, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decryptDirect</h4>
<pre>public static&nbsp;byte[]&nbsp;decryptDirect(<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="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;contentAlgo,
<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;content)</pre>
</li>
</ul>
<a name="decryptDirect(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decryptDirect</h4>
<pre>public static&nbsp;byte[]&nbsp;decryptDirect(<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="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;content)</pre>
</li>
</ul>
<a name="getKeyEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a>&nbsp;getKeyEncryptionProvider(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk)</pre>
</li>
</ul>
<a name="getKeyEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a>&nbsp;getKeyEncryptionProvider(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk,
<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;defaultAlgorithm)</pre>
</li>
</ul>
<a name="getRSAKeyEncryptionProvider(java.security.interfaces.RSAPublicKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRSAKeyEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a>&nbsp;getRSAKeyEncryptionProvider(<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="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;algo)</pre>
</li>
</ul>
<a name="getSecretKeyEncryptionAlgorithm(javax.crypto.SecretKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecretKeyEncryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyEncryptionProvider</a>&nbsp;getSecretKeyEncryptionAlgorithm(<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="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;algo)</pre>
</li>
</ul>
<a name="getKeyDecryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyDecryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;getKeyDecryptionAlgorithm(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk)</pre>
</li>
</ul>
<a name="getKeyDecryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyDecryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;getKeyDecryptionAlgorithm(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk,
<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;defaultAlgorithm)</pre>
</li>
</ul>
<a name="getPrivateKeyDecryptionAlgorithm(java.security.PrivateKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrivateKeyDecryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;getPrivateKeyDecryptionAlgorithm(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;algo)</pre>
</li>
</ul>
<a name="getSecretKeyDecryptionAlgorithm(javax.crypto.SecretKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecretKeyDecryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;getSecretKeyDecryptionAlgorithm(<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="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;algo)</pre>
</li>
</ul>
<a name="getContentEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentEncryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a>&nbsp;getContentEncryptionAlgorithm(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk)</pre>
</li>
</ul>
<a name="getContentEncryptionAlgorithm(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentEncryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a>&nbsp;getContentEncryptionAlgorithm(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk,
<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;defaultAlgorithm)</pre>
</li>
</ul>
<a name="getContentEncryptionAlgorithm(javax.crypto.SecretKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentEncryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a>&nbsp;getContentEncryptionAlgorithm(<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="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;algorithm)</pre>
</li>
</ul>
<a name="getContentEncryptionAlgorithm(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentEncryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentEncryptionProvider</a>&nbsp;getContentEncryptionAlgorithm(<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;algorithm)</pre>
</li>
</ul>
<a name="getContentDecryptionAlgorithm(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentDecryptionAlgorithm</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/ContentDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">ContentDecryptionAlgorithm</a>&nbsp;getContentDecryptionAlgorithm(<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;algorithm)</pre>
</li>
</ul>
<a name="getContentDecryptionSecretKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentDecryptionSecretKey</h4>
<pre>public static&nbsp;<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;getContentDecryptionSecretKey(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk)</pre>
</li>
</ul>
<a name="getContentDecryptionSecretKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentDecryptionSecretKey</h4>
<pre>public static&nbsp;<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;getContentDecryptionSecretKey(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;jwk,
<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;defaultAlgorithm)</pre>
</li>
</ul>
<a name="getDirectKeyJweEncryption(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDirectKeyJweEncryption</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweEncryption</a>&nbsp;getDirectKeyJweEncryption(<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)</pre>
</li>
</ul>
<a name="getDirectKeyJweEncryption(javax.crypto.SecretKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDirectKeyJweEncryption</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweEncryption</a>&nbsp;getDirectKeyJweEncryption(<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="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;algorithm)</pre>
</li>
</ul>
<a name="getDirectKeyJweDecryption(org.apache.cxf.rs.security.jose.jwk.JsonWebKey)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDirectKeyJweDecryption</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweDecryption</a>&nbsp;getDirectKeyJweDecryption(<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)</pre>
</li>
</ul>
<a name="getDirectKeyJweDecryption(javax.crypto.SecretKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDirectKeyJweDecryption</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryption.html" title="class in org.apache.cxf.rs.security.jose.jwe">JweDecryption</a>&nbsp;getDirectKeyJweDecryption(<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="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;algorithm)</pre>
</li>
</ul>
<a name="loadEncryptionProvider(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;loadEncryptionProvider(boolean&nbsp;required)</pre>
</li>
</ul>
<a name="loadEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;loadEncryptionProvider(<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)</pre>
</li>
</ul>
<a name="loadDecryptionProvider(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;loadDecryptionProvider(boolean&nbsp;required)</pre>
</li>
</ul>
<a name="loadDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;loadDecryptionProvider(<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)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(java.security.interfaces.RSAPublicKey, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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="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;keyAlgo,
<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;contentEncryptionAlgo,
<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;compression)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(java.security.interfaces.RSAPublicKey, org.apache.cxf.rs.security.jose.jwe.JweHeaders)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(javax.crypto.SecretKey, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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="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;keyAlgo,
<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;contentEncryptionAlgo,
<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;compression)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(javax.crypto.SecretKey, org.apache.cxf.rs.security.jose.jwe.JweHeaders)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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="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;contentEncryptionAlgo,
<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;compression)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, org.apache.cxf.rs.security.jose.jwe.JweHeaders)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyEncryptionProvider, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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="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;contentEncryptionAlgo,
<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;compression)</pre>
</li>
</ul>
<a name="createJweEncryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyEncryptionProvider, org.apache.cxf.rs.security.jose.jwe.JweHeaders)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweEncryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweEncryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweEncryptionProvider</a>&nbsp;createJweEncryptionProvider(<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)</pre>
</li>
</ul>
<a name="createJweDecryptionProvider(java.security.PrivateKey, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;createJweDecryptionProvider(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html?is-external=true" title="class or interface in java.security">PrivateKey</a>&nbsp;key,
<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;keyAlgo,
<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;contentDecryptionAlgo)</pre>
</li>
</ul>
<a name="createJweDecryptionProvider(javax.crypto.SecretKey, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;createJweDecryptionProvider(<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="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;keyAlgo,
<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;contentDecryptionAlgo)</pre>
</li>
</ul>
<a name="createJweDecryptionProvider(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;createJweDecryptionProvider(<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="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;contentDecryptionAlgo)</pre>
</li>
</ul>
<a name="createJweDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.KeyDecryptionAlgorithm, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createJweDecryptionProvider</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweDecryptionProvider.html" title="interface in org.apache.cxf.rs.security.jose.jwe">JweDecryptionProvider</a>&nbsp;createJweDecryptionProvider(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe">KeyDecryptionAlgorithm</a>&nbsp;keyDecryptionProvider,
<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;contentDecryptionAlgo)</pre>
</li>
</ul>
<a name="validateCriticalHeaders(org.apache.cxf.rs.security.jose.JoseHeaders)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateCriticalHeaders</h4>
<pre>public static&nbsp;boolean&nbsp;validateCriticalHeaders(<a href="../../../../../../../org/apache/cxf/rs/security/jose/JoseHeaders.html" title="class in org.apache.cxf.rs.security.jose">JoseHeaders</a>&nbsp;headers)</pre>
</li>
</ul>
<a name="getECDHKey(org.apache.cxf.rs.security.jose.jwk.JsonWebKey, org.apache.cxf.rs.security.jose.jwk.JsonWebKey, byte[], byte[], java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getECDHKey</h4>
<pre>public static&nbsp;byte[]&nbsp;getECDHKey(<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;privateKey,
<a href="../../../../../../../org/apache/cxf/rs/security/jose/jwk/JsonWebKey.html" title="class in org.apache.cxf.rs.security.jose.jwk">JsonWebKey</a>&nbsp;peerPublicKey,
byte[]&nbsp;partyUInfo,
byte[]&nbsp;partyVInfo,
<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;algoName,
int&nbsp;algoKeyBitLen)</pre>
</li>
</ul>
<a name="getECDHKey(java.security.interfaces.ECPrivateKey, java.security.interfaces.ECPublicKey, byte[], byte[], java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getECDHKey</h4>
<pre>public static&nbsp;byte[]&nbsp;getECDHKey(<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,
<a href="http://docs.oracle.com/javase/7/docs/api/java/security/interfaces/ECPublicKey.html?is-external=true" title="class or interface in java.security.interfaces">ECPublicKey</a>&nbsp;peerPublicKey,
byte[]&nbsp;partyUInfo,
byte[]&nbsp;partyVInfo,
<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;algoName,
int&nbsp;algoKeyBitLen)</pre>
</li>
</ul>
<a name="getAdditionalAuthenticationData(java.lang.String, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdditionalAuthenticationData</h4>
<pre>public static&nbsp;byte[]&nbsp;getAdditionalAuthenticationData(<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,
byte[]&nbsp;aad)</pre>
</li>
</ul>
<a name="validateJweCertificateChain(java.util.List)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>validateJweCertificateChain</h4>
<pre>public static&nbsp;void&nbsp;validateJweCertificateChain(<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="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>&gt;&nbsp;certs)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/JweUtils.html">Use</a></li>
<li><a href="package-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><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/JweOutputStream.html" title="class in org.apache.cxf.rs.security.jose.jwe"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/rs/security/jose/jwe/KeyDecryptionAlgorithm.html" title="interface in org.apache.cxf.rs.security.jose.jwe"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/rs/security/jose/jwe/JweUtils.html" target="_top">Frames</a></li>
<li><a href="JweUtils.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>