Package org.bouncycastle.oer
Class DeferredElementSupplier
- java.lang.Object
-
- org.bouncycastle.oer.DeferredElementSupplier
-
- All Implemented Interfaces:
ElementSupplier
public class DeferredElementSupplier extends java.lang.Object implements ElementSupplier
-
-
Constructor Summary
Constructors Constructor Description DeferredElementSupplier(OERDefinition.Builder src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
build()
-
-
-
Constructor Detail
-
DeferredElementSupplier
public DeferredElementSupplier(OERDefinition.Builder src)
-
-
Method Detail
-
build
public Element build()
- Specified by:
build
in interfaceElementSupplier
-
-