dhkim.client
Class InternalCAClient

java.lang.Object
  |
  +--dhkim.client.InternalCAClient

public class InternalCAClient
extends java.lang.Object


Constructor Summary
InternalCAClient()
           
 
Method Summary
 java.security.PublicKey getCAPubKey()
           
 java.security.PublicKey getServerPubKey()
           
static void main(java.lang.String[] args)
           
 boolean verifyCRL(byte[] server_cert)
           
 boolean verifyServer(byte[] caCert, byte[] serverCert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCAClient

public InternalCAClient()
Method Detail

verifyCRL

public boolean verifyCRL(byte[] server_cert)

getCAPubKey

public java.security.PublicKey getCAPubKey()

getServerPubKey

public java.security.PublicKey getServerPubKey()

verifyServer

public boolean verifyServer(byte[] caCert,
                            byte[] serverCert)

main

public static void main(java.lang.String[] args)