All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.util.KeyCertificate
java.lang.Object
|
+----ajanta.util.KeyCertificate
- public class KeyCertificate
- extends Object
- implements Certificate
-
KeyCertificate(String, PublicKey, PrivateKey)
-
-
decode(InputStream)
-
-
encode(OutputStream)
-
-
getFormat()
-
-
getGuarantor()
-
-
getPrincipal()
-
-
getPublicKey()
-
-
getSignature()
-
-
toString(boolean)
-
-
verify(PublicKey)
-
KeyCertificate
public KeyCertificate(String n,
PublicKey p,
PrivateKey nsKey) throws KeyManagementException, IOException, SignatureException, NoSuchAlgorithmException, InvalidKeyException
decode
public void decode(InputStream i) throws KeyException, IOException
encode
public void encode(OutputStream o) throws KeyException, IOException
getFormat
public String getFormat()
getGuarantor
public Principal getGuarantor()
getPublicKey
public PublicKey getPublicKey()
getPrincipal
public Principal getPrincipal()
toString
public String toString(boolean detailed)
getSignature
public byte[] getSignature()
verify
public boolean verify(PublicKey k) throws NoSuchAlgorithmException, InvalidKeyException, IOException, SignatureException
All Packages Class Hierarchy This Package Previous Next Index