-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class ValidityListenerRust extends Retainable
-
-
Constructor Summary
Constructors Constructor Description ValidityListenerRust()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()voidvalidityUpdated(boolean web_valid, boolean x509_valid)static voidinvokeValidityUpdated(SWIGTYPE_p_void ctx, int web_valid, int x509_valid)voidsubmit(SWIGTYPE_p_CDitto ditto)-
Methods inherited from class live.ditto.internal.swig.ffi.Retainable
close, getIs_closing, invokeRelease, invokeRetain, release, retain, setIs_closing -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
validityUpdated
void validityUpdated(boolean web_valid, boolean x509_valid)
-
invokeValidityUpdated
static void invokeValidityUpdated(SWIGTYPE_p_void ctx, int web_valid, int x509_valid)
-
submit
void submit(SWIGTYPE_p_CDitto ditto)
-
-
-
-