Class Identity

java.lang.Object
com.jcraft.jsch.agentproxy.Identity

public class Identity extends Object
  • Field Details

    • blob

      private byte[] blob
    • comment

      private byte[] comment
  • Constructor Details

    • Identity

      Identity(byte[] blob, byte[] comment)
  • Method Details

    • getBlob

      public byte[] getBlob()
    • getComment

      public byte[] getComment()