Method: CcipherBox::SecureRing#encoded

Defined in:
lib/ccipher_box/secure_ring.rb

#encodedObject



86
87
88
89
90
91
92
# File 'lib/ccipher_box/secure_ring.rb', line 86

def encoded
  st = BinStruct.instance.struct(:secure_ring)
  st.name = @name
  st.cipherSeed = @encSeed
  st.keyConfigs = @encKeyConfig.encoded
  st.encoded
end