public class XmlSshPublicKeyReader extends Object
Constructor and Description |
---|
XmlSshPublicKeyReader() |
Modifier and Type | Method and Description |
---|---|
static Iterator<SshPublicKey> |
iterateMany(XmlReader reader) |
static List<SshPublicKey> |
readMany(XmlReader reader) |
static SshPublicKey |
readOne(XmlReader reader) |
public static SshPublicKey readOne(XmlReader reader)
public static Iterator<SshPublicKey> iterateMany(XmlReader reader)
public static List<SshPublicKey> readMany(XmlReader reader)
Copyright © 2016. All rights reserved.