public class RSAKeyData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RSAKeyData.Type |
| Constructor and Description |
|---|
RSAKeyData(int index,
RSAKeyData.Type type,
byte[] keyLogData,
byte[] publicKeyData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
int |
getKeyNum() |
int |
getKeyType() |
int |
getKeyVersion() |
PublicKey |
getPublicKey() |
int |
getStatus() |
RSAKeyData.Type |
getType() |
String |
toString() |
public RSAKeyData(int index,
RSAKeyData.Type type,
byte[] keyLogData,
byte[] publicKeyData)
public int getIndex()
public RSAKeyData.Type getType()
public int getStatus()
public int getKeyType()
public int getKeyNum()
public int getKeyVersion()
public PublicKey getPublicKey()
Copyright © 2017. All rights reserved.