enum

Orc::Proto::EncryptionAlgorithm

Inherits Enum < Comparable < Value < Object

Constants

UNKNOWNENCRYPTION = 0
AESCTR128 = 1
AESCTR256 = 2

Instance methods

aesctr128?

Returns true if this enum value equals AESCTR128

Source
aesctr256?

Returns true if this enum value equals AESCTR256

Source
unknownencryption?

Returns true if this enum value equals UNKNOWNENCRYPTION

Source