COM.claymoresystems.cert
Class CertContext

java.lang.Object
  extended by COM.claymoresystems.cert.CertContext

public class CertContext
extends java.lang.Object

Provide a generic context for ASN.1 computations and cert verification This class is used internally by PureTLS. It should not be called by programmers. We'll document it eventually, though.


Constructor Summary
CertContext()
           
CertContext(java.util.Vector roots)
           
 
Method Summary
 void addRoot(byte[] root_ber)
           
 java.util.Vector getRootList()
           
static ASNSpecification getSpec()
           
 boolean isRoot(byte[] cert)
           
 X509Cert signedByRoot(byte[] issuer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertContext

public CertContext()

CertContext

public CertContext(java.util.Vector roots)
Method Detail

getSpec

public static ASNSpecification getSpec()

addRoot

public void addRoot(byte[] root_ber)

getRootList

public java.util.Vector getRootList()

isRoot

public boolean isRoot(byte[] cert)

signedByRoot

public X509Cert signedByRoot(byte[] issuer)


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.