Interface IdentityRepository

All Known Implementing Classes:
AgentIdentityRepository, IdentityRepository.Wrapper

public interface IdentityRepository
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    JSch will accept ciphered keys, but some implementations of IdentityRepository can not.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    add(byte[] identity)
     
     
     
    int
     
    boolean
    remove(byte[] blob)
     
    void
     
  • Field Details

  • Method Details

    • getName

      String getName()
    • getStatus

      int getStatus()
    • getIdentities

      Vector<Identity> getIdentities()
    • add

      boolean add(byte[] identity)
    • remove

      boolean remove(byte[] blob)
    • removeAll

      void removeAll()