public class RSAKeyData
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RSAKeyData.Type |
| Constructor | Description |
|---|---|
RSAKeyData(int index,
RSAKeyData.Type type,
byte[] keyLogData,
byte[] publicKeyData) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getIndex() |
|
int |
getKeyNum() |
|
int |
getKeyType() |
|
int |
getKeyVersion() |
|
java.security.PublicKey |
getPublicKey() |
|
int |
getStatus() |
|
RSAKeyData.Type |
getType() |
|
java.lang.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 java.security.PublicKey getPublicKey()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All rights reserved.