Cryptix OpenPGP

cryptix.openpgp
Class PGPPrivateKey

java.lang.Object
  extended bycryptix.openpgp.PGPKey
      extended bycryptix.openpgp.PGPPrivateKey
All Implemented Interfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable

public class PGPPrivateKey
extends PGPKey
implements java.security.PrivateKey

OpenPGP PrivateKey (in OpenPGP terminology, the java PrivateKey is a Secret Key).

Version:
$Revision: 1.2 $
Author:
Edwin Woudt
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Constructor Summary
PGPPrivateKey(cryptix.openpgp.packet.PGPKeyPacket pkt, java.lang.String algorithm)
           
 
Methods inherited from class cryptix.openpgp.PGPKey
equals, getAlgorithm, getBitLength, getEncoded, getFormat, getPacket, isLegacy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Constructor Detail

PGPPrivateKey

public PGPPrivateKey(cryptix.openpgp.packet.PGPKeyPacket pkt,
                     java.lang.String algorithm)

Cryptix OpenPGP

Copyright (C) 1999-2003 The Cryptix Foundation Ltd.