| Property | Defined By | ||
|---|---|---|---|
| choices : Array | ChoiceType | ||
![]() | defaultTag : Number | ASN1Type | |
![]() | defaultValue : * = null | ASN1Type | |
![]() | explicitClass : int = 0 | ASN1Type | |
![]() | explicitTag : Number = NaN | ASN1Type | |
![]() | extract : Boolean = false | ASN1Type | |
![]() | implicitClass : int = 0 | ASN1Type | |
![]() | implicitTag : Number = NaN | ASN1Type | |
![]() | optional : Boolean = false | ASN1Type | |
![]() | parsedTag : Number | ASN1Type | |
| Method | Defined By | ||
|---|---|---|---|
ChoiceType(p:Array = null) | ChoiceType | ||
![]() | ASN1Type | ||
fromDER(s:ByteArray, size:int):* [override] | ChoiceType | ||
![]() | matches(type:int, classValue:int, length:int):Boolean | ASN1Type | |
| choices | property |
public var choices:Array| ChoiceType | () | Constructor |
public function ChoiceType(p:Array = null)p:Array (default = null) |
| fromDER | () | method |
override public function fromDER(s:ByteArray, size:int):*Parameters
s:ByteArray | |
size:int |
* |