Class OpenSSHKeyFileUtil.ParsedPubKey
- java.lang.Object
-
- com.hierynomus.sshj.userauth.keyprovider.OpenSSHKeyFileUtil.ParsedPubKey
-
- Enclosing class:
- OpenSSHKeyFileUtil
public static class OpenSSHKeyFileUtil.ParsedPubKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParsedPubKey(KeyType type, java.security.PublicKey pubKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.PublicKey
getPubKey()
KeyType
getType()
-