class ProtoHackers::InsecureSocketLayer
- ProtoHackers::InsecureSocketLayer
- Reference
- Object
Defined in:
8_insecure_socket_layer.crConstructors
Class Method Summary
- .apply_ciphers(ciphers : Array(Cipher), bytes : Array(UInt8), pos : UInt32, is_decode : Bool = false) : Array(UInt8)
- .reverse_bits(byte : UInt8) : UInt8
Instance Method Summary
Constructor Detail
Class Method Detail
def self.apply_ciphers(ciphers : Array(Cipher), bytes : Array(UInt8), pos : UInt32, is_decode : Bool = false) : Array(UInt8)
#