Class X509CertificateImpl.CleanerState
java.lang.Object
org.opensaml.xmlsec.signature.impl.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 Summary
-
Constructor Summary
Constructors Constructor Description CleanerState(String idx)
Constructor. -
Method Summary
Modifier and Type Method Description void
run()
-
Field Details
-
index
The index to remove from the store.
-
-
Constructor Details
-
CleanerState
Constructor.- Parameters:
idx
- the index in theX509CertificateImpl.B64_CERT_STORE
.
-
-
Method Details