Package org.kapott.hbci.smartcardio
Class RSAKeyData
- java.lang.Object
-
- org.kapott.hbci.smartcardio.RSAKeyData
-
public class RSAKeyData extends java.lang.Object- Author:
- axel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRSAKeyData.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 intgetIndex()intgetKeyNum()intgetKeyType()intgetKeyVersion()java.security.PublicKeygetPublicKey()intgetStatus()RSAKeyData.TypegetType()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-