CREATEコマンドは、AS3トランザクションや受領を作成する場合に使用されます。
構文:
|
RECIPIENTキーワード値は、プロパティ・ファイルからエントリーの選択階層を使用して、秘密鍵ファイル、パスワードと公開証明書、受領公開証明書を取得する場合に使用されます。
keystore.{recipient}= pki/filename
keystore = pki/filename
keystore.password.{recipient} = password
keystore.password = password
certificate.{recipient} = pki/filename
certificate = pki/filename
public.certificate.{recipient} = pki/filename, pki/filename, pki/filename
as3-to.{recipient} = companyto
as3-from.{recipient} = companyfrom
as3-from = companyfrom
subject.{recipient} = subject
subject = subject
receipt.to.{recipient}=receipt to
receipt.to=receipt to
receipt.signed.{recipient}=*yes | *no
receipt.signed=*yes | *no
messageid.suffix.{recipient} = company identifier
messageid.suffix. = company identifier
signed.algorithm.{recipient} = *sha1 | *md5
signed.algorithm = *sha1 | *md5
encryption.algorithm.{recipient} = *des | *des-ede3 | *rc2-40 | *rc2-64 | *rc2-128
encryption.algorithm = *des | *des-ede3 | *rc2-40 | *rc2-64 | *rc2-128
構文:
|
RECIPIENTキーワード値は、プロパティ・ファイルからエントリーの選択階層を使用して、秘密鍵ファイル、パスワードと公開証明書、受領公開証明書を取得する場合に使用されます。
キー・ストアと証明書は、受領に署名が必要な場合にのみ使用されます。
keystore.{recipient}= pki/filename
keystore = pki/filename
keystore.password.{recipient} = password
keystore.password = password
certificate.{recipient} = pki/filename
certificate = pki/filename
public.certificate.{recipient} = pki/filename, pki/filename, pki/filename
as3-to.{recipient} = companyto
as3-from.{recipient} = companyfrom
as3-from = companyfrom
subject.{recipient} = subject
subject = subject
receipt.to.{recipient}=receipt to
receipt.to=receipt to
messageid.suffix.{recipient} = company identifier
messageid.suffix. = company identifier
signed.algorithm.{recipient} = *sha1 | *md5
signed.algorithm = *sha1 | *md5
人が読み取れるテキストは、プロパティ・ファイルの選択階層を使用してファイルから取得されます。
receipt.message.{recipient} = system/receipt-message.txt
receipt.message = system/receipt-message.txt
receipt.messageには、受領に関して人が読み取れる構成要素が含まれます。
以下の特別なマージ・ラベルは、receipt.messageファイルでサポートされています。
%%COMPANYFROM%%
%%COMPANYTO%%
%%DATE%%
%%SUBJECT%%
%%TEXT%%
receipt.messageファイル内容のサンプル:
The message sent to recipient <%%COMPANYTO%%> on %%DATE%% with subject "%%SUBJECT%%" has been received.