Interface IdentityRepository

All Known Implementing Classes:
IdentityRepository.Wrapper

public interface IdentityRepository
  • Nested Class Summary

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

    Fields
    Modifier and Type Field Description
    static int NOTRUNNING  
    static int RUNNING  
    static int UNAVAILABLE  
  • Method Summary

    Modifier and Type Method Description
    boolean add​(byte[] identity)  
    java.util.Vector<Identity> getIdentities()  
    java.lang.String getName()  
    int getStatus()  
    boolean remove​(byte[] blob)  
    void removeAll()  
  • Field Details

  • Method Details

    • getName

      java.lang.String getName()
    • getStatus

      int getStatus()
    • getIdentities

      java.util.Vector<Identity> getIdentities()
    • add

      boolean add​(byte[] identity)
    • remove

      boolean remove​(byte[] blob)
    • removeAll

      void removeAll()