public class KeyIdentifierConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
HEXADECIMAL_RADIX |
| Constructor and Description |
|---|
KeyIdentifierConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(long keyId)
Format numeric key identifier as uppercase hexadecimal string
|
static long |
parse(String keyId)
Parse hexadecimal key identifier to numeric key identifier
|
private static final int HEXADECIMAL_RADIX
public static String format(long keyId)
keyId - Key Identifierpublic static long parse(String keyId)
keyId - Hexadecimal stringCopyright © 2022 Apache NiFi Project. All rights reserved.