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

unpublished struct CertAltNameEntry
Usage Restrictions
not published
Description
* struct contains a single entry within a Subject Alternative Name Extension of a * X509 certificate.

Elements' Summary
Type * defines the type of the value . With this information you can determine how to interprete the Any value. *  
Value * stores the value of entry.  
Elements' Details
Type
ExtAltNameType Type;
Description
* defines the type of the value . With this information you can determine how to interprete the Any value. *
See also
ExtAltNameType
Value
any Value;
Description
* stores the value of entry.
Top of Page