:: com :: sun :: star :: xml :: crypto :: sax ::

unpublished interface XKeyCollector
Usage Restrictions
not published
Description
* Interface of Key Collector. *

* This interface is used to manipulate key materials.


Methods' Summary
setKeyId * Set the keeper id of the key element. * *  
Methods' Details
setKeyId
void
setKeyId( [in] long  id )
raises( ::com::sun::star::uno::Exception );

Description
* Set the keeper id of the key element. * *
Parameter id
the keeper id of the key element. If the id is 0, then it represents * that this security entity has included its key material internally.
Top of Page