public static final class KeyChain.KeyChainConnection extends Object implements Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the object and release any system resources it holds.
|
IKeyChainService |
getService() |
public void close()
Closeable
Although only the first call has any effect, it is safe to call close
multiple times on the same object. This is more lenient than the
overridden AutoCloseable.close()
, which may be called at most
once.
close
in interface Closeable
close
in interface AutoCloseable
public IKeyChainService getService()