Modifier and Type | Method and Description |
---|---|
byte[] |
ICMSEngine.getPKCS7(java.util.Locale locale,
IRequest req) |
static byte[] |
CMS.getPKCS7(java.util.Locale locale,
IRequest req) |
Modifier and Type | Method and Description |
---|---|
void |
ICAService.serviceProfileRequest(IRequest request)
Services profile request.
|
Modifier and Type | Method and Description |
---|---|
void |
IResender.addRequest(IRequest r)
Adds the request to the resend queue.
|
void |
IPKIMessage.fromRequest(IRequest r)
Makes a PKIMessage from a request
PKIMessage will be sent to wire.
|
void |
IHttpPKIMessage.fromRequest(IRequest r)
Copies contents of request to make a simple name/value message.
|
boolean |
IConnector.send(IRequest req)
Sends the request to a remote authority.
|
void |
IPKIMessage.toRequest(IRequest r)
Copies contents of PKIMessage to the request
PKIMessage is from the wire.
|
void |
IHttpPKIMessage.toRequest(IRequest r)
Copies contents to request.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicySet.apply(IRequest req)
Deprecated.
Apply policy rules on a request.
|
PolicyResult |
IPolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
boolean |
IExpression.evaluate(IRequest req)
Deprecated.
Evaluate the Expression.
|
void |
IPolicyRule.setError(IRequest req,
java.lang.String format,
java.lang.Object[] params)
Deprecated.
|
void |
IPolicyRule.setPolicyException(IRequest req,
EBaseException ex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfile.execute(IRequest request)
Process a request after validation.
|
java.lang.String |
IProfile.getPolicySetId(IRequest req)
Retrieves a default set id for the given request.
|
java.lang.String |
IProfile.getRequestorDN(IRequest request)
Retrieves a localized string that represents
requestor's distinguished name.
|
java.lang.String |
IProfileOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value parameter by name.
|
java.lang.String |
IProfileInput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves value from the request.
|
java.lang.String |
IPolicyDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value
property by name.
|
void |
IProfileAuthenticator.populate(IAuthToken token,
IRequest request)
Populates authentication specific information into the
request for auditing purposes.
|
void |
IProfileOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
IProfileInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
IProfile.populate(IRequest request)
Passes the request to the set of default policies that
populate the profile information against the profile.
|
void |
IPolicyDefault.populate(IRequest request)
Populates the request with this policy default.
|
void |
ICertInfoPolicyDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates certificate info directly.
|
void |
CertInfoProfile.populate(IRequest request,
netscape.security.x509.X509CertInfo info) |
void |
IProfile.populateInput(IProfileContext ctx,
IRequest request)
Populates user-supplied input values into the requests.
|
void |
IEnrollProfile.setDefaultCertInfo(IRequest request)
Set Default X509CertInfo in the request.
|
void |
IProfileOutput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value parameter by name.
|
void |
IProfileInput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given property by name.
|
void |
IPolicyDefault.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value property by name.
|
void |
IProfile.submit(IAuthToken token,
IRequest request)
Handles end-user request submission.
|
void |
IProfileUpdater.update(IRequest req,
RequestStatus status)
Notifies of state change.
|
void |
IProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
void |
IPolicyConstraint.validate(IRequest request)
Validates the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapPublishModule.accept(IRequest request)
Accepts completed requests from an authority and
performs ldap publishing.
|
boolean |
ILdapExpression.evaluate(IRequest req)
Evaluate the Expression.
|
ILdapRule |
IPublishRuleSet.getRule(IRequest req)
Get the publishing rule identified by a corresponding request.
|
java.util.Enumeration<ILdapRule> |
IPublisherProcessor.getRules(java.lang.String publishingType,
IRequest req)
Returns list of rules based on publishing type and publishing request.
|
java.lang.String |
ILdapMapper.map(netscape.ldap.LDAPConnection conn,
IRequest r,
java.lang.Object obj)
maps a certificate to a LDAP entry.
|
void |
IPublishRuleSet.publish(netscape.ldap.LDAPConnection conn,
IRequest req)
Apply publishing rules on a request.
|
void |
IPublisherProcessor.publishCert(java.security.cert.X509Certificate cert,
IRequest req)
Publishs regular user certificate based on the criteria
set in the request.
|
void |
IPublisherProcessor.unpublishCert(java.security.cert.X509Certificate cert,
IRequest req)
Unpublish user certificate.
|
Modifier and Type | Method and Description |
---|---|
void |
IRAService.serviceProfileRequest(IRequest request)
Services profile request.
|
boolean |
IRAService.serviceRequest(IRequest req)
Services request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnrollmentRequest
An example of a more specialized request interface.
|
Modifier and Type | Method and Description |
---|---|
IRequest |
IRequestQueue.cloneAndMarkPending(IRequest r)
Clones a request object and mark it pending.
|
IRequest |
IRequestQueue.cloneRequest(IRequest r)
Clones a request object.
|
IRequest |
IRequestQueue.findRequest(RequestId id)
Gets the Request corresponding to id.
|
IRequest |
IRequestVirtualList.getElementAt(int index)
Gets the element at the specified index
|
IRequest |
IRequestNotifier.getRequest()
Gets request from publishing queue.
|
IRequest |
ARequestNotifier.getRequest()
Gets request from publishing queue.
|
IRequest |
IRequestQueue.newRequest(java.lang.String requestType)
Creates a new request object.
|
IRequest |
IRequestList.nextRequestObject()
Gets next request Object from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListener.accept(IRequest request)
Accepts request.
|
void |
IRequestNotifier.addToNotify(IRequest r)
Notifies all registered listeners about request.
|
void |
ARequestNotifier.addToNotify(IRequest r)
Notifies all registered listeners about request.
|
PolicyResult |
IPolicy.apply(IRequest request)
Applies the policy check to the request.
|
void |
IRequestQueue.approveRequest(IRequest request)
Approves a request.
|
void |
IRequestQueue.cancelRequest(IRequest request)
Cancels a request.
|
IRequest |
IRequestQueue.cloneAndMarkPending(IRequest r)
Clones a request object and mark it pending.
|
IRequest |
IRequestQueue.cloneRequest(IRequest r)
Clones a request object.
|
void |
IRequest.copyContents(IRequest req)
Copies meta attributes (excluding request Id, etc.) of another request
to this request.
|
void |
IRequestQueue.markAsServiced(IRequest r)
Marks as serviced after destination authority has serviced request.
|
void |
IRequestQueue.markRequestPending(IRequest req)
Puts a new request into the PENDING state.
|
void |
INotify.notify(IRequest request)
Provides notification that a request has been completed.
|
void |
ARequestNotifier.notify(IRequest r)
Notifies all registered listeners about request.
|
void |
IRequestQueue.processRequest(IRequest req)
Begins processing for this request.
|
void |
IRequestQueue.rejectRequest(IRequest request)
Rejects a request.
|
void |
IRequestQueue.releaseRequest(IRequest r)
Releases the LOCK on a request obtained from findRequest() or
newRequest()
|
void |
IRequestScheduler.requestIn(IRequest r)
Request entered the request queue processing.
|
void |
IRequestScheduler.requestOut(IRequest r)
Request exited the request queue processing.
|
boolean |
IService.serviceRequest(IRequest request)
Performs the service (such as certificate generation)
represented by this request.
|
void |
IRequestQueue.updateRequest(IRequest request)
Updates the request in the permanent data store.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestMod.modCreationTime(IRequest r,
java.util.Date d)
Modifies request creation time.
|
void |
IRequestMod.modModificationTime(IRequest r,
java.util.Date d)
Modifies request modification time.
|
void |
IRequestMod.modRequestStatus(IRequest r,
RequestStatus s)
Modifies request status.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPwdDirAuthentication.populate(IAuthToken token,
IRequest request) |
void |
UidPwdPinDirAuthentication.populate(IAuthToken token,
IRequest request) |
void |
UidPwdDirAuthentication.populate(IAuthToken token,
IRequest request) |
void |
TokenAuthentication.populate(IAuthToken token,
IRequest request) |
void |
SSLclientCertAuthentication.populate(IAuthToken token,
IRequest request) |
void |
FlatFileAuth.populate(IAuthToken token,
IRequest request) |
void |
CMCAuth.populate(IAuthToken token,
IRequest request) |
void |
AgentCertAuthentication.populate(IAuthToken token,
IRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
AJobBase.buildItemParams(IRequest r) |
protected void |
RenewalNotificationJob.mailUser(java.lang.String subject,
java.lang.String msg,
java.lang.String sender,
IRequest req,
ICertRecord cr) |
Modifier and Type | Method and Description |
---|---|
void |
RequestInQListener.accept(IRequest r)
carries out the operation when the listener is triggered.
|
void |
PinRemovalListener.accept(IRequest r) |
void |
CertificateRevokedListener.accept(IRequest r) |
void |
CertificateIssuedListener.accept(IRequest r) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
APolicyRule.agentApproved(IRequest req)
Deprecated.
request has previously been approved by an agent
|
abstract PolicyResult |
APolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
protected PolicyResult |
APolicyRule.deferred(IRequest req)
Deprecated.
determines whether a DEFERRED policy result should be returned
by checking the contents of the AgentApprovals attribute.
|
void |
APolicyRule.setError(IRequest req,
java.lang.String format,
java.lang.Object[] params)
Deprecated.
|
void |
APolicyRule.setError(IRequest req,
java.lang.String format,
java.lang.String arg)
Deprecated.
|
void |
APolicyRule.setError(IRequest req,
java.lang.String format,
java.lang.String arg1,
java.lang.String arg2)
Deprecated.
|
void |
APolicyRule.setPolicyException(IRequest req,
EBaseException ex)
Deprecated.
|
void |
APolicyRule.setPolicyException(IRequest req,
java.lang.String format,
java.lang.Object[] params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
ValidityConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
UniqueSubjectNameConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
SubCANameConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
SigningAlgorithmConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RevocationConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RenewalValidityConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RenewalConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RSAKeyConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
ManualAuthentication.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
KeyAlgorithmConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
IssuerConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
DefaultRevocation.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
DSAKeyConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
AttributePresentConstraints.apply(IRequest r)
Deprecated.
|
PolicyResult |
AgentPolicy.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
protected netscape.security.x509.CertificateValidity |
ValidityConstraints.makeDefaultValidity(IRequest req)
Deprecated.
Create a default validity value for a request
This code can be easily overridden in a derived class, if the
calculations here aren't accepatble.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
SubjectKeyIdentifierExt.apply(IRequest req)
Deprecated.
Adds Subject Key identifier Extension to a certificate.
|
PolicyResult |
SubjectDirectoryAttributesExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
SubjectAltNameExt.apply(IRequest req)
Deprecated.
Adds the subject alternative names extension if not set already.
|
PolicyResult |
SubjAltNameExt.apply(IRequest req)
Deprecated.
Adds the subject alternative names extension if not set already.
|
PolicyResult |
RemoveBasicConstraintsExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
PrivateKeyUsagePeriodExt.apply(IRequest req)
Deprecated.
Adds a private key usage extension if none exists.
|
PolicyResult |
PresenceExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
PolicyMappingsExt.apply(IRequest req)
Deprecated.
Adds policy mappings Extension to a (CA) certificate.
|
PolicyResult |
PolicyConstraintsExt.apply(IRequest req)
Deprecated.
Adds Policy Constraints Extension to a (CA) certificate.
|
PolicyResult |
OCSPNoCheckExt.apply(IRequest req)
Deprecated.
Applies the policy to the given request.
|
PolicyResult |
NameConstraintsExt.apply(IRequest req)
Deprecated.
Adds Name Constraints Extension to a (CA) certificate.
|
PolicyResult |
NSCertTypeExt.apply(IRequest req)
Deprecated.
Adds the ns cert type if not set already.
|
PolicyResult |
NSCCommentExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
KeyUsageExt.apply(IRequest req)
Deprecated.
Adds the key usage extension if not set already.
|
PolicyResult |
IssuerAltNameExt.apply(IRequest req)
Deprecated.
Adds a extension if none exists.
|
PolicyResult |
GenericASN1Ext.apply(IRequest req)
Deprecated.
If this policy is enabled, add the private Integer
information extension to the certificate.
|
PolicyResult |
ExtendedKeyUsageExt.apply(IRequest req)
Deprecated.
Applies the policy to the given request.
|
PolicyResult |
CertificateScopeOfUseExt.apply(IRequest req)
Deprecated.
If this policy is enabled, add the authority information
access extension to the certificate.
|
PolicyResult |
CertificateRenewalWindowExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
CertificatePoliciesExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
CRLDistributionPointsExt.apply(IRequest req)
Applies the policy to the given request.
|
PolicyResult |
BasicConstraintsExt.apply(IRequest req)
Deprecated.
Checks if the basic contraints extension in certInfo is valid and
add the basic constraints extension for CA certs if none exists.
|
PolicyResult |
AuthorityKeyIdentifierExt.apply(IRequest req)
Deprecated.
Adds Authority Key Identifier Extension to a certificate.
|
PolicyResult |
AuthInfoAccessExt.apply(IRequest req)
Deprecated.
If this policy is enabled, add the authority information
access extension to the certificate.
|
PolicyResult |
BasicConstraintsExt.applyCert(IRequest req,
boolean isCA,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectKeyIdentifierExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectDirectoryAttributesExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
RemoveBasicConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PrivateKeyUsagePeriodExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PolicyMappingsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PolicyConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
OCSPNoCheckExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NameConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NSCertTypeExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NSCCommentExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
KeyUsageExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
IssuerAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
ExtendedKeyUsageExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CertificateRenewalWindowExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CertificatePoliciesExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CRLDistributionPointsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo) |
PolicyResult |
AuthorityKeyIdentifierExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
protected boolean |
NSCertTypeExt.extensionIsGood(netscape.security.extensions.NSCertTypeExtension nsCertTypeExt,
IRequest req)
Deprecated.
check if ns cert type extension is set correctly,
correct bits if not.
|
protected IAuthToken |
SubjAltNameExt.findAuthToken(IRequest req,
java.lang.String authMgrName)
Deprecated.
Find a particular authentication token by manager name.
|
protected netscape.security.x509.KeyIdentifier |
SubjectKeyIdentifierExt.formKeyIdentifier(netscape.security.x509.X509CertInfo certInfo,
IRequest req)
Deprecated.
Form the Key Identifier in the Subject Key Identifier extension.
|
protected boolean[] |
NSCertTypeExt.getBitsFromRequest(IRequest req,
boolean setDefault)
Deprecated.
Gets ns cert type bits from request.
|
protected boolean[] |
NSCertTypeExt.getCertTypeBits(IRequest req)
Deprecated.
get cert type bits according to cert type.
|
protected boolean[] |
NSCertTypeExt.getNSCertTypeBits(IRequest req)
Deprecated.
get ns cert type bits from actual sets in the request
|
Modifier and Type | Method and Description |
---|---|
IRequest |
EnrollProfile.createEnrollmentRequest() |
IRequest[] |
EnrollProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
abstract IRequest[] |
BasicProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
EnrollProfile.auditRequesterID(IRequest request)
Signed Audit Log Requester ID
This method is inherited by all extended "EnrollProfile"s,
and is called to obtain the "RequesterID" for
a signed audit log message.
|
abstract void |
EnrollProfile.execute(IRequest request) |
void |
CAEnrollProfile.execute(IRequest request) |
void |
BasicProfile.execute(IRequest request) |
void |
EnrollProfile.fillCertReqMsg(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
EnrollProfile.fillKeyGen(java.util.Locale locale,
netscape.security.util.DerInputStream derIn,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
EnrollProfile.fillNSHKEY(java.util.Locale locale,
java.lang.String tcuid,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
EnrollProfile.fillNSNKEY(java.util.Locale locale,
java.lang.String sn,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
EnrollProfile.fillPKCS10(java.util.Locale locale,
netscape.security.pkcs.PKCS10 pkcs10,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
EnrollProfile.fillTaggedRequest(java.util.Locale locale,
org.mozilla.jss.pkix.cmc.TaggedRequest tagreq,
netscape.security.x509.X509CertInfo info,
IRequest req) |
java.lang.String |
BasicProfile.getInput(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.util.Locale |
EnrollProfile.getLocale(IRequest request) |
java.lang.String |
EnrollProfile.getPolicySetId(IRequest req)
Perform simple policy set assignment.
|
java.lang.String |
EnrollProfile.getRequestorDN(IRequest request) |
java.lang.String |
BasicProfile.getRequestorDN(IRequest request) |
void |
EnrollProfile.populate(IRequest request) |
void |
BasicProfile.populate(IRequest request)
Passes the request to the set of default policies that
populate the profile information against the profile.
|
void |
EnrollProfile.populateInput(IProfileContext ctx,
IRequest request)
Populate input
|
void |
BasicProfile.populateInput(IProfileContext ctx,
IRequest request) |
void |
EnrollProfile.setDefaultCertInfo(IRequest req) |
void |
BasicProfile.setInput(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value) |
void |
EnrollProfile.submit(IAuthToken token,
IRequest request)
This method is called after the user submits the
request from the end-entity page.
|
void |
EnrollProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
void |
BasicProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
EnrollConstraint.getLocale(IRequest request) |
void |
NoConstraint.validate(IRequest request)
Validates the request.
|
void |
EnrollConstraint.validate(IRequest request)
Validates the request.
|
void |
ValidityConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UserSubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UniqueSubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UniqueKeyConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
SubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
SigningAlgConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
RenewGracePeriodConstraint.validate(IRequest req,
netscape.security.x509.X509CertInfo info) |
void |
NSCertTypeExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
KeyUsageExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
KeyConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
ExtensionConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
ExtendedKeyUsageExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
abstract void |
EnrollConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
CAValidityConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
BasicConstraintsExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
AuthzRealmConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info) |
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.SubjectDirAttributesExtension |
SubjectDirAttributesExtDefault.createExtension(IRequest request) |
netscape.security.x509.SubjectAlternativeNameExtension |
SubjectAltNameExtDefault.createExtension(IRequest request) |
netscape.security.x509.IssuerAlternativeNameExtension |
IssuerAltNameExtDefault.createExtension(IRequest request) |
netscape.security.extensions.InhibitAnyPolicyExtension |
InhibitAnyPolicyExtDefault.createExtension(IRequest request) |
netscape.security.x509.Extension |
GenericExtDefault.createExtension(IRequest request) |
netscape.security.x509.FreshestCRLExtension |
FreshestCRLExtDefault.createExtension(IRequest request) |
netscape.security.x509.CRLDistributionPointsExtension |
CRLDistributionPointsExtDefault.createExtension(IRequest request) |
java.util.Locale |
EnrollDefault.getLocale(IRequest request) |
java.lang.String |
NoDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
ImageDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
EnrollDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value
property by name.
|
java.lang.String |
SubjectAltNameExtDefault.mapPattern(IRequest request,
java.lang.String pattern) |
protected java.lang.String |
EnrollDefault.mapPattern(IRequest request,
java.lang.String pattern) |
java.lang.String |
SubjectAltNameExtDefault.mapPattern(java.lang.String val,
IRequest request,
java.lang.String pattern) |
void |
NoDefault.populate(IRequest request)
Populates the request with this policy default.
|
void |
EnrollDefault.populate(IRequest request)
Populates the request with this policy default.
|
void |
nsTokenUserKeySubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
nsTokenDeviceKeySubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
nsNKeySubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
nsHKeySubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
ValidityDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
UserValidityDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
UserSubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
UserSigningAlgDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
UserKeyDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
UserExtensionDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SubjectKeyIdentifierExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SubjectInfoAccessExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SubjectDirAttributesExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SubjectAltNameExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
SigningAlgDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
RandomizedValidityDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
PrivateKeyUsagePeriodExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
PolicyMappingsExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
PolicyConstraintsExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
OCSPNoCheckExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
NameConstraintsExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
NSCertTypeExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
NSCCommentExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
KeyUsageExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
IssuerAltNameExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
InhibitAnyPolicyExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
ImageDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
GenericExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
FreshestCRLExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
ExtendedKeyUsageExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
abstract void |
EnrollDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates attributes into the certificate template.
|
void |
CertificateVersionDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
CertificatePoliciesExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
CRLDistributionPointsExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
CAValidityDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
BasicConstraintsExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
AutoAssignDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
AuthzRealmDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info) |
void |
AuthorityKeyIdentifierExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
AuthTokenSubjectNameDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
AuthInfoAccessExtDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.
|
void |
NoDefault.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value) |
void |
EnrollDefault.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value property by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
EnrollInput.getLocale(IRequest request) |
java.lang.String |
EnrollInput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
protected void |
SubjectNameInput.parseSubjectName(netscape.security.x509.X500Name subj,
netscape.security.x509.X509CertInfo info,
IRequest req) |
protected void |
SubjectDNInput.parseSubjectName(netscape.security.x509.X500Name subj,
netscape.security.x509.X509CertInfo info,
IRequest req) |
void |
nsNKeyCertReqInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
nsHKeyCertReqInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SubmitterInfoInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SubjectNameInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SubjectDNInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SubjectAltNameExtInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SigningKeyGenInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
SerialNumRenewInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
KeyGenInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
ImageInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
GenericInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
FileSigningInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
abstract void |
EnrollInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
EncryptionKeyGenInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
DualKeyGenInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
CertReqInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
CMCCertReqInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
EnrollInput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value parameter by name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nsNKeyOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
PKCS7Output.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
EnrollOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
CertOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
java.lang.String |
CMMFOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
void |
nsNKeyOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
PKCS7Output.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
abstract void |
EnrollOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
CertOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
CMMFOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
EnrollOutput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value parameter by name.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.update(IRequest req,
RequestStatus status) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MapDNPattern.formDN(IRequest req,
netscape.security.x509.X500Name subject,
netscape.security.x509.CertificateExtensions ext)
Form a Ldap v3 DN string from a request and a cert subject name.
|
java.lang.String |
NoMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
java.lang.String |
LdapSimpleMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj)
Maps a X500 subject name to LDAP entry.
|
java.lang.String |
LdapEnhancedMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj)
Maps an X500 subject name to an LDAP entry.
|
java.lang.String |
LdapCrlIssuerCompsMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
java.lang.String |
LdapCertSubjMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
java.lang.String |
LdapCertExactMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
java.lang.String |
LdapCertCompsMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
java.lang.String |
LdapCaSimpleMap.map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj)
Maps a X500 subject name to LDAP entry.
|
java.util.Vector<java.lang.String> |
LdapCertSubjMap.mapAll(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
RequestScheduler.requestIn(IRequest r)
Request entered the request queue processing.
|
void |
RequestScheduler.requestOut(IRequest r)
Request exited the request queue processing.
|
Modifier and Type | Method and Description |
---|---|
protected IAuthToken |
CMSServlet.getAuthToken(IRequest req) |
protected static void |
CMSServlet.saveAuthToken(IAuthToken token,
IRequest req) |
protected void |
CMSServlet.saveHttpHeaders(javax.servlet.http.HttpServletRequest httpReq,
IRequest req)
save http headers in a IRequest.
|
protected void |
CMSServlet.saveHttpParams(IArgBlock httpParams,
IRequest req)
save http headers in a IRequest.
|
Modifier and Type | Method and Description |
---|---|
IRequest |
RevocationProcessor.getRequest() |
Modifier and Type | Method and Description |
---|---|
static CertReviewResponse |
CertReviewResponseFactory.create(IRequest request,
IProfile profile,
javax.ws.rs.core.UriInfo uriInfo,
java.util.Locale locale) |
static CertRequestInfo |
CertRequestInfoFactory.create(IRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
CertRequestInfo |
CertRequestDAO.createCMSRequestInfo(IRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
protected netscape.security.x509.X509CertInfo[] |
HashEnrollServlet.fillCRMF(java.lang.String crmf,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
void |
RevocationProcessor.logRevoke(IRequest revocationRequest,
java.security.cert.X509Certificate cert,
java.lang.String status,
java.lang.String message) |
void |
RevocationProcessor.logUnrevoke(IRequest unrevocationRequest,
java.security.cert.X509Certificate cert,
java.lang.String status) |
protected void |
CertProcessor.populateRequests(CertEnrollmentRequest data,
boolean isRenewal,
java.util.Locale locale,
java.util.Date origNotAfter,
java.lang.String origSubjectDN,
IRequest origReq,
java.lang.String profileId,
IProfile profile,
IProfileContext ctx,
IProfileAuthenticator authenticator,
IAuthToken authToken,
IRequest[] reqs) |
protected void |
CertProcessor.populateRequests(CertEnrollmentRequest data,
boolean isRenewal,
java.util.Locale locale,
java.util.Date origNotAfter,
java.lang.String origSubjectDN,
IRequest origReq,
java.lang.String profileId,
IProfile profile,
IProfileContext ctx,
IProfileAuthenticator authenticator,
IAuthToken authToken,
IRequest[] reqs) |
CertReviewResponse |
RequestProcessor.processRequest(CMSRequest cmsReq,
IRequest request,
java.lang.String op) |
void |
RequestProcessor.processRequest(javax.servlet.http.HttpServletRequest request,
CertReviewResponse data,
IRequest req,
java.lang.String op) |
protected java.lang.String |
CertProcessor.submitRequests(java.util.Locale locale,
IProfile profile,
IAuthToken authToken,
IRequest[] reqs) |
Modifier and Type | Method and Description |
---|---|
IRequest |
CRSEnrollment.findRequestByTransactionID(java.lang.String txid,
boolean ignoreRejected)
finds a request with this transaction ID.
|
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.X509CertImpl |
CRSEnrollment.handlePKCSReq(javax.servlet.http.HttpServletRequest httpReq,
IRequest cmsRequest,
CRSPKIMessage req,
CRSPKIMessage crsResp,
com.netscape.cms.servlet.cert.scep.CRSEnrollment.CryptoContext cx) |
Modifier and Type | Method and Description |
---|---|
IRequest |
CMSRequest.getIRequest() |
Modifier and Type | Method and Description |
---|---|
void |
CMCOutputTemplate.createFullResponse(javax.servlet.http.HttpServletResponse resp,
IRequest[] reqs,
java.lang.String cert_request_type,
int[] error_codes) |
void |
CMCOutputTemplate.createSimpleResponse(javax.servlet.http.HttpServletResponse resp,
IRequest[] reqs) |
void |
CMSRequest.setIRequest(IRequest request)
set the Request aobject associated with this session
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ConnectorServlet.isProfileRequest(IRequest request) |
void |
ConnectorServlet.normalizeProfileRequest(IRequest request) |
Modifier and Type | Method and Description |
---|---|
static IRequest |
CertUtil.createLocalRequest(IRequestQueue queue,
java.lang.String serialNum,
netscape.security.x509.X509CertInfo info) |
Modifier and Type | Method and Description |
---|---|
static void |
CertUtil.injectSANextensionIntoRequest(IConfigStore config,
IRequest req) |
Modifier and Type | Method and Description |
---|---|
KeyRequestInfo |
KeyRequestDAO.createCMSRequestInfo(IRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
KeyRequestResponse |
KeyRequestDAO.createCMSRequestResponse(IRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected IRequest |
CAProcessor.getOriginalRequest(java.math.BigInteger certSerial,
ICertRecord rec) |
IRequest |
CAProcessor.getRequest(java.lang.String rid)
Utility Functions
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
CAProcessor.auditInfoCertValue(IRequest request)
Signed Audit Log Info Certificate Value
This method is called to obtain the certificate from the passed in
"X509CertImpl" for a signed audit log message.
|
protected java.lang.String |
CAProcessor.auditInfoValue(IRequest request)
Signed Audit Log Info Value
This method is called to obtain the "reason" for
a signed audit log message.
|
protected java.lang.String |
CAProcessor.auditRequesterID(IRequest request)
Signed Audit Log Requester ID
This method is called to obtain the "RequesterID" for
a signed audit log message.
|
IAuthToken |
CAProcessor.authenticate(javax.servlet.http.HttpServletRequest request,
IRequest origReq,
IProfileAuthenticator authenticator,
SessionContext context,
boolean isRenewal,
AuthCredentials credentials) |
IAuthToken |
CAProcessor.authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request,
IRequest origReq,
SessionContext context,
AuthCredentials credentials)
AUTHENTICATION FUNCTIONS (move to Realm?)
|
protected netscape.security.x509.X509CertInfo[] |
PKIProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
netscape.security.x509.X509CertInfo[] |
CRMFProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
netscape.security.x509.X509CertInfo[] |
CMCProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
static void |
CAProcessor.saveAuthToken(IAuthToken token,
IRequest req) |
Modifier and Type | Method and Description |
---|---|
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IRequest request,
java.util.Locale locale) |
static ProfileOutput |
ProfileOutputFactory.create(IProfileOutput output,
IRequest request,
java.util.Locale locale) |
static PolicyDefault |
PolicyDefaultFactory.create(IRequest request,
java.util.Locale locale,
IPolicyDefault def) |
Modifier and Type | Method and Description |
---|---|
protected abstract CMSRequestInfo |
CMSRequestDAO.createCMSRequestInfo(IRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
void |
ReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Maps request object into argument block.
|
void |
KeyReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Fills in certificate specific request attributes.
|
void |
IReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Maps request object into argument block.
|
void |
CertReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Fills in certificate specific request attributes.
|
java.lang.String |
CertReqParser.getCertSubjectDN(IRequest request) |
java.lang.String |
CertReqParser.getKeyID(IRequest request) |
java.lang.String |
CertReqParser.getRequestorDN(IRequest request) |
protected int |
ProcessCertReq.grant_privileges(CMSRequest cmsReq,
IRequest req,
java.security.cert.Certificate[] certs,
IArgBlock header) |