Class: Binenc::Ruby::ASN1Integer
- Inherits:
-
Object
- Object
- Binenc::Ruby::ASN1Integer
- Includes:
- ASN1Object
- Defined in:
- lib/binenc/asn1_engine/object/integer.rb
Instance Attribute Summary
Attributes included from ASN1Object
Instance Method Summary collapse
Methods included from ASN1Object
decode, #initialize, #is_equal?
Instance Method Details
#encoded ⇒ Object
9 10 11 |
# File 'lib/binenc/asn1_engine/object/integer.rb', line 9 def encoded OpenSSL::ASN1::Integer.new(@value).to_der end |