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

constants group CertificateCharacters

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