:: 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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.