Current section

Files

Jump to
ca src UpperBounds.erl
Raw

src/UpperBounds.erl

%% Generated by the Erlang ASN.1 BER compiler. Version: 5.0.9
%% Purpose: Encoding and decoding of the types in UpperBounds.
-module('UpperBounds').
-compile(nowarn_unused_vars).
-dialyzer(no_improper_lists).
-include("UpperBounds.hrl").
-asn1_info([{vsn,'5.0.9'},
{module,'UpperBounds'},
{options,[{i,"src"},noobj,{outdir,"src"},{i,"."},{i,"priv/kep"}]}]).
-export([encoding_rule/0,maps/0,bit_string_format/0,
legacy_erlang_types/0]).
-export(['dialyzer-suppressions'/1]).
-export([
'ub-answerback'/0,
'ub-business-category'/0,
'ub-common-name'/0,
'ub-country-code'/0,
'ub-description'/0,
'ub-destination-indicator'/0,
'ub-directory-string-first-component-match'/0,
'ub-international-isdn-number'/0,
'ub-knowledge-information'/0,
'ub-locality-name'/0,
'ub-match'/0,
'ub-name'/0,
'ub-organization-name'/0,
'ub-organizational-unit-name'/0,
'ub-physical-office-name'/0,
'ub-post-office-box'/0,
'ub-postal-code'/0,
'ub-postal-line'/0,
'ub-postal-string'/0,
'ub-privacy-mark-length'/0,
'ub-schema'/0,
'ub-search'/0,
'ub-serial-number'/0,
'ub-state-name'/0,
'ub-street-address'/0,
'ub-surname'/0,
'ub-tag'/0,
'ub-telephone-number'/0,
'ub-teletex-terminal-id'/0,
'ub-telex-number'/0,
'ub-title'/0,
'ub-user-password'/0,
'ub-x121-address'/0,
'ub-localeContextSyntax'/0,
'ub-locale-context-syntax'/0,
'ub-pseudonym'/0,
'ub-content'/0
]).
-export([info/0]).
encoding_rule() -> ber.
maps() -> false.
bit_string_format() -> bitstring.
legacy_erlang_types() -> false.
info() ->
case ?MODULE:module_info(attributes) of
Attributes when is_list(Attributes) ->
case lists:keyfind(asn1_info, 1, Attributes) of
{_,Info} when is_list(Info) ->
Info;
_ ->
[]
end;
_ ->
[]
end.
'ub-answerback'() ->
8.
'ub-business-category'() ->
128.
'ub-common-name'() ->
64.
'ub-country-code'() ->
4.
'ub-description'() ->
1024.
'ub-destination-indicator'() ->
128.
'ub-directory-string-first-component-match'() ->
32768.
'ub-international-isdn-number'() ->
16.
'ub-knowledge-information'() ->
32768.
'ub-locality-name'() ->
128.
'ub-match'() ->
128.
'ub-name'() ->
64.
'ub-organization-name'() ->
64.
'ub-organizational-unit-name'() ->
64.
'ub-physical-office-name'() ->
128.
'ub-post-office-box'() ->
40.
'ub-postal-code'() ->
40.
'ub-postal-line'() ->
6.
'ub-postal-string'() ->
30.
'ub-privacy-mark-length'() ->
128.
'ub-schema'() ->
1024.
'ub-search'() ->
17.
'ub-serial-number'() ->
64.
'ub-state-name'() ->
128.
'ub-street-address'() ->
128.
'ub-surname'() ->
64.
'ub-tag'() ->
64.
'ub-telephone-number'() ->
32.
'ub-teletex-terminal-id'() ->
1024.
'ub-telex-number'() ->
14.
'ub-title'() ->
64.
'ub-user-password'() ->
128.
'ub-x121-address'() ->
15.
'ub-localeContextSyntax'() ->
128.
'ub-locale-context-syntax'() ->
64.
'ub-pseudonym'() ->
128.
'ub-content'() ->
32768.
%%%
%%% Run-time functions.
%%%
'dialyzer-suppressions'(Arg) ->
ok.