enum

CipherType

Inherits Enum < Comparable < Value < Object

Constants

END = 0_u8
REVERSE = 1_u8
XOR = 2_u8
XORPOS = 3_u8
ADD = 4_u8
APOS = 5_u8

Instance methods

add?

Returns true if this enum value equals ADD

Source
apos?

Returns true if this enum value equals APOS

Source
end?

Returns true if this enum value equals END

Source
reverse?

Returns true if this enum value equals REVERSE

Source
xor?

Returns true if this enum value equals XOR

Source
xorpos?

Returns true if this enum value equals XORPOS

Source