Tags: | enterprise |
Authors: | Elie Chaftari |
Class | Superclass | Slots |
element | tuple | syntax id tag tagclass encoding contentlength newobj objtype |
tag | tuple | value |
unsupported-tag-encoding | tuple | id |
Word | Stack effect |
>ber | ( obj -- byte-array ) |
elements |
end |
tagnum |
Word | Stack effect |
(read-array) | ( -- ) |
(set-tag) | ( -- ) |
<tag> | ( -- <tag> ) |
>128-ber | ( n -- str ) |
>ber-application-string | ( n str -- byte-array ) |
>ber-appsequence | ( array -- byte-array ) |
>ber-contextspecific-array | ( array -- byte-array ) |
>ber-contextspecific-string | ( n str -- byte-array ) |
>ber-enumerated | ( n -- byte-array ) |
>ber-length-encoding | ( n -- byte-array ) |
>ber-seq-internal | ( array code -- byte-array ) |
>ber-sequence | ( array -- byte-array ) |
>ber-set | ( array -- byte-array ) |
builtin-syntax | ( -- hashtable ) |
get-id | ( -- id ) |
read-array | ( -- array ) |
read-ber | ( syntax -- object ) |
set-case | ( -- object ) |
set-content-length | ( -- ) |
set-encoding | ( -- ) |
set-id | ( -- boolean ) |
set-newobj | ( -- ) |
set-objtype | ( syntax -- ) |
set-tag | ( value -- ) |
set-tagclass | ( -- ) |
tag-classes | ( -- seq ) |
unsupported-tag-encoding | ( id -- * ) |
with-ber | ( quot -- ) |
Word | Stack effect |
element? | ( object -- ? ) |
tag? | ( object -- ? ) |
unsupported-tag-encoding? | ( object -- ? ) |
Vocabulary | Summary |
asn1.ldap |