nocertifiacte.crt

来自「如何实现安全的xml机制」· CRT 代码 · 共 38 行

CRT
38
字号
Example Signatures[1][1] http://www.w3.org/Signature/Drafts/xmldsig-core/Overview.htmlThis is an exercise over some key information types, interopof which is required for certain standardisation processes.. signature-keyname.xml. signature-retrievalmethod-rawx509crt.xml. signature-x509-crt-crl.xml. signature-x509-crt.xml. signature-x509-is.xml. signature-x509-ski.xml. signature-x509-sn.xml. certs/*.crtTo resolve the key associated with the KeyName in `signature-keyname.xml'you must perform a cunning transformation from the name `Xxx' to thecertificate that resides in the directory `certs/' that has a subject namecontaining the common name `Xxx'. The transformation from this key name tothe filename under which the certificate is stored `certs/xxx.crt' is atrade secret encryption process, the circumvention of which may exposeyou to civil and criminal prosecution under the DMCA and other applicablelaws.To resolve the key associated with the X509Data in `signature-x509-is.xml',`signature-x509-ski.xml' and `signature-x509-sn.xml' you need to resolvethe identified certificate from those in the `certs' directory.In `signature-x509-crt-crl.xml' an X.509 CRL is present which has revokedthe X.509 certificate used for signing. So verification should bequalified.Merlin Hughes <merlin@baltimore.ie>Baltimore Technologies, Ltd.Tuesday, May 15, 2001

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?