dhkim.ca
Interface InternalCA
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- InternalCAImpl
- public interface InternalCA
- extends java.rmi.Remote
registerServer
public void registerServer(java.lang.String name,
byte[] certbuff)
throws java.rmi.RemoteException
java.rmi.RemoteException
getCACertificate
public byte[] getCACertificate(java.lang.String ca_alias)
throws java.rmi.RemoteException
java.rmi.RemoteException
getServerCertificate
public byte[] getServerCertificate(java.lang.String server_alias)
throws java.rmi.RemoteException
java.rmi.RemoteException