You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss
Class CryptoManager.CertUsage

java.lang.Object
  extended by org.mozilla.jss.CryptoManager.CertUsage
Enclosing class:
CryptoManager

public static final class CryptoManager.CertUsage
extends java.lang.Object

CertUsage options for validation


Field Summary
static CryptoManager.CertUsage AnyCA
           
static CryptoManager.CertUsage EmailRecipient
           
static CryptoManager.CertUsage EmailSigner
           
static CryptoManager.CertUsage ObjectSigner
           
static CryptoManager.CertUsage ProtectedObjectSigner
           
static CryptoManager.CertUsage SSLCA
           
static CryptoManager.CertUsage SSLClient
           
static CryptoManager.CertUsage SSLServer
           
static CryptoManager.CertUsage SSLServerWithStepUp
           
static CryptoManager.CertUsage StatusResponder
           
static CryptoManager.CertUsage UserCertImport
           
static CryptoManager.CertUsage VerifyCA
           
 
Method Summary
static java.util.Iterator getCertUsages()
           
 int getUsage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SSLClient

public static final CryptoManager.CertUsage SSLClient

SSLServer

public static final CryptoManager.CertUsage SSLServer

SSLServerWithStepUp

public static final CryptoManager.CertUsage SSLServerWithStepUp

SSLCA

public static final CryptoManager.CertUsage SSLCA

EmailSigner

public static final CryptoManager.CertUsage EmailSigner

EmailRecipient

public static final CryptoManager.CertUsage EmailRecipient

ObjectSigner

public static final CryptoManager.CertUsage ObjectSigner

UserCertImport

public static final CryptoManager.CertUsage UserCertImport

VerifyCA

public static final CryptoManager.CertUsage VerifyCA

ProtectedObjectSigner

public static final CryptoManager.CertUsage ProtectedObjectSigner

StatusResponder

public static final CryptoManager.CertUsage StatusResponder

AnyCA

public static final CryptoManager.CertUsage AnyCA
Method Detail

getUsage

public int getUsage()

getCertUsages

public static java.util.Iterator getCertUsages()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object