public interface IdentityRepository
static int
NOTRUNNING
RUNNING
UNAVAILABLE
boolean
add(byte[] identity)
java.util.Vector
getIdentities()
java.lang.String
getName()
int
getStatus()
remove(byte[] blob)
void
removeAll()
static final int UNAVAILABLE
static final int NOTRUNNING
static final int RUNNING
java.lang.String getName()
int getStatus()
java.util.Vector getIdentities()
boolean add(byte[] identity)
boolean remove(byte[] blob)
void removeAll()