| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.generate()
Generate a new random key, with length of 128 characters
The generated key contains only displayable characters
|
static Key |
Key.generate(@Positive int size)
Generate a new random key
The generated key contains only displayable characters
|
static Key |
Key.generate(@Positive int size,
SecureRandom random)
Generate a new random key
The generated key contains only displayable characters
|
static Key |
Key.parse(@MinLen(value=2) String input)
Parse an hexadecimal key string
https://github.com/Emudofus/Dofus/blob/1.29/dofus/aks/Aks.as#L232
|
Copyright © 2022. All rights reserved.