From 7c7b9d023cd466c1771068badc020dab36beb553 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 5 Apr 2012 14:49:11 -0500 Subject: Removed whitespaces from Java code. Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134 --- .../netscape/cms/profile/common/BasicProfile.java | 16 +++++++-------- .../cms/profile/common/CACertCAEnrollProfile.java | 4 ++-- .../cms/profile/common/CAEnrollProfile.java | 4 ++-- .../cms/profile/common/EnrollProfileContext.java | 2 +- .../cms/profile/common/ProfileContext.java | 2 +- .../netscape/cms/profile/common/ProfilePolicy.java | 2 +- .../cms/profile/common/RAEnrollProfile.java | 2 +- .../profile/common/ServerCertCAEnrollProfile.java | 2 +- .../profile/common/UserCertCAEnrollProfile.java | 2 +- .../constraint/BasicConstraintsExtConstraint.java | 2 +- .../profile/constraint/CAValidityConstraint.java | 2 +- .../cms/profile/constraint/EnrollConstraint.java | 8 ++++---- .../constraint/ExtendedKeyUsageExtConstraint.java | 2 +- .../profile/constraint/ExtensionConstraint.java | 4 ++-- .../cms/profile/constraint/KeyConstraint.java | 6 +++--- .../profile/constraint/KeyUsageExtConstraint.java | 2 +- .../constraint/NSCertTypeExtConstraint.java | 2 +- .../cms/profile/constraint/NoConstraint.java | 2 +- .../constraint/RenewGracePeriodConstraint.java | 4 ++-- .../profile/constraint/SigningAlgConstraint.java | 2 +- .../profile/constraint/SubjectNameConstraint.java | 2 +- .../profile/constraint/UniqueKeyConstraint.java | 18 ++++++++-------- .../constraint/UniqueSubjectNameConstraint.java | 4 ++-- .../cms/profile/constraint/ValidityConstraint.java | 12 +++++------ .../cms/profile/def/AuthInfoAccessExtDefault.java | 2 +- .../profile/def/AuthTokenSubjectNameDefault.java | 2 +- .../def/AuthorityKeyIdentifierExtDefault.java | 2 +- .../cms/profile/def/AutoAssignDefault.java | 2 +- .../profile/def/BasicConstraintsExtDefault.java | 2 +- .../netscape/cms/profile/def/CAEnrollDefault.java | 2 +- .../def/CRLDistributionPointsExtDefault.java | 2 +- .../profile/def/CertificatePoliciesExtDefault.java | 2 +- .../cms/profile/def/CertificateVersionDefault.java | 2 +- .../netscape/cms/profile/def/EnrollDefault.java | 24 +++++++++++----------- .../netscape/cms/profile/def/EnrollExtDefault.java | 2 +- .../profile/def/ExtendedKeyUsageExtDefault.java | 2 +- .../cms/profile/def/FreshestCRLExtDefault.java | 2 +- .../cms/profile/def/GenericExtDefault.java | 2 +- .../com/netscape/cms/profile/def/ImageDefault.java | 2 +- .../profile/def/InhibitAnyPolicyExtDefault.java | 2 +- .../cms/profile/def/IssuerAltNameExtDefault.java | 2 +- .../cms/profile/def/KeyUsageExtDefault.java | 2 +- .../cms/profile/def/NSCCommentExtDefault.java | 2 +- .../cms/profile/def/NSCertTypeExtDefault.java | 2 +- .../cms/profile/def/NameConstraintsExtDefault.java | 2 +- .../com/netscape/cms/profile/def/NoDefault.java | 2 +- .../cms/profile/def/OCSPNoCheckExtDefault.java | 2 +- .../profile/def/PolicyConstraintsExtDefault.java | 2 +- .../cms/profile/def/PolicyMappingsExtDefault.java | 2 +- .../def/PrivateKeyUsagePeriodExtDefault.java | 4 ++-- .../cms/profile/def/SubjectAltNameExtDefault.java | 2 +- .../def/SubjectDirAttributesExtDefault.java | 2 +- .../profile/def/SubjectInfoAccessExtDefault.java | 2 +- .../def/SubjectKeyIdentifierExtDefault.java | 2 +- .../cms/profile/def/SubjectNameDefault.java | 2 +- .../cms/profile/def/UserExtensionDefault.java | 2 +- .../netscape/cms/profile/def/UserKeyDefault.java | 2 +- .../cms/profile/def/UserSigningAlgDefault.java | 2 +- .../cms/profile/def/UserSubjectNameDefault.java | 2 +- .../cms/profile/def/UserValidityDefault.java | 2 +- .../netscape/cms/profile/def/ValidityDefault.java | 2 +- .../cms/profile/def/nsHKeySubjectNameDefault.java | 2 +- .../cms/profile/def/nsNKeySubjectNameDefault.java | 2 +- .../def/nsTokenDeviceKeySubjectNameDefault.java | 2 +- .../def/nsTokenUserKeySubjectNameDefault.java | 2 +- .../cms/profile/input/CMCCertReqInput.java | 4 ++-- .../netscape/cms/profile/input/CertReqInput.java | 4 ++-- .../cms/profile/input/DualKeyGenInput.java | 4 ++-- .../cms/profile/input/EncryptionKeyGenInput.java | 4 ++-- .../netscape/cms/profile/input/EnrollInput.java | 18 ++++++++-------- .../cms/profile/input/FileSigningInput.java | 2 +- .../netscape/cms/profile/input/GenericInput.java | 2 +- .../com/netscape/cms/profile/input/ImageInput.java | 2 +- .../netscape/cms/profile/input/KeyGenInput.java | 4 ++-- .../cms/profile/input/SerialNumRenewInput.java | 2 +- .../cms/profile/input/SigningKeyGenInput.java | 4 ++-- .../cms/profile/input/SubjectNameInput.java | 2 +- .../cms/profile/input/SubmitterInfoInput.java | 2 +- .../cms/profile/input/nsHKeyCertReqInput.java | 4 ++-- .../cms/profile/input/nsNKeyCertReqInput.java | 4 ++-- .../netscape/cms/profile/output/CMMFOutput.java | 2 +- .../netscape/cms/profile/output/CertOutput.java | 2 +- .../netscape/cms/profile/output/EnrollOutput.java | 10 ++++----- .../netscape/cms/profile/output/PKCS7Output.java | 2 +- .../netscape/cms/profile/output/nsNKeyOutput.java | 2 +- .../cms/profile/updater/SubsystemGroupUpdater.java | 2 +- 86 files changed, 148 insertions(+), 148 deletions(-) (limited to 'base/common/src/com/netscape/cms/profile') diff --git a/base/common/src/com/netscape/cms/profile/common/BasicProfile.java b/base/common/src/com/netscape/cms/profile/common/BasicProfile.java index 696d0cd13..0c60f081c 100644 --- a/base/common/src/com/netscape/cms/profile/common/BasicProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/BasicProfile.java @@ -50,7 +50,7 @@ import com.netscape.certsrv.request.RequestStatus; /** * This class implements a basic profile. - * + * * @version $Revision$, $Date$ */ public abstract class BasicProfile implements IProfile { @@ -206,7 +206,7 @@ public abstract class BasicProfile implements IProfile { // policy.p1.constraint.params.x1=x1 // policy.p1.constraint.params.x2=x2 - // handle profile authentication plugins + // handle profile authentication plugins try { mAuthInstanceId = config.getString("auth." + PROP_INSTANCE_ID, null); mAuthzAcl = config.getString("authz.acl", ""); @@ -742,7 +742,7 @@ public abstract class BasicProfile implements IProfile { throws EProfileException { // String setId ex: policyset.set1 - // String id Id of policy : examples: p1,p2,p3 + // String id Id of policy : examples: p1,p2,p3 // String defaultClassId : id of the default plugin ex: validityDefaultImpl // String constraintClassId : if of the constraint plugin ex: basicConstraintsExtConstraintImpl // boolean createConfig : true : being called from the console. false: being called from server startup code @@ -847,7 +847,7 @@ public abstract class BasicProfile implements IProfile { // noDefaultImpl, genericExtDefaultImpl if ((curDefaultClassId.equals(defaultClassId) && - !curDefaultClassId.equals(PROP_NO_DEFAULT) && + !curDefaultClassId.equals(PROP_NO_DEFAULT) && !curDefaultClassId.equals(PROP_GENERIC_EXT_DEFAULT))) { matches++; @@ -1110,11 +1110,11 @@ public abstract class BasicProfile implements IProfile { /** * Signed Audit Log - * + * * This method is inherited by all extended "BasicProfile"s, * and is called to store messages to the signed audit log. *

- * + * * @param msg signed audit log message */ protected void audit(String msg) { @@ -1134,12 +1134,12 @@ public abstract class BasicProfile implements IProfile { /** * Signed Audit Log Subject ID - * + * * This method is inherited by all extended "BasicProfile"s, * and is called to obtain the "SubjectID" for * a signed audit log message. *

- * + * * @return id string containing the signed audit log message SubjectID */ protected String auditSubjectID() { diff --git a/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java b/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java index b95b22339..1ae2f0853 100644 --- a/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java @@ -27,7 +27,7 @@ import com.netscape.certsrv.profile.IProfilePolicy; /** * This class implements a Certificate Manager enrollment * profile for CA Certificates. - * + * * @version $Revision$, $Date$ */ public class CACertCAEnrollProfile extends CAEnrollProfile @@ -44,7 +44,7 @@ public class CACertCAEnrollProfile extends CAEnrollProfile NameValuePairs inputParams2 = new NameValuePairs(); createProfileInput("i2", "submitterInfoInputImpl", inputParams2); - // create outputs + // create outputs NameValuePairs outputParams1 = new NameValuePairs(); createProfileOutput("o1", "certOutputImpl", outputParams1); diff --git a/base/common/src/com/netscape/cms/profile/common/CAEnrollProfile.java b/base/common/src/com/netscape/cms/profile/common/CAEnrollProfile.java index c03f90a4b..46bc1a787 100644 --- a/base/common/src/com/netscape/cms/profile/common/CAEnrollProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/CAEnrollProfile.java @@ -43,7 +43,7 @@ import com.netscape.certsrv.request.RequestStatus; /** * This class implements a Certificate Manager enrollment * profile. - * + * * @version $Revision$, $Date$ */ public class CAEnrollProfile extends EnrollProfile { @@ -181,7 +181,7 @@ public class CAEnrollProfile extends EnrollProfile { X509CertInfo info = request.getExtDataInCertInfo(REQUEST_CERTINFO); X509CertImpl theCert = null; - // #615460 - added audit log (transaction) + // #615460 - added audit log (transaction) SessionContext sc = SessionContext.getExistingContext(); sc.put("profileId", getId()); String setId = request.getExtDataInString("profileSetId"); diff --git a/base/common/src/com/netscape/cms/profile/common/EnrollProfileContext.java b/base/common/src/com/netscape/cms/profile/common/EnrollProfileContext.java index 3610520fd..444024b94 100644 --- a/base/common/src/com/netscape/cms/profile/common/EnrollProfileContext.java +++ b/base/common/src/com/netscape/cms/profile/common/EnrollProfileContext.java @@ -22,7 +22,7 @@ import com.netscape.certsrv.profile.IProfileContext; /** * This class implements an enrollment profile context * that carries information for request creation. - * + * * @version $Revision$, $Date$ */ public class EnrollProfileContext extends ProfileContext diff --git a/base/common/src/com/netscape/cms/profile/common/ProfileContext.java b/base/common/src/com/netscape/cms/profile/common/ProfileContext.java index 7d0686378..d07cdfc27 100644 --- a/base/common/src/com/netscape/cms/profile/common/ProfileContext.java +++ b/base/common/src/com/netscape/cms/profile/common/ProfileContext.java @@ -23,7 +23,7 @@ import com.netscape.certsrv.profile.IProfileContext; /** * This class implements the profile context. - * + * * @version $Revision$, $Date$ */ public class ProfileContext implements IProfileContext { diff --git a/base/common/src/com/netscape/cms/profile/common/ProfilePolicy.java b/base/common/src/com/netscape/cms/profile/common/ProfilePolicy.java index a8a90aef9..157914927 100644 --- a/base/common/src/com/netscape/cms/profile/common/ProfilePolicy.java +++ b/base/common/src/com/netscape/cms/profile/common/ProfilePolicy.java @@ -25,7 +25,7 @@ import com.netscape.certsrv.profile.IProfilePolicy; * This class implements a profile policy that * contains a default policy and a constraint * policy. - * + * * @version $Revision$, $Date$ */ public class ProfilePolicy implements IProfilePolicy { diff --git a/base/common/src/com/netscape/cms/profile/common/RAEnrollProfile.java b/base/common/src/com/netscape/cms/profile/common/RAEnrollProfile.java index 36bac1fa7..8bcb59c86 100644 --- a/base/common/src/com/netscape/cms/profile/common/RAEnrollProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/RAEnrollProfile.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.RequestStatus; /** * This class implements a Registration Manager * enrollment profile. - * + * * @version $Revision$, $Date$ */ public class RAEnrollProfile extends EnrollProfile { diff --git a/base/common/src/com/netscape/cms/profile/common/ServerCertCAEnrollProfile.java b/base/common/src/com/netscape/cms/profile/common/ServerCertCAEnrollProfile.java index 9be1e43c4..a1a83a49f 100644 --- a/base/common/src/com/netscape/cms/profile/common/ServerCertCAEnrollProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/ServerCertCAEnrollProfile.java @@ -27,7 +27,7 @@ import com.netscape.certsrv.profile.IProfilePolicy; /** * This class implements a Certificate Manager enrollment * profile for Server Certificates. - * + * * @version $Revision$, $Date$ */ public class ServerCertCAEnrollProfile extends CAEnrollProfile diff --git a/base/common/src/com/netscape/cms/profile/common/UserCertCAEnrollProfile.java b/base/common/src/com/netscape/cms/profile/common/UserCertCAEnrollProfile.java index 3f1cdfb21..710a4616d 100644 --- a/base/common/src/com/netscape/cms/profile/common/UserCertCAEnrollProfile.java +++ b/base/common/src/com/netscape/cms/profile/common/UserCertCAEnrollProfile.java @@ -27,7 +27,7 @@ import com.netscape.certsrv.profile.IProfilePolicy; /** * This class implements a Certificate Manager enrollment * profile for User Certificates. - * + * * @version $Revision$, $Date$ */ public class UserCertCAEnrollProfile extends CAEnrollProfile diff --git a/base/common/src/com/netscape/cms/profile/constraint/BasicConstraintsExtConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/BasicConstraintsExtConstraint.java index f924c587f..ca2668f7d 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/BasicConstraintsExtConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/BasicConstraintsExtConstraint.java @@ -42,7 +42,7 @@ import com.netscape.cms.profile.def.UserExtensionDefault; * This class implements the basic constraints extension constraint. * It checks if the basic constraint in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class BasicConstraintsExtConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/CAValidityConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/CAValidityConstraint.java index e118fa215..a7a159de3 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/CAValidityConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/CAValidityConstraint.java @@ -41,7 +41,7 @@ import com.netscape.cms.profile.def.ValidityDefault; * This class implements the validity constraint. * It checks if the validity in the certificate * template is within the CA's validity. - * + * * @version $Revision$, $Date$ */ public class CAValidityConstraint extends CAEnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/EnrollConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/EnrollConstraint.java index 40c2153a8..eb3eb14f6 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/EnrollConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/EnrollConstraint.java @@ -40,7 +40,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the generic enrollment constraint. - * + * * @version $Revision$, $Date$ */ public abstract class EnrollConstraint implements IPolicyConstraint { @@ -114,7 +114,7 @@ public abstract class EnrollConstraint implements IPolicyConstraint { /** * Validates the request. The request is not modified * during the validation. - * + * * @param request enrollment request * @param info certificate template * @exception ERejectException request is rejected due @@ -126,11 +126,11 @@ public abstract class EnrollConstraint implements IPolicyConstraint { /** * Validates the request. The request is not modified * during the validation. - * + * * The current implementation of this method calls * into the subclass's validate(request, info) * method for validation checking. - * + * * @param request request * @exception ERejectException request is rejected due * to violation of constraint diff --git a/base/common/src/com/netscape/cms/profile/constraint/ExtendedKeyUsageExtConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/ExtendedKeyUsageExtConstraint.java index 3c737e8a5..7821964b9 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/ExtendedKeyUsageExtConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/ExtendedKeyUsageExtConstraint.java @@ -43,7 +43,7 @@ import com.netscape.cms.profile.def.UserExtensionDefault; * This class implements the extended key usage extension constraint. * It checks if the extended key usage extension in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class ExtendedKeyUsageExtConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/ExtensionConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/ExtensionConstraint.java index 1562fddb8..97dc358e3 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/ExtensionConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/ExtensionConstraint.java @@ -40,7 +40,7 @@ import com.netscape.cms.profile.def.UserExtensionDefault; * This class implements the general extension constraint. * It checks if the extension in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class ExtensionConstraint extends EnrollConstraint { @@ -110,7 +110,7 @@ public class ExtensionConstraint extends EnrollConstraint { getConfig(CONFIG_OID))); } - // check criticality + // check criticality String value = getConfig(CONFIG_CRITICAL); if (!isOptional(value)) { diff --git a/base/common/src/com/netscape/cms/profile/constraint/KeyConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/KeyConstraint.java index e6f5019a0..2d1f44751 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/KeyConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/KeyConstraint.java @@ -46,7 +46,7 @@ import com.netscape.cms.profile.def.UserKeyDefault; /** * This constraint is to check the key type and * key length. - * + * * @version $Revision$, $Date$ */ @SuppressWarnings("serial") @@ -454,7 +454,7 @@ public class KeyConstraint extends EnrollConstraint { CMS.debug("algId: " + algid); - //Get raw string representation of alg parameters, will give + //Get raw string representation of alg parameters, will give //us the curve OID. String params = null; @@ -582,7 +582,7 @@ public class KeyConstraint extends EnrollConstraint { if (keyType.equals("")) return; } - // All the params we need for validation have been collected, + // All the params we need for validation have been collected, // we don't know which order they will show up if (keyType.length() > 0 && keyParams.length() > 0) { String[] params = keyParams.split(","); diff --git a/base/common/src/com/netscape/cms/profile/constraint/KeyUsageExtConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/KeyUsageExtConstraint.java index 927c64ec2..f7ec42215 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/KeyUsageExtConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/KeyUsageExtConstraint.java @@ -40,7 +40,7 @@ import com.netscape.cms.profile.def.UserExtensionDefault; * This class implements the key usage extension constraint. * It checks if the key usage constraint in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class KeyUsageExtConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/NSCertTypeExtConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/NSCertTypeExtConstraint.java index 843360542..066553275 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/NSCertTypeExtConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/NSCertTypeExtConstraint.java @@ -39,7 +39,7 @@ import com.netscape.cms.profile.def.UserExtensionDefault; * This class implements the Netscape certificate type extension constraint. * It checks if the Netscape certificate type extension in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class NSCertTypeExtConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/NoConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/NoConstraint.java index 459e9f219..17f6e0b37 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/NoConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/NoConstraint.java @@ -35,7 +35,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements no constraint. - * + * * @version $Revision$, $Date$ */ public class NoConstraint implements IPolicyConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/RenewGracePeriodConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/RenewGracePeriodConstraint.java index fb01d7d14..d1403962e 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/RenewGracePeriodConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/RenewGracePeriodConstraint.java @@ -38,13 +38,13 @@ import com.netscape.cms.profile.def.NoDefault; /** * This class supports renewal grace period, which has two * parameters: graceBefore and graceAfter - * + * * @author Christina Fu * @version $Revision$, $Date$ */ public class RenewGracePeriodConstraint extends EnrollConstraint { - // for renewal: # of days before the orig cert expiration date + // for renewal: # of days before the orig cert expiration date public static final String CONFIG_RENEW_GRACE_BEFORE = "renewal.graceBefore"; // for renewal: # of days after the orig cert expiration date public static final String CONFIG_RENEW_GRACE_AFTER = "renewal.graceAfter"; diff --git a/base/common/src/com/netscape/cms/profile/constraint/SigningAlgConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/SigningAlgConstraint.java index 4dbe329b3..4ccb9ad8f 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/SigningAlgConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/SigningAlgConstraint.java @@ -43,7 +43,7 @@ import com.netscape.cms.profile.def.UserSigningAlgDefault; * This class implements the signing algorithm constraint. * It checks if the signing algorithm in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class SigningAlgConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/SubjectNameConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/SubjectNameConstraint.java index 477e99b98..6ecac885b 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/SubjectNameConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/SubjectNameConstraint.java @@ -41,7 +41,7 @@ import com.netscape.cms.profile.def.UserSubjectNameDefault; * This class implements the subject name constraint. * It checks if the subject name in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class SubjectNameConstraint extends EnrollConstraint { diff --git a/base/common/src/com/netscape/cms/profile/constraint/UniqueKeyConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/UniqueKeyConstraint.java index f10130aa6..8d7a67a77 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/UniqueKeyConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/UniqueKeyConstraint.java @@ -46,13 +46,13 @@ import com.netscape.cms.profile.def.NoDefault; * The config param "allowSameKeyRenewal" enables the * situation where if the publickey is not unique, and if * the subject DN is the same, that is a "renewal". - * + * * Another "feature" that is quoted out of this code is the * "revokeDupKeyCert" option, which enables the revocation * of certs that bear the same publickey as the enrolling * request. Since this can potentially be abused, it is taken * out and preserved in comments to allow future refinement. - * + * * @version $Revision$, $Date$ */ public class UniqueKeyConstraint extends EnrollConstraint { @@ -166,7 +166,7 @@ public class UniqueKeyConstraint extends EnrollConstraint { BigInteger serialNum = cert.getSerialNumber(); ICAService service = (ICAService) mCA.getCAService(); - RevokedCertImpl crlEntry = + RevokedCertImpl crlEntry = formCRLEntry(serialNum, RevocationReason.KEY_COMPROMISE); service.revokeCert(crlEntry); CMS.debug("UniqueKeyConstraint: certificate with duplicate publickey revoked successfully"); @@ -234,28 +234,28 @@ public class UniqueKeyConstraint extends EnrollConstraint { /** * make a CRL entry from a serial number and revocation reason. - * + * * @return a RevokedCertImpl that can be entered in a CRL. - * + * * protected RevokedCertImpl formCRLEntry( * BigInteger serialNo, RevocationReason reason) * throws EBaseException { * CRLReasonExtension reasonExt = new CRLReasonExtension(reason); * CRLExtensions crlentryexts = new CRLExtensions(); - * + * * try { * crlentryexts.set(CRLReasonExtension.NAME, reasonExt); * } catch (IOException e) { * CMS.debug("CMSGW_ERR_CRL_REASON "+e.toString()); - * + * * // throw new ECMSGWException( * // CMS.getLogMessage("CMSGW_ERROR_SETTING_CRLREASON")); - * + * * } * RevokedCertImpl crlentry = * new RevokedCertImpl(serialNo, CMS.getCurrentDate(), * crlentryexts); - * + * * return crlentry; * } */ diff --git a/base/common/src/com/netscape/cms/profile/constraint/UniqueSubjectNameConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/UniqueSubjectNameConstraint.java index 7a985b631..6545b81fd 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/UniqueSubjectNameConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/UniqueSubjectNameConstraint.java @@ -55,7 +55,7 @@ import com.netscape.cms.profile.def.UserSubjectNameDefault; * It checks if the subject name in the certificate is * unique in the internal database, ie, no two certificates * have the same subject name. - * + * * @version $Revision$, $Date$ */ public class UniqueSubjectNameConstraint extends EnrollConstraint { @@ -143,7 +143,7 @@ public class UniqueSubjectNameConstraint extends EnrollConstraint { /** * Validates the request. The request is not modified * during the validation. - * + * * Rules are as follows: * If the subject name is not unique, then the request will be rejected unless: * 1. the certificate is expired or expired_revoked diff --git a/base/common/src/com/netscape/cms/profile/constraint/ValidityConstraint.java b/base/common/src/com/netscape/cms/profile/constraint/ValidityConstraint.java index 98a7b4f96..b7588aa4d 100644 --- a/base/common/src/com/netscape/cms/profile/constraint/ValidityConstraint.java +++ b/base/common/src/com/netscape/cms/profile/constraint/ValidityConstraint.java @@ -43,7 +43,7 @@ import com.netscape.cms.profile.def.ValidityDefault; * This class implements the validity constraint. * It checks if the validity in the certificate * template satisfies the criteria. - * + * * @version $Revision$, $Date$ */ public class ValidityConstraint extends EnrollConstraint { @@ -154,11 +154,11 @@ public class ValidityConstraint extends EnrollConstraint { Integer.toString(days))); } - // 613828 - // The validity field shall specify a notBefore value - // that does not precede the current time and a notAfter - // value that does not precede the value specified in - // notBefore (test can be automated; try entering violating + // 613828 + // The validity field shall specify a notBefore value + // that does not precede the current time and a notAfter + // value that does not precede the value specified in + // notBefore (test can be automated; try entering violating // time values and check result). String notBeforeCheckStr = getConfig(CONFIG_CHECK_NOT_BEFORE); boolean notBeforeCheck; diff --git a/base/common/src/com/netscape/cms/profile/def/AuthInfoAccessExtDefault.java b/base/common/src/com/netscape/cms/profile/def/AuthInfoAccessExtDefault.java index 4e4f951f7..36818a907 100644 --- a/base/common/src/com/netscape/cms/profile/def/AuthInfoAccessExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/AuthInfoAccessExtDefault.java @@ -42,7 +42,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements an enrollment default policy * that populates Authuority Info Access extension. - * + * * @version $Revision$, $Date$ */ public class AuthInfoAccessExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/AuthTokenSubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/AuthTokenSubjectNameDefault.java index 6c0f6e9fc..e789625e4 100644 --- a/base/common/src/com/netscape/cms/profile/def/AuthTokenSubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/AuthTokenSubjectNameDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy that * populates subject name based on the attribute values * in the authentication token (AuthToken) object. - * + * * @version $Revision$, $Date$ */ public class AuthTokenSubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/AuthorityKeyIdentifierExtDefault.java b/base/common/src/com/netscape/cms/profile/def/AuthorityKeyIdentifierExtDefault.java index 6ec75990c..77fd0a5fd 100644 --- a/base/common/src/com/netscape/cms/profile/def/AuthorityKeyIdentifierExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/AuthorityKeyIdentifierExtDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates Authority Key Identifier extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class AuthorityKeyIdentifierExtDefault extends CAEnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/AutoAssignDefault.java b/base/common/src/com/netscape/cms/profile/def/AutoAssignDefault.java index 043cf029b..f685a4f59 100644 --- a/base/common/src/com/netscape/cms/profile/def/AutoAssignDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/AutoAssignDefault.java @@ -33,7 +33,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements an enrollment default policy * that automatically assign request to agent. - * + * * @version $Revision$, $Date$ */ public class AutoAssignDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/BasicConstraintsExtDefault.java b/base/common/src/com/netscape/cms/profile/def/BasicConstraintsExtDefault.java index c442bf576..a827b7eaf 100644 --- a/base/common/src/com/netscape/cms/profile/def/BasicConstraintsExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/BasicConstraintsExtDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates Basic Constraint extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class BasicConstraintsExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/CAEnrollDefault.java b/base/common/src/com/netscape/cms/profile/def/CAEnrollDefault.java index 872e32960..1d1d05ed5 100644 --- a/base/common/src/com/netscape/cms/profile/def/CAEnrollDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/CAEnrollDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.ca.ICertificateAuthority; * This class implements an abstract CA specific * Enrollment default. This policy can only be * used with CA subsystem. - * + * * @version $Revision$, $Date$ */ public abstract class CAEnrollDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java b/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java index d1def3d5d..4bbd215a2 100644 --- a/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java @@ -48,7 +48,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a CRL Distribution points extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class CRLDistributionPointsExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/CertificatePoliciesExtDefault.java b/base/common/src/com/netscape/cms/profile/def/CertificatePoliciesExtDefault.java index 8d4ae2288..e68ffca07 100644 --- a/base/common/src/com/netscape/cms/profile/def/CertificatePoliciesExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/CertificatePoliciesExtDefault.java @@ -50,7 +50,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a policy mappings extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class CertificatePoliciesExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/CertificateVersionDefault.java b/base/common/src/com/netscape/cms/profile/def/CertificateVersionDefault.java index d30f971dd..752d99cbb 100644 --- a/base/common/src/com/netscape/cms/profile/def/CertificateVersionDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/CertificateVersionDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Netscape comment extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class CertificateVersionDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/EnrollDefault.java b/base/common/src/com/netscape/cms/profile/def/EnrollDefault.java index 67ebadbe4..162d1647c 100644 --- a/base/common/src/com/netscape/cms/profile/def/EnrollDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/EnrollDefault.java @@ -62,7 +62,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements an enrollment default policy. - * + * * @version $Revision$, $Date$ */ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDefault { @@ -125,7 +125,7 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Retrieves the localizable description of this policy. - * + * * @param locale locale of the end user * @return localized description of this default policy */ @@ -145,7 +145,7 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Populates attributes into the certificate template. - * + * * @param request enrollment request * @param info certificate template * @exception EProfileException failed to populate attributes @@ -156,7 +156,7 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Sets values from the approval page into certificate template. - * + * * @param name name of the attribute * @param locale user locale * @param info certificate template @@ -171,7 +171,7 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Retrieves certificate template values and returns them to * the approval page. - * + * * @param name name of the attribute * @param locale user locale * @param info certificate template @@ -184,10 +184,10 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Populates the request with this policy default. - * + * * The current implementation extracts enrollment specific attributes * and calls the populate() method of the subclass. - * + * * @param request request to be populated * @exception EProfileException failed to populate */ @@ -220,10 +220,10 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Sets the value of the given value property by name. - * + * * The current implementation extracts enrollment specific attributes * and calls the setValue() method of the subclass. - * + * * @param name name of property * @param locale locale of the end user * @param request request @@ -244,10 +244,10 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Retrieves the value of the given value * property by name. - * + * * The current implementation extracts enrollment specific attributes * and calls the getValue() method of the subclass. - * + * * @param name name of property * @param locale locale of the end user * @param request request @@ -604,7 +604,7 @@ public abstract class EnrollDefault implements IPolicyDefault, ICertInfoPolicyDe /** * Check if a object identifier in string form is valid, * that is a string in the form n.n.n.n and der encode and decode-able. - * + * * @param oid object identifier string. * @return true if the oid is valid */ diff --git a/base/common/src/com/netscape/cms/profile/def/EnrollExtDefault.java b/base/common/src/com/netscape/cms/profile/def/EnrollExtDefault.java index 24f79cdec..da395871b 100644 --- a/base/common/src/com/netscape/cms/profile/def/EnrollExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/EnrollExtDefault.java @@ -21,7 +21,7 @@ package com.netscape.cms.profile.def; * This class implements an enrollment extension * default policy that extension into the certificate * template. - * + * * @version $Revision$, $Date$ */ public abstract class EnrollExtDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/ExtendedKeyUsageExtDefault.java b/base/common/src/com/netscape/cms/profile/def/ExtendedKeyUsageExtDefault.java index f1d63a348..22f00eb94 100644 --- a/base/common/src/com/netscape/cms/profile/def/ExtendedKeyUsageExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/ExtendedKeyUsageExtDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates Extended Key Usage extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class ExtendedKeyUsageExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/FreshestCRLExtDefault.java b/base/common/src/com/netscape/cms/profile/def/FreshestCRLExtDefault.java index acbbd1089..b78f0e6cf 100644 --- a/base/common/src/com/netscape/cms/profile/def/FreshestCRLExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/FreshestCRLExtDefault.java @@ -44,7 +44,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates Freshest CRL extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class FreshestCRLExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/GenericExtDefault.java b/base/common/src/com/netscape/cms/profile/def/GenericExtDefault.java index 1797091b7..d5d88c29e 100644 --- a/base/common/src/com/netscape/cms/profile/def/GenericExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/GenericExtDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Netscape comment extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class GenericExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/ImageDefault.java b/base/common/src/com/netscape/cms/profile/def/ImageDefault.java index 16a7ac402..c1e69c9f4 100644 --- a/base/common/src/com/netscape/cms/profile/def/ImageDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/ImageDefault.java @@ -33,7 +33,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements an enrollment default policy * that shows an image in the approval page. - * + * * @version $Revision$, $Date$ */ public class ImageDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/InhibitAnyPolicyExtDefault.java b/base/common/src/com/netscape/cms/profile/def/InhibitAnyPolicyExtDefault.java index 97cfb3ff4..cba06023f 100644 --- a/base/common/src/com/netscape/cms/profile/def/InhibitAnyPolicyExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/InhibitAnyPolicyExtDefault.java @@ -35,7 +35,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements an inhibit Any-Policy extension - * + * * @version $Revision$, $Date$ */ public class InhibitAnyPolicyExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/IssuerAltNameExtDefault.java b/base/common/src/com/netscape/cms/profile/def/IssuerAltNameExtDefault.java index 251d8a3e7..3feddd628 100644 --- a/base/common/src/com/netscape/cms/profile/def/IssuerAltNameExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/IssuerAltNameExtDefault.java @@ -42,7 +42,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a issuer alternative name extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class IssuerAltNameExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/KeyUsageExtDefault.java b/base/common/src/com/netscape/cms/profile/def/KeyUsageExtDefault.java index 1bfda9ad9..bbc4f5227 100644 --- a/base/common/src/com/netscape/cms/profile/def/KeyUsageExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/KeyUsageExtDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Key Usage extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class KeyUsageExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/NSCCommentExtDefault.java b/base/common/src/com/netscape/cms/profile/def/NSCCommentExtDefault.java index cc96f3e90..f6da8aede 100644 --- a/base/common/src/com/netscape/cms/profile/def/NSCCommentExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/NSCCommentExtDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Netscape comment extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class NSCCommentExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/NSCertTypeExtDefault.java b/base/common/src/com/netscape/cms/profile/def/NSCertTypeExtDefault.java index 0677ef69f..1ad86ea5f 100644 --- a/base/common/src/com/netscape/cms/profile/def/NSCertTypeExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/NSCertTypeExtDefault.java @@ -36,7 +36,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Netscape Certificate Type extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class NSCertTypeExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/NameConstraintsExtDefault.java b/base/common/src/com/netscape/cms/profile/def/NameConstraintsExtDefault.java index e57d04067..929878de3 100644 --- a/base/common/src/com/netscape/cms/profile/def/NameConstraintsExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/NameConstraintsExtDefault.java @@ -44,7 +44,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a name constraint extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class NameConstraintsExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/NoDefault.java b/base/common/src/com/netscape/cms/profile/def/NoDefault.java index 4678f4487..2e80aee2f 100644 --- a/base/common/src/com/netscape/cms/profile/def/NoDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/NoDefault.java @@ -33,7 +33,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements no default policy. - * + * * @version $Revision$, $Date$ */ public class NoDefault implements IPolicyDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/OCSPNoCheckExtDefault.java b/base/common/src/com/netscape/cms/profile/def/OCSPNoCheckExtDefault.java index 382f3cec3..ab5b8c62b 100644 --- a/base/common/src/com/netscape/cms/profile/def/OCSPNoCheckExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/OCSPNoCheckExtDefault.java @@ -35,7 +35,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates an OCSP No Check extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class OCSPNoCheckExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/PolicyConstraintsExtDefault.java b/base/common/src/com/netscape/cms/profile/def/PolicyConstraintsExtDefault.java index db9b95a04..ced6096a3 100644 --- a/base/common/src/com/netscape/cms/profile/def/PolicyConstraintsExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/PolicyConstraintsExtDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a policy constraints extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class PolicyConstraintsExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/PolicyMappingsExtDefault.java b/base/common/src/com/netscape/cms/profile/def/PolicyMappingsExtDefault.java index 712641c0d..55a9e420e 100644 --- a/base/common/src/com/netscape/cms/profile/def/PolicyMappingsExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/PolicyMappingsExtDefault.java @@ -43,7 +43,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a policy mappings extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class PolicyMappingsExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/PrivateKeyUsagePeriodExtDefault.java b/base/common/src/com/netscape/cms/profile/def/PrivateKeyUsagePeriodExtDefault.java index 20285567e..6532a13f0 100644 --- a/base/common/src/com/netscape/cms/profile/def/PrivateKeyUsagePeriodExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/PrivateKeyUsagePeriodExtDefault.java @@ -40,7 +40,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a Private Key Usage Period extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class PrivateKeyUsagePeriodExtDefault extends EnrollExtDefault { @@ -290,7 +290,7 @@ public class PrivateKeyUsagePeriodExtDefault extends EnrollExtDefault { try { boolean critical = getConfigBoolean(CONFIG_CRITICAL); - // always + 60 seconds + // always + 60 seconds String startTimeStr = getConfig(CONFIG_START_TIME); if (startTimeStr == null || startTimeStr.equals("")) { diff --git a/base/common/src/com/netscape/cms/profile/def/SubjectAltNameExtDefault.java b/base/common/src/com/netscape/cms/profile/def/SubjectAltNameExtDefault.java index d3838577e..0aa92937f 100644 --- a/base/common/src/com/netscape/cms/profile/def/SubjectAltNameExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/SubjectAltNameExtDefault.java @@ -45,7 +45,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a subject alternative name extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class SubjectAltNameExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/SubjectDirAttributesExtDefault.java b/base/common/src/com/netscape/cms/profile/def/SubjectDirAttributesExtDefault.java index cca5ab234..813e92a28 100644 --- a/base/common/src/com/netscape/cms/profile/def/SubjectDirAttributesExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/SubjectDirAttributesExtDefault.java @@ -46,7 +46,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a subject directory attributes extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class SubjectDirAttributesExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/SubjectInfoAccessExtDefault.java b/base/common/src/com/netscape/cms/profile/def/SubjectInfoAccessExtDefault.java index 8ea7533cc..d850147a4 100644 --- a/base/common/src/com/netscape/cms/profile/def/SubjectInfoAccessExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/SubjectInfoAccessExtDefault.java @@ -42,7 +42,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements an enrollment default policy * that populates Subject Info Access extension. - * + * * @version $Revision$, $Date$ */ public class SubjectInfoAccessExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/SubjectKeyIdentifierExtDefault.java b/base/common/src/com/netscape/cms/profile/def/SubjectKeyIdentifierExtDefault.java index 9476e45f6..a8f6a7415 100644 --- a/base/common/src/com/netscape/cms/profile/def/SubjectKeyIdentifierExtDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/SubjectKeyIdentifierExtDefault.java @@ -42,7 +42,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a subject key identifier extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class SubjectKeyIdentifierExtDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/SubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/SubjectNameDefault.java index 479219b84..31aee6dd6 100644 --- a/base/common/src/com/netscape/cms/profile/def/SubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/SubjectNameDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates server-side configurable subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class SubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/UserExtensionDefault.java b/base/common/src/com/netscape/cms/profile/def/UserExtensionDefault.java index 46a78c731..a78992a74 100644 --- a/base/common/src/com/netscape/cms/profile/def/UserExtensionDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/UserExtensionDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a user-supplied extension * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class UserExtensionDefault extends EnrollExtDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/UserKeyDefault.java b/base/common/src/com/netscape/cms/profile/def/UserKeyDefault.java index b1dc9d116..f6bc488b2 100644 --- a/base/common/src/com/netscape/cms/profile/def/UserKeyDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/UserKeyDefault.java @@ -43,7 +43,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a user supplied key * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class UserKeyDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/UserSigningAlgDefault.java b/base/common/src/com/netscape/cms/profile/def/UserSigningAlgDefault.java index 4aeed6ba3..7625f9a34 100644 --- a/base/common/src/com/netscape/cms/profile/def/UserSigningAlgDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/UserSigningAlgDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a user-supplied signing algorithm * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class UserSigningAlgDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/UserSubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/UserSubjectNameDefault.java index 65456e256..77d743334 100644 --- a/base/common/src/com/netscape/cms/profile/def/UserSubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/UserSubjectNameDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a user-supplied subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class UserSubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/UserValidityDefault.java b/base/common/src/com/netscape/cms/profile/def/UserValidityDefault.java index 3fadb81fd..8d5ca7d55 100644 --- a/base/common/src/com/netscape/cms/profile/def/UserValidityDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/UserValidityDefault.java @@ -38,7 +38,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a user-supplied validity * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class UserValidityDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/ValidityDefault.java b/base/common/src/com/netscape/cms/profile/def/ValidityDefault.java index ad06400f3..0c31fb0a8 100644 --- a/base/common/src/com/netscape/cms/profile/def/ValidityDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/ValidityDefault.java @@ -39,7 +39,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates a server-side configurable validity * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class ValidityDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/nsHKeySubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/nsHKeySubjectNameDefault.java index 6b5ab6bc0..bd935fb53 100644 --- a/base/common/src/com/netscape/cms/profile/def/nsHKeySubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/nsHKeySubjectNameDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates server-side configurable subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class nsHKeySubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/nsNKeySubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/nsNKeySubjectNameDefault.java index cc1a8de81..c90b76c5d 100644 --- a/base/common/src/com/netscape/cms/profile/def/nsNKeySubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/nsNKeySubjectNameDefault.java @@ -45,7 +45,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates server-side configurable subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class nsNKeySubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/nsTokenDeviceKeySubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/nsTokenDeviceKeySubjectNameDefault.java index 77fa417f6..9dfda47b5 100644 --- a/base/common/src/com/netscape/cms/profile/def/nsTokenDeviceKeySubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/nsTokenDeviceKeySubjectNameDefault.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates server-side configurable subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class nsTokenDeviceKeySubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/def/nsTokenUserKeySubjectNameDefault.java b/base/common/src/com/netscape/cms/profile/def/nsTokenUserKeySubjectNameDefault.java index 65adabfad..dff36748c 100644 --- a/base/common/src/com/netscape/cms/profile/def/nsTokenUserKeySubjectNameDefault.java +++ b/base/common/src/com/netscape/cms/profile/def/nsTokenUserKeySubjectNameDefault.java @@ -45,7 +45,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements an enrollment default policy * that populates server-side configurable subject name * into the certificate template. - * + * * @version $Revision$, $Date$ */ public class nsTokenUserKeySubjectNameDefault extends EnrollDefault { diff --git a/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java b/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java index 77d4b1ce0..901cf5c71 100644 --- a/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java +++ b/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java @@ -39,9 +39,9 @@ import com.netscape.cms.profile.common.EnrollProfile; * This input populates 2 main fields to the enrollment page: * 1/ Certificate Request Type, 2/ Certificate Request *

- * + * * This input usually is used by an enrollment profile for certificate requests. - * + * * @version $Revision$, $Date$ */ public class CMCCertReqInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/CertReqInput.java b/base/common/src/com/netscape/cms/profile/input/CertReqInput.java index 0b7e9f071..50fac5a41 100644 --- a/base/common/src/com/netscape/cms/profile/input/CertReqInput.java +++ b/base/common/src/com/netscape/cms/profile/input/CertReqInput.java @@ -42,9 +42,9 @@ import com.netscape.cms.profile.common.EnrollProfile; * This input populates 2 main fields to the enrollment page: * 1/ Certificate Request Type, 2/ Certificate Request *

- * + * * This input usually is used by an enrollment profile for certificate requests. - * + * * @version $Revision$, $Date$ */ public class CertReqInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/DualKeyGenInput.java b/base/common/src/com/netscape/cms/profile/input/DualKeyGenInput.java index 18b9ecf52..3205fca0a 100644 --- a/base/common/src/com/netscape/cms/profile/input/DualKeyGenInput.java +++ b/base/common/src/com/netscape/cms/profile/input/DualKeyGenInput.java @@ -42,10 +42,10 @@ import com.netscape.cms.profile.common.EnrollProfile; * pages so that a CRMF request containing 2 certificate * requests will be generated. *

- * + * * This input can only be used with Netscape 7.x or later clients. *

- * + * * @version $Revision$, $Date$ */ public class DualKeyGenInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/EncryptionKeyGenInput.java b/base/common/src/com/netscape/cms/profile/input/EncryptionKeyGenInput.java index d59629f78..63c18483c 100644 --- a/base/common/src/com/netscape/cms/profile/input/EncryptionKeyGenInput.java +++ b/base/common/src/com/netscape/cms/profile/input/EncryptionKeyGenInput.java @@ -42,10 +42,10 @@ import com.netscape.cms.profile.common.EnrollProfile; * populates parameters to the enrollment page for * key generation. *

- * + * * This input normally is used with user-based or non certificate request profile. *

- * + * * @version $Revision$, $Date$ */ public class EncryptionKeyGenInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/EnrollInput.java b/base/common/src/com/netscape/cms/profile/input/EnrollInput.java index c4269ba7d..b4ed31223 100644 --- a/base/common/src/com/netscape/cms/profile/input/EnrollInput.java +++ b/base/common/src/com/netscape/cms/profile/input/EnrollInput.java @@ -42,7 +42,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the base enrollment input. - * + * * @version $Revision$, $Date$ */ public abstract class EnrollInput implements IProfileInput { @@ -72,7 +72,7 @@ public abstract class EnrollInput implements IProfileInput { /** * Populates the request with this policy default. - * + * * @param ctx profile context * @param request request * @exception EProfileException failed to populate @@ -82,7 +82,7 @@ public abstract class EnrollInput implements IProfileInput { /** * Retrieves the localizable name of this policy. - * + * * @param locale user locale * @return localized input name */ @@ -90,7 +90,7 @@ public abstract class EnrollInput implements IProfileInput { /** * Retrieves the localizable description of this policy. - * + * * @param locale user locale * @return localized input description */ @@ -99,7 +99,7 @@ public abstract class EnrollInput implements IProfileInput { /** * Retrieves the descriptor of the given value * property by name. - * + * * @param locale user locale * @param name property name * @return descriptor of the property @@ -242,11 +242,11 @@ public abstract class EnrollInput implements IProfileInput { /** * Signed Audit Log - * + * * This method is inherited by all extended "CMSServlet"s, * and is called to store messages to the signed audit log. *

- * + * * @param msg signed audit log message */ protected void audit(String msg) { @@ -266,12 +266,12 @@ public abstract class EnrollInput implements IProfileInput { /** * Signed Audit Log Subject ID - * + * * This method is inherited by all extended "CMSServlet"s, * and is called to obtain the "SubjectID" for * a signed audit log message. *

- * + * * @return id string containing the signed audit log message SubjectID */ protected String auditSubjectID() { diff --git a/base/common/src/com/netscape/cms/profile/input/FileSigningInput.java b/base/common/src/com/netscape/cms/profile/input/FileSigningInput.java index 357488186..f62a5964c 100644 --- a/base/common/src/com/netscape/cms/profile/input/FileSigningInput.java +++ b/base/common/src/com/netscape/cms/profile/input/FileSigningInput.java @@ -37,7 +37,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements the image * input that collects a picture. *

- * + * * @version $Revision$, $Date$ */ public class FileSigningInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/GenericInput.java b/base/common/src/com/netscape/cms/profile/input/GenericInput.java index e8edfaa6d..e92fbe93e 100644 --- a/base/common/src/com/netscape/cms/profile/input/GenericInput.java +++ b/base/common/src/com/netscape/cms/profile/input/GenericInput.java @@ -34,7 +34,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements a generic input. *

- * + * * @version $Revision$, $Date$ */ public class GenericInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/ImageInput.java b/base/common/src/com/netscape/cms/profile/input/ImageInput.java index 30570b56c..5874cc07f 100644 --- a/base/common/src/com/netscape/cms/profile/input/ImageInput.java +++ b/base/common/src/com/netscape/cms/profile/input/ImageInput.java @@ -33,7 +33,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements the image * input that collects a picture. *

- * + * * @version $Revision$, $Date$ */ public class ImageInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/KeyGenInput.java b/base/common/src/com/netscape/cms/profile/input/KeyGenInput.java index c2b3cf0d5..8be954024 100644 --- a/base/common/src/com/netscape/cms/profile/input/KeyGenInput.java +++ b/base/common/src/com/netscape/cms/profile/input/KeyGenInput.java @@ -42,10 +42,10 @@ import com.netscape.cms.profile.common.EnrollProfile; * populates parameters to the enrollment page for * key generation. *

- * + * * This input normally is used with user-based or non certificate request profile. *

- * + * * @version $Revision$, $Date$ */ public class KeyGenInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/SerialNumRenewInput.java b/base/common/src/com/netscape/cms/profile/input/SerialNumRenewInput.java index 542a2c940..c2566139a 100644 --- a/base/common/src/com/netscape/cms/profile/input/SerialNumRenewInput.java +++ b/base/common/src/com/netscape/cms/profile/input/SerialNumRenewInput.java @@ -33,7 +33,7 @@ import com.netscape.certsrv.request.IRequest; * This class implements the serial number input * for renewal *

- * + * * @author Christina Fu */ public class SerialNumRenewInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/SigningKeyGenInput.java b/base/common/src/com/netscape/cms/profile/input/SigningKeyGenInput.java index aa471d4f6..d60ed551f 100644 --- a/base/common/src/com/netscape/cms/profile/input/SigningKeyGenInput.java +++ b/base/common/src/com/netscape/cms/profile/input/SigningKeyGenInput.java @@ -42,10 +42,10 @@ import com.netscape.cms.profile.common.EnrollProfile; * populates parameters to the enrollment page for * key generation. *

- * + * * This input normally is used with user-based or non certificate request profile. *

- * + * * @version $Revision$, $Date$ */ public class SigningKeyGenInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/SubjectNameInput.java b/base/common/src/com/netscape/cms/profile/input/SubjectNameInput.java index db70da666..2c0de4486 100644 --- a/base/common/src/com/netscape/cms/profile/input/SubjectNameInput.java +++ b/base/common/src/com/netscape/cms/profile/input/SubjectNameInput.java @@ -44,7 +44,7 @@ import com.netscape.cms.profile.common.EnrollProfile; *

* The collected parameters could be used for fomulating the subject name in the certificate. *

- * + * * @version $Revision$, $Date$ */ public class SubjectNameInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/SubmitterInfoInput.java b/base/common/src/com/netscape/cms/profile/input/SubmitterInfoInput.java index 984706f42..e15e13e91 100644 --- a/base/common/src/com/netscape/cms/profile/input/SubmitterInfoInput.java +++ b/base/common/src/com/netscape/cms/profile/input/SubmitterInfoInput.java @@ -34,7 +34,7 @@ import com.netscape.certsrv.request.IRequest; * input that collects certificate requestor's * information such as name, email and phone. *

- * + * * @version $Revision$, $Date$ */ public class SubmitterInfoInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/nsHKeyCertReqInput.java b/base/common/src/com/netscape/cms/profile/input/nsHKeyCertReqInput.java index 3c6067891..15f296a9e 100644 --- a/base/common/src/com/netscape/cms/profile/input/nsHKeyCertReqInput.java +++ b/base/common/src/com/netscape/cms/profile/input/nsHKeyCertReqInput.java @@ -37,9 +37,9 @@ import com.netscape.cms.profile.common.EnrollProfile; * This input populates 2 main fields to the enrollment "page": * 1/ token cuid, 2/ publickey *

- * + * * This input usually is used by an enrollment profile for certificate requests coming from TPS. - * + * * @version $Revision$, $Date$ */ public class nsHKeyCertReqInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/input/nsNKeyCertReqInput.java b/base/common/src/com/netscape/cms/profile/input/nsNKeyCertReqInput.java index 196798683..f14df1a80 100644 --- a/base/common/src/com/netscape/cms/profile/input/nsNKeyCertReqInput.java +++ b/base/common/src/com/netscape/cms/profile/input/nsNKeyCertReqInput.java @@ -37,9 +37,9 @@ import com.netscape.cms.profile.common.EnrollProfile; * This input populates 2 main fields to the enrollment "page": * 1/ id, 2/ publickey *

- * + * * This input usually is used by an enrollment profile for certificate requests coming from TPS. - * + * * @version $Revision$, $Date$ */ public class nsNKeyCertReqInput extends EnrollInput implements IProfileInput { diff --git a/base/common/src/com/netscape/cms/profile/output/CMMFOutput.java b/base/common/src/com/netscape/cms/profile/output/CMMFOutput.java index 2253460b1..9c04e6962 100644 --- a/base/common/src/com/netscape/cms/profile/output/CMMFOutput.java +++ b/base/common/src/com/netscape/cms/profile/output/CMMFOutput.java @@ -47,7 +47,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the output plugin that outputs * CMMF response for the issued certificate. - * + * * @version $Revision$, $Date$ */ public class CMMFOutput extends EnrollOutput implements IProfileOutput { diff --git a/base/common/src/com/netscape/cms/profile/output/CertOutput.java b/base/common/src/com/netscape/cms/profile/output/CertOutput.java index 1293c055c..a556d4a44 100644 --- a/base/common/src/com/netscape/cms/profile/output/CertOutput.java +++ b/base/common/src/com/netscape/cms/profile/output/CertOutput.java @@ -36,7 +36,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the pretty print certificate output * that displays the issued certificate in a pretty print format. - * + * * @version $Revision$, $Date$ */ public class CertOutput extends EnrollOutput implements IProfileOutput { diff --git a/base/common/src/com/netscape/cms/profile/output/EnrollOutput.java b/base/common/src/com/netscape/cms/profile/output/EnrollOutput.java index 25a4b4908..06c940e8c 100644 --- a/base/common/src/com/netscape/cms/profile/output/EnrollOutput.java +++ b/base/common/src/com/netscape/cms/profile/output/EnrollOutput.java @@ -32,7 +32,7 @@ import com.netscape.certsrv.request.IRequest; /** * This class implements the basic enrollment output. - * + * * @version $Revision$, $Date$ */ public abstract class EnrollOutput implements IProfileOutput { @@ -58,7 +58,7 @@ public abstract class EnrollOutput implements IProfileOutput { /** * Populates the request with this policy default. - * + * * @param ctx profile context * @param request request * @exception EProfileException failed to populate @@ -69,7 +69,7 @@ public abstract class EnrollOutput implements IProfileOutput { /** * Retrieves the descriptor of the given value * parameter by name. - * + * * @param locale user locale * @param name property name * @return property descriptor @@ -78,7 +78,7 @@ public abstract class EnrollOutput implements IProfileOutput { /** * Retrieves the localizable name of this policy. - * + * * @param locale user locale * @return output policy name */ @@ -86,7 +86,7 @@ public abstract class EnrollOutput implements IProfileOutput { /** * Retrieves the localizable description of this policy. - * + * * @param locale user locale * @return output policy description */ diff --git a/base/common/src/com/netscape/cms/profile/output/PKCS7Output.java b/base/common/src/com/netscape/cms/profile/output/PKCS7Output.java index 0e01e15dd..c412eb2fd 100644 --- a/base/common/src/com/netscape/cms/profile/output/PKCS7Output.java +++ b/base/common/src/com/netscape/cms/profile/output/PKCS7Output.java @@ -44,7 +44,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the output plugin that outputs * PKCS7 for the issued certificate. - * + * * @version $Revision$, $Date$ */ public class PKCS7Output extends EnrollOutput implements IProfileOutput { diff --git a/base/common/src/com/netscape/cms/profile/output/nsNKeyOutput.java b/base/common/src/com/netscape/cms/profile/output/nsNKeyOutput.java index 6bf03f436..571022ad8 100644 --- a/base/common/src/com/netscape/cms/profile/output/nsNKeyOutput.java +++ b/base/common/src/com/netscape/cms/profile/output/nsNKeyOutput.java @@ -35,7 +35,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This class implements the output plugin that outputs * DER for the issued certificate for token keys - * + * * @version $Revision$, $Date$ */ public class nsNKeyOutput extends EnrollOutput implements IProfileOutput { diff --git a/base/common/src/com/netscape/cms/profile/updater/SubsystemGroupUpdater.java b/base/common/src/com/netscape/cms/profile/updater/SubsystemGroupUpdater.java index 52c87113d..cfe35df39 100644 --- a/base/common/src/com/netscape/cms/profile/updater/SubsystemGroupUpdater.java +++ b/base/common/src/com/netscape/cms/profile/updater/SubsystemGroupUpdater.java @@ -45,7 +45,7 @@ import com.netscape.cms.profile.common.EnrollProfile; /** * This updater class will create the new user to the subsystem group and * then add the subsystem certificate to the user. - * + * * @version $Revision$, $Date$ */ public class SubsystemGroupUpdater implements IProfileUpdater { -- cgit