COM.claymoresystems.crypto
Class EAYEncryptedPrivateKey

java.lang.Object
  |
  +--COM.claymoresystems.crypto.EAYEncryptedPrivateKey

public class EAYEncryptedPrivateKey
extends java.lang.Object


Constructor Summary
EAYEncryptedPrivateKey()
           
 
Method Summary
static java.security.PrivateKey createPrivateKey(java.io.BufferedReader in, java.lang.String type, byte[] password)
           
static void writePrivateKey(java.security.PrivateKey priv, byte[] password, java.io.BufferedWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAYEncryptedPrivateKey

public EAYEncryptedPrivateKey()
Method Detail

createPrivateKey

public static java.security.PrivateKey createPrivateKey(java.io.BufferedReader in,
                                                        java.lang.String type,
                                                        byte[] password)
                                                 throws java.io.IOException,
                                                        java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException

writePrivateKey

public static void writePrivateKey(java.security.PrivateKey priv,
                                   byte[] password,
                                   java.io.BufferedWriter out)
                            throws java.io.IOException
java.io.IOException


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.