This patch is the 1st patch to ticket #941 - TPS Rewrite: Enrollment,
Recovery, KeyRecovery, revoke/unrevoke processor
It mainly allows tomcat TPS to
1. take the raw bytes of public key generated on the token,
2. parse it and transform it into a PublicKey structure
3. send request to CA
4. upon success of the issuance from CA, receive and decode into
X509CertImp ready to be processed and injected to the token
5 takes token profile (tokenKey) from CS.cfg for the remote handlers
It currently does not:
* handle ECC
* verify the key proof (challenge)
Please review
thanks,
Christina