ASN.1 の GeneralizedTime 型(Universal タグのタグ番号23)を表すクラスです。
new(value) -> OpenSSL::ASN1::GeneralizedTime
[permalink][rdoc]new(value, tag, tagging, tag_class) -> OpenSSL::ASN1::GeneralizedTime
ASN.1 の GeneralizedTime 型の値を表現する OpenSSL::ASN1::GeneralizedTime オブジェクトを生成します。
value 以外の引数を省略した場合はタグクラスは :UNIVERSAL、タグ は OpenSSL::ASN1::GENERALIZEDTIME となります。