Verisign's TSIK and RSA1_5 Key Encryption
843810Nov 18 2002 — edited Nov 19 2002Working 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!