Class: Binenc::Ruby::ASN1Binary
- Inherits:
-
Object
- Object
- Binenc::Ruby::ASN1Binary
- Includes:
- ASN1Object
- Defined in:
- lib/binenc/asn1_engine/object/binary.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/binary.rb', line 9 def encoded OpenSSL::ASN1::BitString.new(@value).to_der end |