MessageDigest

Inclusion code:

Service Deployment
Port NameLocationProtocolInterfaces
MessageDigest documentation:
MessageDigest--MessageDigestInterface

List of Available Interfaces

MessageDigestInterface

Interface documentation:

Operation NameInput TypeOutput TypeFaults
md5MD5RequeststringUnsupportedOperation( 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 :

  • : string
  • radix : int
  • : raw
  • radix : 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
}