:: com :: sun :: star :: security ::
|
unpublished |
constants group CertificateCharacters |
|
|
- Description
-
* Constant definiton of a certificate characters.
*
* The certificate characters will be defined as bit-wise constants.
|
Constants |
SELF_SIGNED |
* It is a self-signed certificate.
|
TRUSTED |
* It is a trusted certificate.
|
HAS_PRIVATE_KEY |
* A private key binding with the certificate is in user's profile.
|
Constants' Details |
SELF_SIGNED
const long SELF_SIGNED = 0x00000001 ;
- Description
-
* It is a self-signed certificate.
|
|
TRUSTED
const long TRUSTED = 0x00000002 ;
- Description
-
* It is a trusted certificate.
|
|
HAS_PRIVATE_KEY
const long HAS_PRIVATE_KEY = 0x00000004 ;
- Description
-
* A private key binding with the certificate is in user's profile.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.