public final class GPKeyInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GPKeyInfo.Type |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
int |
getLength() |
GPKeyInfo.Type |
getType() |
int |
getVersion() |
static List<GPKeyInfo> |
parseTemplate(byte[] data) |
static void |
print(List<GPKeyInfo> list,
PrintStream out) |
String |
toString() |
static String |
type2str(int type) |
public static List<GPKeyInfo> parseTemplate(byte[] data) throws GPException
GPExceptionpublic static void print(List<GPKeyInfo> list, PrintStream out)
public int getID()
public int getVersion()
public int getLength()
public GPKeyInfo.Type getType()
public static String type2str(int type)
Copyright © 2019. All rights reserved.