| Method | Defined By | ||
|---|---|---|---|
AnyType() | AnyType | ||
![]() | ASN1Type | ||
![]() | fromDER(s:ByteArray, size:int):*
Read an ASN-1 value from a ByteArray and return it
If we can't read a value that matches our type, we return null;
| ASN1Type | |
![]() | matches(type:int, classValue:int, length:int):Boolean | ASN1Type | |
| Method | Defined By | ||
|---|---|---|---|
![]() | fromDefaultValue():* | ASN1Type | |
fromDERContent(s:ByteArray, length:int):* [override]
hmm. | AnyType | ||
![]() | readDERLength(s:ByteArray):int | ASN1Type | |
![]() | readDERTag(s:ByteArray, classValue:int, constructed:Boolean = false, any:Boolean = false):int | ASN1Type | |
| AnyType | () | Constructor |
public function AnyType()| fromDERContent | () | method |
override protected function fromDERContent(s:ByteArray, length:int):*hmm. this is similar to what we used to do. Typeless parsing. fun. And yet, this is now somewhat harder to do. :(
Parameters
s:ByteArray | |
length:int |
* —
|