Package org.bouncycastle.oer
Class SwitchIndexer.Asn1EncodableVectorIndexer
- java.lang.Object
-
- org.bouncycastle.oer.SwitchIndexer
-
- org.bouncycastle.oer.SwitchIndexer.Asn1EncodableVectorIndexer
-
- Enclosing class:
- SwitchIndexer
public static class SwitchIndexer.Asn1EncodableVectorIndexer extends SwitchIndexer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.oer.SwitchIndexer
SwitchIndexer.Asn1EncodableVectorIndexer, SwitchIndexer.Asn1SequenceIndexer, SwitchIndexer.FixedValueIndexer
-
-
Constructor Summary
Constructors Constructor Description Asn1EncodableVectorIndexer(org.bouncycastle.asn1.ASN1EncodableVector asn1EncodableVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1Encodable
get(int index)
-
-
-
Method Detail
-
get
public org.bouncycastle.asn1.ASN1Encodable get(int index)
- Specified by:
get
in classSwitchIndexer
-
-