Modifier and Type | Class and Description |
---|---|
class |
EDeferException
This represents a profile specific exception.
|
class |
ERejectException
This represents a profile specific exception.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfileSubsystem.commitProfile(java.lang.String id)
Commit a profile's underlying config store.
|
IProfile |
IProfileSubsystem.createProfile(java.lang.String id,
java.lang.String classid,
java.lang.String className)
Creates new profile.
|
IProfileInput |
IProfile.createProfileInput(java.lang.String id,
java.lang.String inputClassId,
NameValuePairs nvp)
Creates a input policy.
|
IProfileOutput |
IProfile.createProfileOutput(java.lang.String id,
java.lang.String outputClassId,
NameValuePairs nvp)
Creates a output policy.
|
IProfilePolicy |
IProfile.createProfilePolicy(java.lang.String setId,
java.lang.String id,
java.lang.String defaultClassId,
java.lang.String constraintClassId)
Creates a profile policy.
|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
void |
IProfile.deleteAllProfileInputs()
Delete all profile inputs
|
void |
IProfile.deleteAllProfileOutputs()
Delete all profile inputs
|
void |
IProfile.deleteAllProfilePolicies()
Delete all profile policies
|
void |
IProfileSubsystem.deleteProfile(java.lang.String id)
Deletes profile.
|
void |
IProfile.deleteProfileInput(java.lang.String inputId)
Deletes input policy by id.
|
void |
IProfile.deleteProfileOutput(java.lang.String outputId)
Deletes output policy by id.
|
void |
IProfile.deleteProfilePolicy(java.lang.String setId,
java.lang.String policyId)
Deletes a policy.
|
void |
IProfileSubsystem.disableProfile(java.lang.String id)
Disables a profile.
|
void |
IProfileSubsystem.enableProfile(java.lang.String id,
java.lang.String enableBy)
Enables a profile.
|
void |
IProfile.execute(IRequest request)
Process a request after validation.
|
IProfileAuthenticator |
IProfile.getAuthenticator()
Retrieves the associated authenticator instance.
|
IProfile |
IProfileSubsystem.getProfile(java.lang.String id)
Retrieves a profile by id.
|
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.
|
void |
IProfileUpdater.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileAuthenticator.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyDefault.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint policy.
|
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 |
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 |
IProfile.submit(IAuthToken token,
IRequest request)
Handles end-user request submission.
|
void |
IProfileUpdater.update(IRequest req,
RequestStatus status)
Notifies of state change.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPwdDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
UidPwdPinDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
UidPwdDirAuthentication.init(IProfile profile,
IConfigStore config) |
void |
TokenAuthentication.init(IProfile profile,
IConfigStore config) |
void |
SSLclientCertAuthentication.init(IProfile profile,
IConfigStore config) |
void |
FlatFileAuth.init(IProfile profile,
IConfigStore config) |
void |
CMCAuth.init(IProfile profile,
IConfigStore config) |
void |
AgentCertAuthentication.init(IProfile profile,
IConfigStore config) |
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 |
---|---|
IRequest |
EnrollProfile.createEnrollmentRequest() |
IProfileInput |
BasicProfile.createProfileInput(java.lang.String id,
java.lang.String inputId,
NameValuePairs nvps) |
IProfileInput |
BasicProfile.createProfileInput(java.lang.String id,
java.lang.String inputId,
NameValuePairs nvps,
boolean createConfig) |
IProfileOutput |
BasicProfile.createProfileOutput(java.lang.String id,
java.lang.String outputId,
NameValuePairs nvps) |
IProfileOutput |
BasicProfile.createProfileOutput(java.lang.String id,
java.lang.String outputId,
NameValuePairs nvps,
boolean createConfig) |
IProfilePolicy |
BasicProfile.createProfilePolicy(java.lang.String setId,
java.lang.String id,
java.lang.String defaultClassId,
java.lang.String constraintClassId)
Creates a profile policy
|
IProfilePolicy |
BasicProfile.createProfilePolicy(java.lang.String setId,
java.lang.String id,
java.lang.String defaultClassId,
java.lang.String constraintClassId,
boolean createConfig) |
IRequest[] |
EnrollProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
abstract IRequest[] |
BasicProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
void |
BasicProfile.deleteAllProfileInputs() |
void |
BasicProfile.deleteAllProfileOutputs() |
void |
BasicProfile.deleteAllProfilePolicies() |
void |
BasicProfile.deleteProfileInput(java.lang.String inputId) |
void |
BasicProfile.deleteProfileOutput(java.lang.String outputId) |
void |
BasicProfile.deleteProfilePolicy(java.lang.String setId,
java.lang.String policyId) |
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) |
IProfileAuthenticator |
BasicProfile.getAuthenticator() |
java.lang.String |
BasicProfile.getInput(java.lang.String name,
java.util.Locale locale,
IRequest request) |
org.mozilla.jss.pkix.cmc.TaggedRequest[] |
EnrollProfile.parseCMC(java.util.Locale locale,
java.lang.String certreq) |
org.mozilla.jss.pkix.crmf.CertReqMsg[] |
EnrollProfile.parseCRMF(java.util.Locale locale,
java.lang.String certreq) |
netscape.security.util.DerInputStream |
EnrollProfile.parseKeyGen(java.util.Locale locale,
java.lang.String certreq) |
netscape.security.pkcs.PKCS10 |
EnrollProfile.parsePKCS10(java.util.Locale locale,
java.lang.String certreq) |
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.verifyPOP(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg) |
Modifier and Type | Method and Description |
---|---|
void |
ValidityConstraint.init(IProfile profile,
IConfigStore config) |
void |
UserSubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
UniqueSubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
UniqueKeyConstraint.init(IProfile profile,
IConfigStore config) |
void |
SubjectNameConstraint.init(IProfile profile,
IConfigStore config) |
void |
SigningAlgConstraint.init(IProfile profile,
IConfigStore config) |
void |
RenewGracePeriodConstraint.init(IProfile profile,
IConfigStore config) |
void |
NoConstraint.init(IProfile profile,
IConfigStore config) |
void |
NSCertTypeExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
KeyUsageExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
KeyConstraint.init(IProfile profile,
IConfigStore config) |
void |
ExtensionConstraint.init(IProfile profile,
IConfigStore config) |
void |
ExtendedKeyUsageExtConstraint.init(IProfile profile,
IConfigStore config) |
void |
EnrollConstraint.init(IProfile profile,
IConfigStore config) |
void |
CAValidityConstraint.init(IProfile profile,
IConfigStore config) |
void |
BasicConstraintsExtConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint plugin.
|
void |
AuthzRealmConstraint.init(IProfile profile,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
protected void |
EnrollDefault.addExtension(java.lang.String name,
netscape.security.x509.Extension ext,
netscape.security.x509.X509CertInfo info) |
netscape.security.x509.CertificatePoliciesExtension |
CertificatePoliciesExtDefault.createExtension() |
netscape.security.x509.SubjectDirAttributesExtension |
SubjectDirAttributesExtDefault.createExtension(IRequest request) |
netscape.security.extensions.InhibitAnyPolicyExtension |
InhibitAnyPolicyExtDefault.createExtension(IRequest request) |
void |
nsTokenUserKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsTokenDeviceKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsNKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
nsHKeySubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
ValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
UserValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
UserSubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
UserSigningAlgDefault.init(IProfile profile,
IConfigStore config) |
void |
UserKeyDefault.init(IProfile profile,
IConfigStore config) |
void |
UserExtensionDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectKeyIdentifierExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectInfoAccessExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectDirAttributesExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SubjectAltNameExtDefault.init(IProfile profile,
IConfigStore config) |
void |
SigningAlgDefault.init(IProfile profile,
IConfigStore config) |
void |
RandomizedValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
PrivateKeyUsagePeriodExtDefault.init(IProfile profile,
IConfigStore config) |
void |
PolicyMappingsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
PolicyConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
OCSPNoCheckExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NoDefault.init(IProfile profile,
IConfigStore config) |
void |
NameConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NSCertTypeExtDefault.init(IProfile profile,
IConfigStore config) |
void |
NSCCommentExtDefault.init(IProfile profile,
IConfigStore config) |
void |
KeyUsageExtDefault.init(IProfile profile,
IConfigStore config) |
void |
IssuerAltNameExtDefault.init(IProfile profile,
IConfigStore config) |
void |
InhibitAnyPolicyExtDefault.init(IProfile profile,
IConfigStore config) |
void |
ImageDefault.init(IProfile profile,
IConfigStore config) |
void |
GenericExtDefault.init(IProfile profile,
IConfigStore config) |
void |
FreshestCRLExtDefault.init(IProfile profile,
IConfigStore config) |
void |
ExtendedKeyUsageExtDefault.init(IProfile profile,
IConfigStore config) |
void |
EnrollDefault.init(IProfile profile,
IConfigStore config) |
void |
CertificateVersionDefault.init(IProfile profile,
IConfigStore config) |
void |
CertificatePoliciesExtDefault.init(IProfile profile,
IConfigStore config) |
void |
CRLDistributionPointsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
CAValidityDefault.init(IProfile profile,
IConfigStore config) |
void |
BasicConstraintsExtDefault.init(IProfile profile,
IConfigStore config) |
void |
AutoAssignDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthzRealmDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthorityKeyIdentifierExtDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthTokenSubjectNameDefault.init(IProfile profile,
IConfigStore config) |
void |
AuthInfoAccessExtDefault.init(IProfile profile,
IConfigStore config) |
void |
nsTokenUserKeySubjectNameDefault.ldapInit() |
void |
nsNKeySubjectNameDefault.ldapInit() |
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.
|
protected void |
EnrollDefault.replaceExtension(java.lang.String name,
netscape.security.x509.Extension ext,
netscape.security.x509.X509CertInfo info) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EnrollInput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request) |
void |
nsNKeyCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
nsHKeyCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubmitterInfoInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectNameInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectDNInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectAltNameExtInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SigningKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SerialNumRenewInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
KeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
ImageInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
GenericInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
FileSigningInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EnrollInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EncryptionKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
DualKeyGenInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CMCCertReqInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
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.verifyPOP(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg) |
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.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
PKCS7Output.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EnrollOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CertOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CMMFOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.init(IProfile profile,
IConfigStore config) |
void |
SubsystemGroupUpdater.update(IRequest req,
RequestStatus status) |
Modifier and Type | Method and Description |
---|---|
static CertReviewResponse |
CertReviewResponseFactory.create(CMSRequest cmsReq,
IProfile profile,
boolean noncesEnabled,
java.util.Locale locale) |
static CertEnrollmentRequest |
CertEnrollmentRequestFactory.create(CMSRequest cmsReq,
IProfile profile,
java.util.Locale locale) |
static CertEnrollmentRequest |
CertEnrollmentRequestFactory.create(IArgBlock params,
IProfile profile,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IArgBlock params,
java.util.Locale locale) |
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IRequest request,
java.util.Locale locale) |
static ProfileOutput |
ProfileOutputFactory.create(IProfileOutput output,
IRequest request,
java.util.Locale locale) |