org.apache.james.mailet.crypto
Class SMIMESignerInfo

java.lang.Object
  extended by org.apache.james.mailet.crypto.SMIMESignerInfo
All Implemented Interfaces:
Serializable

public class SMIMESignerInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 CertPath certPath
           
 X509Certificate signerCertificate
           
 boolean valid
           
 
Constructor Summary
SMIMESignerInfo(X509Certificate signerCertificate, CertPath certPath, boolean valid)
           
 
Method Summary
 CertPath getCertPath()
           
 X509Certificate getSignerCertificate()
           
 boolean isSignValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signerCertificate

public X509Certificate signerCertificate

certPath

public CertPath certPath

valid

public boolean valid
Constructor Detail

SMIMESignerInfo

public SMIMESignerInfo(X509Certificate signerCertificate,
                       CertPath certPath,
                       boolean valid)
Method Detail

getSignerCertificate

public X509Certificate getSignerCertificate()

getCertPath

public CertPath getCertPath()

isSignValid

public boolean isSignValid()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.