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

unpublished interface XSerialNumberAdapter
Usage Restrictions
not published
Description
* Interface of Certificate Serial Number Converter * *

This interface converts a certificate serial number to and from a string


Methods' Summary
toString * Convert the SerialNumber to a string  
toSequence * Convert the SerialNumber to a sequence  
Methods' Details
toString
string
toString( [in] sequence< byte >  SerialNumber );

Description
* Convert the SerialNumber to a string
toSequence
sequence< byte >
toSequence( [in] string  SerialNumber );

Description
* Convert the SerialNumber to a sequence
Top of Page