Cumulus4j API
(1.2.0)

org.cumulus4j.store.model
Class KeyStoreRef

java.lang.Object
  extended by org.cumulus4j.store.model.KeyStoreRef

public class KeyStoreRef
extends Object


Field Summary
static int GLOBAL_KEY_STORE_REF_ID
          Reserved value for keyStoreRefID meaning that the object referencing this keyStoreRefID is not related to any key-store, at all, but global.
 
Constructor Summary
protected KeyStoreRef()
          Internal constructor.
  KeyStoreRef(String keyStoreID)
          Create an instance of DataEntry.
 
Method Summary
 boolean equals(Object obj)
           
 String getKeyStoreID()
           
 int getKeyStoreRefID()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_KEY_STORE_REF_ID

public static final int GLOBAL_KEY_STORE_REF_ID
Reserved value for keyStoreRefID meaning that the object referencing this keyStoreRefID is not related to any key-store, at all, but global.

See Also:
Constant Field Values
Constructor Detail

KeyStoreRef

protected KeyStoreRef()
Internal constructor. This exists only for JDO and should not be used by application code!


KeyStoreRef

public KeyStoreRef(String keyStoreID)
Create an instance of DataEntry.

Parameters:
keyStoreID - the KeyStore's ID.
Method Detail

getKeyStoreRefID

public int getKeyStoreRefID()

getKeyStoreID

public String getKeyStoreID()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.