|
Cumulus4j API (1.0.1) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.keystore.GeneratedKey
public class GeneratedKey
Container holding a keyID
and a key
.
Constructor Summary | |
---|---|
GeneratedKey(long keyID,
byte[] key)
Constructor for instantiating a GeneratedKey with a keyID and the actual key . |
Method Summary | |
---|---|
byte[] |
getKey()
Get the actual key. |
long |
getKeyID()
Get the key-identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratedKey(long keyID, byte[] key)
GeneratedKey
with a keyID
and the actual key
.
keyID
- the identifier of the key.key
- the actual key.Method Detail |
---|
public long getKeyID()
public byte[] getKey()
|
Cumulus4j API (1.0.1) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |