Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Verisign's TSIK and RSA1_5 Key Encryption

843810Nov 18 2002 — edited Nov 19 2002
Working with SAML assertions using TSIK, http://www.xmltrustcenter.org/. One of the elements within the SAML assertion contains data that would I like to encrypt. I can encrypt the data using TRIPLEDES but have been unsuccessful encrypting a key using the public key. I am using the TSIK's recommended, AlgorithmType.RSA1_5 in my Encryptor class. I get the following error:

java.lang.IllegalArgumentException: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA


Has anyone in this forum used TSIK and does anyone know if:

1. Keys can be encrypted using TSIK 1.5.
2. If the answer to #1 is yes, does verisign have to be added as a provider in the java.security file and what is the syntax of the entry.


Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2002
Added on Nov 18 2002
5 comments
276 views