IAIK CMS/SMIME Toolkit Demo API Documentation
Version 6.1

demo.cms.signedData
Class CertListDemo

java.lang.Object
  extended by demo.cms.signedData.CertListDemo

public class CertListDemo
extends java.lang.Object

Reads a CMS (PKCS#7) certifcate list from a file.

When starting the test, you have to specify the file name holding the CMSCertList to be parsed:

 java demo.cms.CertListDemo <file name>
 

See Also:
CMSCertList

Constructor Summary
CertListDemo()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Reads a CMS (PKCS#7) certificate chain from a file and dumps the certificates stored inside.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertListDemo

public CertListDemo()
Method Detail

main

public static void main(java.lang.String[] arg)
Reads a CMS (PKCS#7) certificate chain from a file and dumps the certificates stored inside.

Usage:

java demo.cms.CertListDemo <file name>

Parameters:
arg - the name of the file holding the certificate chain

IAIK CMS/SMIME Toolkit Demo API Documentation
Version 6.1

v6.1
(c) 2002 IAIK, (c) 2003 - 2025 SIC