org.jacorb.security.level2
Class KeyAndCert
java.lang.Object
org.jacorb.security.level2.KeyAndCert
public class KeyAndCert
extends java.lang.Object
KeyAndCert.java
Created: Mon Sep 4 16:33:49 2000
Version:
- Nicolas Noffke
java.security.PublicKey | getPublicKey() - return the public key of the first Certificate in the chain, if
there are any certs.
|
String | toString()
|
chain
public Certificate[] chain
KeyAndCert
public KeyAndCert(PrivateKey key,
Certificate[] chain)
getPublicKey
public java.security.PublicKey getPublicKey()
return the public key of the first Certificate in the chain, if
there are any certs. Return null otherwise
toString
public String toString()