Package org.bouncycastle.oer
Class SwitchIndexer
- java.lang.Object
-
- org.bouncycastle.oer.SwitchIndexer
-
- Direct Known Subclasses:
SwitchIndexer.Asn1EncodableVectorIndexer
,SwitchIndexer.Asn1SequenceIndexer
,SwitchIndexer.FixedValueIndexer
public abstract class SwitchIndexer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SwitchIndexer.Asn1EncodableVectorIndexer
static class
SwitchIndexer.Asn1SequenceIndexer
static class
SwitchIndexer.FixedValueIndexer
-
Constructor Summary
Constructors Constructor Description SwitchIndexer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.bouncycastle.asn1.ASN1Encodable
get(int index)
-