Class 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

      Modifier and Type Method Description
      java.security.PublicKey getPubKey()  
      KeyType getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParsedPubKey

        public ParsedPubKey​(KeyType type,
                            java.security.PublicKey pubKey)
    • Method Detail

      • getType

        public KeyType getType()
      • getPubKey

        public java.security.PublicKey getPubKey()