public class LeetEncoder extends Object
| Constructor and Description |
|---|
LeetEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
leetConvert(LeetLevel level,
SecureCharArray message)
Converts a SecureCharArray into a new SecureCharArray with any applicable
characters converted to leet-speak.
|
public static void leetConvert(LeetLevel level, SecureCharArray message) throws Exception
level - What level of leet to use. Each leet corresponds to a different
leet lookup table.message - The array to convert.Exception - upon sizing error.Copyright © 2014. All rights reserved.