Package org.bouncycastle.oer
Interface Switch
-
public interface Switch
A switch is intended to examine the state of the OER decoding stream and return an oer definition to based on that state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1Encodable[]
keys()
Element
result(SwitchIndexer indexer)
-
-
-
Method Detail
-
result
Element result(SwitchIndexer indexer)
-
keys
org.bouncycastle.asn1.ASN1Encodable[] keys()
-
-