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