Class X509CertificateImpl.CleanerState

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    X509CertificateImpl

    static class X509CertificateImpl.CleanerState
    extends Object
    implements Runnable
    The action to be taken when the current state must be cleaned.
    • Field Detail

      • index

        private String index
        The index to remove from the store.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable