public final class PGPWordList extends Object
| Constructor and Description |
|---|
PGPWordList()
No-arg constructor used to build lookup maps for Hex Value <--> PGP word(s).
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHexValueByPGPWord(String pgpWord)
Retrieve the hexadecimal value associated with the word provided.
|
PGPWords |
getPGPWordsForHexValue(int hexValue)
Retrieve pair of PGP words associated with given hexadecimal value.
|
public PGPWordList()
public Integer getHexValueByPGPWord(String pgpWord)
pgpWord - Word from PGP listpublic PGPWords getPGPWordsForHexValue(int hexValue)
hexValue - Hex valueCopyright © 2016. All rights reserved.