zno2

随笔分类 -  digital signature

counter signature (XAdES)
摘要:7.2.4 Countersignatures Annex C, in its clause C.1, includes a description and discussion on multiple signatures and countersignatures. This clause de 阅读全文

posted @ 2023-08-25 16:30 zno2 阅读(98) 评论(0) 推荐(0)

在线校验数字签名是否规范 (ETSI)
摘要:http://signatures-conformance-checker.etsi.org/pub/index.shtml XAdES (XML Advanced Electronic Signature ETSI 101 903, TS 103 171 and EN 319 132-1&2) C 阅读全文

posted @ 2023-08-25 16:29 zno2 阅读(48) 评论(0) 推荐(0)

javax.xml.bind.JAXBException: class XXXX nor any of its super class is known to this context
摘要:[javax.xml.bind.JAXBException: class org.bouncycastle.jcajce.provider.asymmetric.x509.X509CRLObject nor any of its super class is known to this contex 阅读全文

posted @ 2023-08-25 16:28 zno2 阅读(186) 评论(0) 推荐(0)

从 XAdES-X-L 中获取证书
摘要:import java.io.ByteArrayInputStream; import java.security.cert.CertificateException; import java.security.cert.CertificateFactory; import java.securit 阅读全文

posted @ 2023-08-25 16:28 zno2 阅读(45) 评论(0) 推荐(0)

certificate chain
摘要:http://docs.oracle.com/cd/E19424-01/820-4811/gdzen/index.html A颁发给B,B颁发给C,... 通常起码root证书要是受信任的 Verifying a Certificate Chain Certificate chain verific 阅读全文

posted @ 2023-06-06 13:18 zno2 阅读(36) 评论(0) 推荐(0)

xades4j 苦苦寻找的是啥 (源码 == 找到了测试用例 == 找到了用法)
摘要:<dependency> <groupId>com.googlecode.xades4j</groupId> <artifactId>xades4j</artifactId> <version>1.3.2</version> </dependency> https://github.com/luis 阅读全文

posted @ 2023-06-06 13:17 zno2 阅读(30) 评论(0) 推荐(0)

xades4j : 如何创建-T
摘要:用到哪些类,对应哪些元素 xades4j.properties.UnsignedProperties xades4j.properties.UnsignedSignatureProperty xades4j.properties.SignatureTimeStampProperty 具体实现 imp 阅读全文

posted @ 2023-06-06 13:16 zno2 阅读(41) 评论(0) 推荐(0)

keytool
摘要:http://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html Manages a keystore (database) of cryptographic keys, X.509 certificate chains, 阅读全文

posted @ 2023-06-06 13:16 zno2 阅读(41) 评论(0) 推荐(0)

XAdES-L 是什么东西 (附 xmldsig.xsd & XAdES.xsd)
摘要:首先订正,没有XAdES-L ,只有 XAdES-X-L https://en.wikipedia.org/wiki/XAdES XAdES (also named XAdES-BES for "Basic Electronic Signature"), basic form just satisf 阅读全文

posted @ 2023-06-06 13:16 zno2 阅读(59) 评论(0) 推荐(0)

Personal Information Exchange (PKCS #12)
摘要:The Personal Information Exchange format (PFX, also called PKCS #12) supports secure storage of certificates, private keys, and all certificates in a 阅读全文

posted @ 2023-06-06 13:11 zno2 阅读(55) 评论(0) 推荐(0)

java.security.InvalidKeyException
摘要:This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). 情形: Utimaco\SafeGuard CryptoServer\Software\JCE\sample 运行 阅读全文

posted @ 2023-06-06 13:08 zno2 阅读(193) 评论(0) 推荐(0)

什么是 iaik
摘要:iaik.xml.crypto.xades.SignatureTimeStamp 下面这个是官网 http://www.iaik.tugraz.at/ 下面这个是for java https://jce.iaik.tugraz.at/ 缩写字母jce的意思是: Java™ Cryptography 阅读全文

posted @ 2023-06-01 17:05 zno2 阅读(93) 评论(0) 推荐(0)

什么是 CA
摘要:https://www.digicert.com/ https://cn.globalsign.com/ Certificate Authority 为网站颁发证书的权威机构 The more your customers trust you, the more they buy from you. 阅读全文

posted @ 2023-06-01 17:03 zno2 阅读(24) 评论(0) 推荐(0)

公钥私钥
摘要:(原版) 阅读全文

posted @ 2016-08-06 07:57 zno2 阅读(136) 评论(0) 推荐(0)

导航