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 |
SessionAuthentication.init(IProfile profile,
IConfigStore config) |
void |
SSLclientCertAuthentication.init(IProfile profile,
IConfigStore config) |
void |
FlatFileAuth.init(IProfile profile,
IConfigStore config) |
void |
CMCUserSignedAuth.init(IProfile profile,
IConfigStore config) |
void |
CMCAuth.init(IProfile profile,
IConfigStore config) |
void |
AgentCertAuthentication.init(IProfile profile,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
IProfileAuthenticator.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnrollProfile
This interface represents an enrollment profile.
|
interface |
IProfileEx
This interface represents the extension version of
profile.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicProfile
This class implements a basic profile.
|
class |
CACertCAEnrollProfile
This class implements a Certificate Manager enrollment
profile for CA Certificates.
|
class |
CAEnrollProfile
This class implements a Certificate Manager enrollment
profile.
|
class |
EnrollProfile
This class implements a generic enrollment profile.
|
class |
ServerCertCAEnrollProfile
This class implements a Certificate Manager enrollment
profile for Server Certificates.
|
class |
UserCertCAEnrollProfile
This class implements a Certificate Manager enrollment
profile for User Certificates.
|
Modifier and Type | Field and Description |
---|---|
protected IProfile |
EnrollInput.mProfile |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.init(IProfile profile,
IConfigStore config) |
void |
IProfileUpdater.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
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) |
static CertReviewResponse |
CertReviewResponseFactory.create(IRequest request,
IProfile profile,
javax.ws.rs.core.UriInfo uriInfo,
java.util.Locale locale) |
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,
java.util.Map<java.lang.String,java.lang.String> ctx,
IProfileAuthenticator authenticator,
IAuthToken authToken,
IRequest[] reqs) |
protected java.lang.String |
CertProcessor.submitRequests(java.util.Locale locale,
IProfile profile,
IAuthToken authToken,
IRequest[] reqs) |
Modifier and Type | Method and Description |
---|---|
void |
CAProcessor.authorize(java.lang.String profileId,
IProfile profile,
IAuthToken authToken) |