org.cumulus4j.store.model
Class KeyStoreRef
java.lang.Object
   org.cumulus4j.store.model.KeyStoreRef
org.cumulus4j.store.model.KeyStoreRef
- public class KeyStoreRef 
- extends Object
| Field Summary | 
| static int | GLOBAL_KEY_STORE_REF_IDReserved value for
 keyStoreRefIDmeaning that the object referencing thiskeyStoreRefIDis not related to any key-store, at all, but global. | 
 
 
 
 
GLOBAL_KEY_STORE_REF_ID
public static final int GLOBAL_KEY_STORE_REF_ID
- Reserved value for keyStoreRefIDmeaning that the object referencing thiskeyStoreRefIDis not related to any key-store, at all, but global.
 
- See Also:
- Constant Field Values
 
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.
 
getKeyStoreRefID
public int getKeyStoreRefID()
- 
 
getKeyStoreID
public String getKeyStoreID()
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.