Package org.kapott.hbci.smartcardio
Class RSAKeyData
- java.lang.Object
-
- org.kapott.hbci.smartcardio.RSAKeyData
-
public class RSAKeyData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RSAKeyData.Type
-
Field Summary
Fields Modifier and Type Field Description private int
index
private int
keyNum
private int
keyType
private int
keyVersion
private java.security.PublicKey
publicKey
private int
status
private RSAKeyData.Type
type
-
Constructor Summary
Constructors Constructor Description RSAKeyData(int index, RSAKeyData.Type type, byte[] keyLogData, byte[] publicKeyData)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Field Detail
-
index
private final int index
-
type
private final RSAKeyData.Type type
-
status
private final int status
-
keyType
private final int keyType
-
keyNum
private final int keyNum
-
keyVersion
private final int keyVersion
-
publicKey
private final java.security.PublicKey publicKey
-
-
Constructor Detail
-
RSAKeyData
public RSAKeyData(int index, RSAKeyData.Type type, byte[] keyLogData, byte[] publicKeyData)
-
-
Method Detail
-
getIndex
public int getIndex()
-
getType
public RSAKeyData.Type getType()
-
getStatus
public int getStatus()
-
getKeyType
public int getKeyType()
-
getKeyNum
public int getKeyNum()
-
getKeyVersion
public int getKeyVersion()
-
getPublicKey
public java.security.PublicKey getPublicKey()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-