asn1 ~master (2019-04-27T14:06:40Z)
Home
Dub
Repo
BasicAlignedPackedEncodingRulesElement.integer
asn1
codecs
baper
BasicAlignedPackedEncodingRulesElement
Decodes a signed integer.
T
integer
[@property getter]
class
BasicAlignedPackedEncodingRulesElement
@
property
@
system
const
T
integer
(
T
)
(
)
if
(
(
isIntegral
!
T
&&
isSigned
!
T
)
||
is
(
T
==
BigInt
)
)
T
integer
[@property setter]
Throws
ASN1ConstructionException
if the encoded value is not primitively-constructed
ASN1ValueSizeException
if the value is too big to decode to a signed integral type, or if the value is zero bytes
ASN1ValuePaddingException
if there are padding bytes
Meta
Source
See Implementation
asn1
codecs
baper
BasicAlignedPackedEncodingRulesElement
constructors
this
functions
fromBytes
opCast
properties
basicMultilingualPlaneString
bitStream
bitString
bitsNeededToEncodeNumber
boolean
characterString
constrained
coordinatedUniversalTime
embeddedPresentationDataValue
endOfContent
enumerated
external
generalString
generalizedTime
graphicString
integer
internationalAlphabetNumber5String
nill
numericString
objectDescriptor
objectIdentifier
octetString
printableString
range
realNumber
relativeObjectIdentifier
semiConstrained
sequence
set
teletexString
toBytes
unconstrained
unicodeTransformationFormat8String
universalString
videotexString
visibleString
variables
maximum
minimum
Decodes a signed integer.