summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/servlet/key/KeysResourceService.java
Commit message (Collapse)AuthorAgeFilesLines
* KRA changes for archiving and recovering symmetric keys and passphrases.Jack Magne2012-02-131-1/+1
| | | | | | | | | | | | Ticket #66 and #68. Add ability to archive and recover symmetric keys and passphrases using rest interface. Enhanced test client to test out new functionality. Provided support to return recovered data either wrapped by symmetric key or wrapped in PBE password based encryption blob. DRM symmetric key support cleanup changes. Consists of suggested cleanup measures based on review comments.
* Fix test client errorsAde Lee2012-02-081-1/+1
| | | | | | | Added ClientResponse annotation to SystemCertificateResource. Added Consumes annotation to KeyResource, KeyRequestResource Added checks for empty search results to test client, as well as stripping header, trailer from transport cert.
* New DRM proxy client and testsAde Lee2012-02-081-0/+90
Added new interfaces for each Resource, and renamed old Resource service classes.