org.cumulus4j.store.model
Class KeyStoreRef
java.lang.Object
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. |
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
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:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.