Module: EllipticCurve::Utils::Der::DerFieldType

Defined in:
lib/utils/der.rb

Class Attribute Summary collapse

Class Attribute Details

.bitStringObject

Returns the value of attribute bitString.



17
18
19
# File 'lib/utils/der.rb', line 17

def bitString
  @bitString
end

.integerObject

Returns the value of attribute integer.



17
18
19
# File 'lib/utils/der.rb', line 17

def integer
  @integer
end

.nullObject

Returns the value of attribute null.



17
18
19
# File 'lib/utils/der.rb', line 17

def null
  @null
end

.objectObject

Returns the value of attribute object.



17
18
19
# File 'lib/utils/der.rb', line 17

def object
  @object
end

.octetStringObject

Returns the value of attribute octetString.



17
18
19
# File 'lib/utils/der.rb', line 17

def octetString
  @octetString
end

.oidContainerObject

Returns the value of attribute oidContainer.



17
18
19
# File 'lib/utils/der.rb', line 17

def oidContainer
  @oidContainer
end

.printableStringObject

Returns the value of attribute printableString.



17
18
19
# File 'lib/utils/der.rb', line 17

def printableString
  @printableString
end

.publicKeyPointContainerObject

Returns the value of attribute publicKeyPointContainer.



17
18
19
# File 'lib/utils/der.rb', line 17

def publicKeyPointContainer
  @publicKeyPointContainer
end

.sequenceObject

Returns the value of attribute sequence.



17
18
19
# File 'lib/utils/der.rb', line 17

def sequence
  @sequence
end

.setObject

Returns the value of attribute set.



17
18
19
# File 'lib/utils/der.rb', line 17

def set
  @set
end

.utcTimeObject

Returns the value of attribute utcTime.



17
18
19
# File 'lib/utils/der.rb', line 17

def utcTime
  @utcTime
end