SOMA.security.infrastructure
Class CertList
java.lang.Object
iaik.pkcs.PKCS7CertList
SOMA.security.infrastructure.CertList
- All Implemented Interfaces:
- java.io.Serializable
- class CertList
- extends iaik.pkcs.PKCS7CertList
- implements java.io.Serializable
Constructor Summary |
CertList()
|
CertList(java.io.InputStream is)
Constructor a CertList with an input; see the method
void writeTo(java.io.OutputStream os) for the output |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertList
public CertList()
throws java.io.IOException,
iaik.pkcs.PKCSParsingException
CertList
public CertList(java.io.InputStream is)
throws java.io.IOException,
iaik.pkcs.PKCSParsingException
- Constructor a CertList with an input; see the method
void writeTo(java.io.OutputStream os) for the output
- Parameters:
is
- is the imput stream for load a cerification list.
CertificateInList
public boolean CertificateInList(iaik.x509.X509Certificate cert)
putCertificate
public CertList putCertificate(iaik.x509.X509Certificate cert)
throws java.io.IOException,
iaik.pkcs.PKCSParsingException
- Throws:
java.io.IOException
iaik.pkcs.PKCSParsingException
getCertificate
public iaik.x509.X509Certificate getCertificate(java.lang.String dn)
isEmpty
public boolean isEmpty()
length
public long length()
certInCRL
public boolean certInCRL(iaik.x509.X509Certificate cert)
Copyright © 2004 Luca Foschini