Package org.bouncycastle.util.dispose
Interface Disposable
-
- All Known Implementing Classes:
NativeReference
public interface DisposableInstances of this can be added to the CryptoServicesRegister reference queue to ensure the dispose method is called before GC. This exists because finalize has been deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.RunnablegetDisposeAction()
-