| Package | com.hurlant.util.asn1.type |
| Class | public class IntegerType |
| Inheritance | IntegerType ASN1Type Object |
| Method | Defined By | ||
|---|---|---|---|
| IntegerType | |||
![]() | 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]
| IntegerType | ||
![]() | readDERLength(s:ByteArray):int | ASN1Type | |
![]() | readDERTag(s:ByteArray, classValue:int, constructed:Boolean = false, any:Boolean = false):int | ASN1Type | |