Oracle Application Server Certificate Authority Java API Reference
10g (9.0.4)
B12079-01

oracle.security.oca.policy
Interface OCAPolicyMessage


public interface OCAPolicyMessage

Defines a set of predefined error messages that can be used in the custom plugin. These messages are translated and will be made available in the client specific language.

Since:
9.0.4


 

Field Summary
static java.lang.String OCA_POLICY_DN_MATCH_TP
          Key to display message for DN matching Trust Point's DN.
static java.lang.String OCA_POLICY_INVALID_DN
          Key to display message for Invalid DN.
static java.lang.String OCA_POLICY_INVALID_KEY_SIZE
          Key to display message for Invalid Key Size.
static java.lang.String OCA_POLICY_INVALID_PATH_LEN
          Key to display message for Invalid Path Length.
static java.lang.String OCA_POLICY_INVALID_VALIDITY
          Key to display message for Invalid Validity.
static java.lang.String OCA_POLICY_INVALID_VALIDITY_CA
          Key to display message for Invalid CA Validity.


 

Field Detail

OCA_POLICY_INVALID_KEY_SIZE

public static final java.lang.String OCA_POLICY_INVALID_KEY_SIZE
Key to display message for Invalid Key Size.
See Also:
Constant Field Values

OCA_POLICY_INVALID_VALIDITY

public static final java.lang.String OCA_POLICY_INVALID_VALIDITY
Key to display message for Invalid Validity.
See Also:
Constant Field Values

OCA_POLICY_INVALID_PATH_LEN

public static final java.lang.String OCA_POLICY_INVALID_PATH_LEN
Key to display message for Invalid Path Length.
See Also:
Constant Field Values

OCA_POLICY_INVALID_VALIDITY_CA

public static final java.lang.String OCA_POLICY_INVALID_VALIDITY_CA
Key to display message for Invalid CA Validity.
See Also:
Constant Field Values

OCA_POLICY_INVALID_DN

public static final java.lang.String OCA_POLICY_INVALID_DN
Key to display message for Invalid DN.
See Also:
Constant Field Values

OCA_POLICY_DN_MATCH_TP

public static final java.lang.String OCA_POLICY_DN_MATCH_TP
Key to display message for DN matching Trust Point's DN.
See Also:
Constant Field Values

Oracle Application Server Certificate Authority Java API Reference
10g (9.0.4)
B12079-01

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