要約
ASN.1 の Set 型(Universal タグのタグ番号17)を表すクラスです。
目次
- 特異メソッド
継承しているメソッド
- OpenSSL::ASN1::Constructiveから継承しているメソッド
- Enumerableから継承しているメソッド
-
- all?
- any?
- chain
- chunk
- chunk_while
- collect
- collect_concat
- count
- cycle
- detect
- drop
- drop_while
- each_cons
- each_entry
- each_slice
- each_with_index
- each_with_object
- entries
- filter
- filter_map
- find
- find_all
- find_index
- first
- flat_map
- grep
- grep_v
- group_by
- include?
- inject
- lazy
- map
- max
- max_by
- member?
- min
- min_by
- minmax
- minmax_by
- none?
- one?
- partition
- reduce
- reject
- reverse_each
- select
- slice_after
- slice_before
- slice_when
- sort
- sort_by
- sum
- take
- take_while
- tally
- to_a
- to_h
- uniq
- zip
- OpenSSL::ASN1::ASN1Dataから継承しているメソッド
特異メソッド
new(value) -> OpenSSL::ASN1::Set
[permalink][rdoc][edit]new(value, tag, tagging, tag_class) -> OpenSSL::ASN1::Set
-
ASN.1 の Set 型の値を表現する OpenSSL::ASN1::Set オブジェクトを生成します。
value 以外の引数を省略した場合はタグクラスは :UNIVERSAL、タグ は OpenSSL::ASN1::SET となります。
- [PARAM] value:
- ASN.1値を表すRubyのオブジェクト(OpenSSL::ASN1::ASN1Dataの配列)
- [PARAM] tag:
- タグ番号
- [PARAM] tagging:
- タグ付けの方法(:IMPLICIT もしくは :EXPLICIT)
- [PARAM] tag_class:
- タグクラス(:UNIVERSAL, :CONTEXT_SPECIFIC, :APPLICATION, :PRIVATE のいずれか)