Class Identity

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

public class Identity extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
     
    private byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Identity(byte[] blob, byte[] comment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()