public class EAYEncryptedPrivateKey
extends java.lang.Object
| Constructor and Description |
|---|
EAYEncryptedPrivateKey() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.IOExceptionjava.lang.IllegalArgumentExceptionpublic static void writePrivateKey(java.security.PrivateKey priv,
byte[] password,
java.io.BufferedWriter out)
throws java.io.IOException
java.io.IOExceptionCopyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.