com.sshtools.j2ssh.openssh
Class PEMWriter
PEMWriter
public PEMWriter()
Creates a new PEMWriter object.
encryptPayload
public void encryptPayload(byte[] payload,
String passphrase)
throws GeneralSecurityException
getHeader
public Map getHeader()
getPayload
public byte[] getPayload()
getType
public String getType()
setPayload
public void setPayload(byte[] bs)
setType
public void setType(String string)
write
public void write(Writer w)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.