Class OpenSSHKeyFileUtil.ParsedPubKey

  • Enclosing class:
    OpenSSHKeyFileUtil

    public static class OpenSSHKeyFileUtil.ParsedPubKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.PublicKey pubKey  
      private KeyType type  
    • 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()  
      • Methods inherited from class java.lang.Object

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

      • pubKey

        private final java.security.PublicKey pubKey
    • Constructor Detail

      • ParsedPubKey

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

      • getType

        public KeyType getType()
      • getPubKey

        public java.security.PublicKey getPubKey()