Package org.bouncycastle.oer
Interface ElementSupplier
-
- All Known Implementing Classes:
DeferredElementSupplier
public interface ElementSupplier
Element suppliers allow us to defer the finalisation of a definition until the point at which it is used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Element
build()
-
-
-
Method Detail
-
build
Element build()
-
-