Business-EDI
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/KeyManagementFunctionQualifier.pm view on Meta::CPAN
# 0579 Key management function qualifier
# Desc: Specification of the type of key management function.
# Repr: an..3
my %code_hash = (
'101' => [ 'Registration submission',
'Submission of information for registration.' ],
'102' => [ 'Asymmetric key pair request',
'Request a trusted party to generate an asymmetric key pair.' ],
'110' => [ 'Certification request',
'Request certification of credentials and public key.' ],
'111' => [ 'Certificate renewal request',
'Request to extend the validity period of the current valid key, whose certificate is about to expire.' ],
'112' => [ 'Certificate replacement request',
'Request to replace the current certificate by a new one with a different public key (and possibly other information).' ],
'121' => [ 'Certificate (path) retrieval request',
'Request the delivery of an existing (valid or revoked) certificate, with path details where appropriate.' ],
'123' => [ 'Certificate list retrieval request',
'Request full or partial list of certificate.' ],
'124' => [ 'Certificate status request',
'Request current status of a given certificate.' ],
lib/Business/EDI/CodeList/ServiceSegmentTagCoded.pm view on Meta::CPAN
'To separate header, detail and summary sections of a message.' ],
'UNT' => [ 'Message trailer',
'To end and check the completeness of a message.' ],
'UNZ' => [ 'Interchange trailer',
'To end and check the completeness of an interchange.' ],
'USA' => [ 'Security algorithm',
'To identify a security algorithm, the technical usage made of it, and to contain the technical parameters required.' ],
'USB' => [ 'Secured data identification',
'To contain details related to the AUTACK.' ],
'USC' => [ 'Certificate',
'To convey the public key and the credentials of its owner.' ],
'USD' => [ 'Data encryption header',
'To specify size (i.e. length of data in octets of bits) of encrypted data following the segment terminator of this segment.' ],
'USE' => [ 'Security message relation',
'To specify the relation to earlier security messages, such as response to a particular request, or request for a particular answer.' ],
'USF' => [ 'Key management function',
'To specify the type of key management function and the status of a corresponding key or certificate.' ],
'USH' => [ 'Security header',
'To specify a security mechanism applied to a EDIFACT structure (i.e.: either message/package, group or interchange).' ],
'USL' => [ 'Security list status',
'To specify the status of security objects, such as keys or certificates to be delivered in a list, and the corresponding list parameters.' ],
( run in 0.239 second using v1.01-cache-2.11-cpan-4d50c553e7e )