JolieDoc for Port SecurityUtils
From file security_utils.iol
| Port Name | Location | Protocol |
|---|---|---|
| SecurityUtils |
List of the available interfaces
Interface SecurityUtilsInterface
| Heading | Input type | Output type | Faults |
|---|---|---|---|
| createSecureToken | void |
string |
|
| secureRandom | SecureRandomRequest |
raw |
Operation list
secureRandom( SecureRandomRequest )( raw )
createSecureToken( void )( string )
Message type list
SecureRandomRequest
type SecureRandomRequest: void {
.size: int
}