<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Problem using Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/discussions/f/plug-ins/25043/problem-using-java-cryptography-architecture-jca-tools</link><description>Hi, 
 I need to encrypt text with an asymmetric algorithm. 
 I hope to use &amp;quot;Java Cryptography Architecture (JCA) Tools&amp;quot; because it exposes many algorithms to use, and I want to use RSA/ECB/PKCS1Padding. 
 I don&amp;#39;t see any method to generate Public/private</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Problem using Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/thread/97016?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2022 05:38:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f909c7b-38ca-495d-8e3f-1bb70af79814</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You key seems to be base64 encoded. That might be an issue. AFAIK the way a key can be represented can be:&lt;/p&gt;
&lt;p&gt;- Bytes&lt;/p&gt;
&lt;p&gt;- Base 64 encoded bytes&lt;/p&gt;
&lt;p&gt;- Hex string&lt;/p&gt;
&lt;p&gt;And I think that not all variants are supported. I suggest to download the plugin from the app market and have a look at the source to understand what it is doing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>