Oracle Application Server Certificate Authority Java API Reference
10g (9.0.4)
B12079-01
A C E G O P R S

A

AUTH_TYPE_MANUAL - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains auth type value MANUAL.
AUTH_TYPE_SSL - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains auth type value SSL.
AUTH_TYPE_SSO - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains auth type value SSO.

C

CERT_OP_ENROLLMENT - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value enrollment.
CERT_OP_RENEWAL - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value renewal.
CERT_OP_REVOCATION - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value revoke.
CERT_TYPE_CA - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value ca.
CERT_TYPE_CLIENT - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value client.
CERT_TYPE_SERVER - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value server.
CERT_USAGE_CA_SIGN - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value ca_sign.
CERT_USAGE_CODE_SIGN - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value code_sign.
CERT_USAGE_SMIME_ENC - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value smime_enc.
CERT_USAGE_SMIME_SIGN - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value smime_sign.
CERT_USAGE_SSL - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value ssl.

E

enforce(OCAPolicyRequest) - Method in interface oracle.security.oca.policy.OCACustomPolicyPlugin
The enforce method will be implemented by all custom plugins.

G

getAuthType() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the authentication type.
getCACertExpiryDate() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the CA Certificate's expiry date.
getCACertIssuanceDate() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the CA certificate's issuance date.
getCACertIssuerName() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Issuer's DN of the CA Certificate.
getCACertSubjectName() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the DN of the CA Certificate.
getCAPathLength() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Path length of the CA Certificate.
getCertType() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Type of the certificate.
getCertUsage() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Certificate Usage of the certificate / certificate request.
getCommonName() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Common Name set in the DN.
getCountry() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Country set in the DN.
getDistinguishedName() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Distinguished Name associated with the request.
getEMail() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the EMail set in the DN.
getIssuer() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the subject DN of the Issuer of the trust point.
getKeyAlgorithm() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the key algorithm of the certificate's public key.
getKeyAlgorithm() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Key Algorithm assoicated with the request.
getKeySize() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Key Size associated with the request.
getLocality() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Locality set in the DN.
getNotAfterDate() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the validity end date of the trust point.
getNotAfterDate() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the not after date associated with the user certificate for Renewal and Revocation request.
getNotBeforeDate() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the validity begin date of the trust point.
getNotBeforeDate() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Not before date associated with the user certificate for Renewal and Revocation request.
getOrganization() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Organization set in the DN.
getOrganizationalUnit() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Organizational Unit set in the DN.
getPublicKey() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the public key of the certificate.
getRequestOperation() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the Certificate Operation.
getSerialNo() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the serial number of the trust point's certificate.
getState() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the State set in the DN.
getSubject() - Method in class oracle.security.oca.policy.OCAX509Certificate
Gets the subject DN of the trust point.
getTrustPoints() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the trust points of the CA.
getValidityPeriod() - Method in class oracle.security.oca.policy.OCAPolicyRequest
Gets the validity period for the request.

O

OCA_POLICY_DN_MATCH_TP - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for DN matching Trust Point's DN.
OCA_POLICY_INVALID_DN - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for Invalid DN.
OCA_POLICY_INVALID_KEY_SIZE - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for Invalid Key Size.
OCA_POLICY_INVALID_PATH_LEN - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for Invalid Path Length.
OCA_POLICY_INVALID_VALIDITY - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for Invalid Validity.
OCA_POLICY_INVALID_VALIDITY_CA - Static variable in interface oracle.security.oca.policy.OCAPolicyMessage
Key to display message for Invalid CA Validity.
OCACustomPolicyPlugin - interface oracle.security.oca.policy.OCACustomPolicyPlugin.
An interface that needs to be implemented by custom plugins.
OCAPolicyMessage - interface oracle.security.oca.policy.OCAPolicyMessage.
Defines a set of predefined error messages that can be used in the custom plugin.
OCAPolicyRequest - class oracle.security.oca.policy.OCAPolicyRequest.
OCAPolicyRequest contains the attributes which can be read/configured by policy plug-ins.
OCAX509Certificate - class oracle.security.oca.policy.OCAX509Certificate.
This class provides the details of a certificate, like subject DN etc.
OCMPolicyConstants - class oracle.security.oca.policy.OCMPolicyConstants.
This class defines constants used in policy processing.
OCMPolicyConstants() - Constructor for class oracle.security.oca.policy.OCMPolicyConstants
 
oracle.security.oca.policy - package oracle.security.oca.policy
 

P

POLICY_ERROR - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value ERROR.
POLICY_WARNING - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value WARNING.

R

RSA_KEY_ALGO - Static variable in class oracle.security.oca.policy.OCMPolicyConstants
Contains value rsa.

S

setError(String, String, String) - Method in class oracle.security.oca.policy.OCAPolicyRequest
Set Plug-in name, error type and error message.
setError(String, String, String, Object[]) - Method in class oracle.security.oca.policy.OCAPolicyRequest
Set Plug-in name, error type and error message.
setPluginResult(String, Boolean) - Method in class oracle.security.oca.policy.OCAPolicyRequest
Sets the result of the plugin.
setValidityPeriod(int) - Method in class oracle.security.oca.policy.OCAPolicyRequest
Sets the validity period for the request.

A C E G O P R S
Oracle Application Server Certificate Authority Java API Reference
10g (9.0.4)
B12079-01

Copyright © 2000, 2003 Oracle Corporation. All Rights Reserved.