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 | Method and Description |
---|---|
IProfile |
IProfileSubsystem.createProfile(java.lang.String id,
java.lang.String classid,
java.lang.String className)
Creates new profile.
|
IProfile |
IProfileSubsystem.getProfile(java.lang.String id)
Retrieves a profile by id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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) |
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 | 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 |
---|---|
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) |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.init(IProfile profile,
IConfigStore config) |
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,
IProfileContext 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) |