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

interface XCertificateExtension
Description
* Interface of a PKI Certificate * *

This interface represents a x509 certificate.


Methods' Summary
isCritical * Check whether it is a critical extension  
Attributes' Summary
ExtensionId * Get the extension object identifier in string.  
ExtensionValue * Get the extension value  
Methods' Details
isCritical
boolean
isCritical();

Description
* Check whether it is a critical extension
Attributes' Details
ExtensionId
[ readonly ] sequence< byte > ExtensionId;
Description
* Get the extension object identifier in string.
ExtensionValue
[ readonly ] sequence< byte > ExtensionValue;
Description
* Get the extension value
Top of Page