com.sshtools.j2ssh.openssh
Class PEM
java.lang.Object
com.sshtools.j2ssh.openssh.PEM
public class PEM
extends java.lang.Object
DSA_PRIVATE_KEY
public static final String DSA_PRIVATE_KEY
HEX_CHARS
protected static final char[] HEX_CHARS
MAX_LINE_LENGTH
protected static final int MAX_LINE_LENGTH
PEM_BEGIN
protected static final String PEM_BEGIN
PEM_BOUNDARY
protected static final String PEM_BOUNDARY
PEM_END
protected static final String PEM_END
RSA_PRIVATE_KEY
public static final String RSA_PRIVATE_KEY
getKeyFromPassphrase
protected static SecretKey getKeyFromPassphrase(String passphrase,
byte[] iv,
int keySize)
throws NoSuchAlgorithmException,
InvalidKeySpecException
passphrase
- iv
- keySize
-
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.