public class CertListDemo extends java.lang.Object
When starting the test, you have to specify
the file name holding the CMSCertList
to be parsed:
java demo.cms.CertListDemo <file name>
CMSCertList
Constructor and Description |
---|
CertListDemo() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] arg)
Reads a CMS (PKCS#7) certificate chain from a file and dumps the certificates
stored inside.
|
public CertListDemo()
public static void main(java.lang.String[] arg)
Usage:
java demo.cms.CertListDemo <file name>
arg
- the name of the file holding the certificate chain