summaryrefslogtreecommitdiffstats
path: root/base/kra/src/com/netscape/kra/TokenKeyRecoveryService.java
Commit message (Collapse)AuthorAgeFilesLines
* https://fedorahosted.org/pki/ticket/252 - TMS - ECC Key RecoveryChristina Fu2012-09-301-5/+5
|
* TMS key recovery part of - Bug 737122 - DRM: during archiving and ↵Christina Fu2012-09-281-36/+115
| | | | recovering, wrapping unwrapping keys should be done in the token
* Fixes for Guarded_By_Violation issues shown in CoverityAbhishek Koneru2012-07-021-1/+1
|
* Fixes for Coverity Defects of Category : ↵Abhishek Koneru2012-05-241-3/+3
| | | | FB.SBSC_USE_STRINGBUFFER_CONCATENATION --Remaining
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-091-2/+2
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-091-5/+5
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+627
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131