:: com :: sun :: star :: security ::

unpublished constants group CertificateCharacters
Usage Restrictions
not published
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.  
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.
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