MessageDigest
Inclusion code:
| Service Deployment | |||
|---|---|---|---|
| Port Name | Location | Protocol | Interfaces |
| MessageDigest documentation: | |||
| MessageDigest | - | - | MessageDigestInterface |
List of Available Interfaces
MessageDigestInterface
Interface documentation:
| Operation Name | Input Type | Output Type | Faults |
|---|---|---|---|
| md5 | MD5Request | string | UnsupportedOperation( JavaExceptionType ) |
Operation Description
md5
Operation documentation:
Invocation template:
md5@MessageDigest( request )( response )
Request type
Type: MD5Request
type MD5Request: string {
.radix?: int
} | raw {
.radix?: int
}
MD5Request :
: stringradix : int: rawradix : int
Response type
Type: string
string : string
Possible faults thrown
Fault UnsupportedOperation with type JavaExceptionType
Fault-handling install template:
install ( UnsupportedOperation => /* error-handling code */ )
type JavaExceptionType: string {
.stackTrace: string
}