From f31ce3a1378071cc413bb01a65ae6e206f0ce4ff Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 11 Jan 2012 13:01:06 -0500 Subject: Formatting (line wrap > 120 in comments --- .../kra/src/com/netscape/kra/EnrollmentService.java | 3 ++- .../kra/src/com/netscape/kra/KeyRecoveryAuthority.java | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'pki/base/kra') diff --git a/pki/base/kra/src/com/netscape/kra/EnrollmentService.java b/pki/base/kra/src/com/netscape/kra/EnrollmentService.java index a485545ee..39a5d14b6 100644 --- a/pki/base/kra/src/com/netscape/kra/EnrollmentService.java +++ b/pki/base/kra/src/com/netscape/kra/EnrollmentService.java @@ -82,7 +82,8 @@ import com.netscape.cmscore.dbs.KeyRecord; *

* If policy returns ACCEPTED, the request will be processed immediately. *

- * Upon processing, the incoming user key is unwrapped with the transport key of KRA, and then wrapped with the storage key. The encrypted key is stored in the internal database for long term storage. + * Upon processing, the incoming user key is unwrapped with the transport key of KRA, and then wrapped with the storage + * key. The encrypted key is stored in the internal database for long term storage. *

* * @author thomask (original) diff --git a/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java b/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java index 8b64f8abd..7f523f339 100644 --- a/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java +++ b/pki/base/kra/src/com/netscape/kra/KeyRecoveryAuthority.java @@ -725,8 +725,10 @@ public class KeyRecoveryAuthority implements IAuthority, IKeyService, IKeyRecove *

* *

* * @param rec key record to be archived @@ -971,8 +973,10 @@ public class KeyRecoveryAuthority implements IAuthority, IKeyService, IKeyRecove *

* *

* * @param kid key identifier @@ -1108,8 +1112,10 @@ public class KeyRecoveryAuthority implements IAuthority, IKeyService, IKeyRecove *

* *

* * @param requestID request id -- cgit