COM.claymoresystems.cert
Class CertContext
public
class
CertContext
extends 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.
public CertContext()
public CertContext(Vector roots)
public void addRoot(byte[] root_ber)
public Vector getRootList()
public static ASNSpecification getSpec()
public boolean isRoot(byte[] cert)
public
X509Cert signedByRoot(byte[] issuer)
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.