| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cumulus4j.keystore.GeneratedKey
public class GeneratedKey
Container holding a keyID and a key.
| Constructor Summary | |
|---|---|
| GeneratedKey(long keyID,
                         byte[] key)Constructor for instantiating a GeneratedKeywith akeyIDand the actualkey. | |
| 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.2.0-SNAPSHOT) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||