Searched defs:key (Results 1 - 14 of 14) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/swing/
H A DPreferences.java65 protected void putPreference(String key, Object value) { argument
66 getProperties().put(key, value);
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DActionString.java54 * Returns the localized message associated with the specified message key
58 * @param key message lookup key
60 public ActionString(String key) { argument
62 string = Finder.getString(key);
H A DAttrObj.java35 * The AttrObj class implements a generic attribute key/value set.
36 * The set has a single key name and zero or more string values.
44 protected Vector<String> vector = null; // Vector of values for key
45 private String key = null; // keyword for attribute field in class:AttrObj
48 * Constructor takes the set key name.
50 * @param keyword A key name
56 key = keyword;
100 * Return true if the set contains the specified key name.
102 * @param key The key nam
106 contains(String key) argument
[all...]
H A DExtAttrObj.java38 * It contains convenience methods for manipulating key/value sets;
40 * All key/value sets are maintained in a hash table in this superclass.
52 * Null constructor creates an empty has table of key/values.
62 * Return the values for a specified key name.
64 * @param A key name
81 * Set the value for a specified key name. Any existing values
82 * for that key are replaced.
84 * @param A key name
96 * Set one or more values for a specified key name.
97 * Any existing values for that key ar
292 locate(String key) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DKeyValueWriter.java33 * key/value lines.
49 private void writeLine(BufferedWriter writer, String key, String value) argument
52 writer.write(key + separator_ + value);
H A DTypedPropertiesWrapper.java56 * Retrieves the first property of the given key from the given list and
59 * @param key
60 * the property key
66 * property of the given key
68 public boolean getBoolean(String key) { argument
69 return getValue(key, BooleanStringConverter.INSTANCE);
73 * Retrieves the first property of the given key from the given list and
76 * @param key
77 * the property key
83 * property of the given key
88 getByte(String key) argument
111 getChar(String key) argument
131 getColor(String key) argument
151 getDimension(String key) argument
171 getDouble(String key) argument
191 getFloat(String key) argument
211 getInt(String key) argument
231 getLong(String key) argument
267 getShort(String key) argument
286 setBoolean(String key, boolean value) argument
305 setByte(String key, byte value) argument
324 setChar(String key, char value) argument
343 setColor(String key, Color value) argument
362 setDimension(String key, Dimension value) argument
381 setDouble(String key, double value) argument
400 setFloat(String key, float value) argument
419 setInt(String key, int value) argument
438 setLong(String key, long value) argument
457 setShort(String key, short value) argument
465 getValue(String key, StringConverter<T> converter) argument
478 setValue(String key, T value, StringConverter<T> converter) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/
H A DFinder.java145 public static String getString(String key, Object... args) { argument
146 return mFinder.getString(key, args);
H A DMessageFinder.java100 * Return a parameterized localized string for the given key. See the class
111 * @param key
112 * the identifying key in the {@code ResourceBundle}, which may
114 * stripped off to form a backup key in case this key is not
121 * @return a parameterized localized string for the given key, or
124 public String getString(ClassLoader loader, String pkg, String key, argument
133 // If key ends with a numerical element, strip it off to form a backup
134 // key in case this key does
206 getStringFromPackage(String pkg, String key, Object... args) argument
225 getString(String key, Object... args) argument
[all...]
H A DObjectCache.java86 K key = i.next();
87 Element<V> element = map.get(key);
107 public synchronized boolean containsKey(K key) { argument
108 return map.containsKey(key);
115 public synchronized V get(K key) { argument
117 Element<V> element = map.get(key);
147 public synchronized V put(K key, V value) { argument
151 map.put(key, element);
155 public synchronized V remove(K key) { argument
156 Element<V> element = map.remove(key);
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h77 /* max byte length of a symmetric key we support */
105 RSA *rsa_pub; /* pub key addr */
108 RSA *rsa_priv; /* priv key addr */
117 DSA *dsa_pub; /* pub key addr */
118 BIGNUM *dsa_pub_num; /* pub key */
119 DSA *dsa_priv; /* priv key addr */
120 BIGNUM *dsa_priv_num; /* priv key */
126 CK_OBJECT_HANDLE dh_key; /* key handle */
127 DH *dh; /* dh key addr */
128 BIGNUM *dh_priv_num; /* priv dh key */
134 unsigned char key[PK11_KEY_LEN_MAX]; member in struct:PK11_st_SESSION::__anon10::__anon14
[all...]
H A De_pk11_pub.c175 static int pk11_DH_compute_key(unsigned char *key,
200 * Increment existing or create a new reference for an asymmetric key PKCS#11
240 * search key and return refcnt of the found/created entry or -1 in case of
1227 * Load RSA private key from a file or get its PKCS#11 handle if stored in the
1239 /* Anything else below is needed for the key by reference extension. */
1248 CK_OBJECT_HANDLE ks_key = CK_INVALID_HANDLE; /* key in keystore */
1260 * structure with something we can use to look up the key. Note that we
1282 /* We will try to access a key from a PKCS#11 token. */
1296 * Now let's try to find the key in the token. It is a failure
1316 * case of failure the sp structure will have both key pointe
2820 pk11_DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
[all...]
H A De_pk11.c181 * lists of asymmetric key handles which are active (referenced by at least one
188 * Create all secret key objects in a global session so that they are available
190 * without losing the secret key objects.
295 static int pk11_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
306 const unsigned char *key, CK_KEY_TYPE key_type, PK11_SESSION *sp);
307 static int check_new_cipher_key(PK11_SESSION *sp, const unsigned char *key,
1891 * object. The key load functions set it to persistent if that is so.
1900 * public components 'n'/'e' are the key components we use to check for the
1902 * a public or a private key, we always free what we can.
1924 /* Destroy RSA public key fro
2299 pk11_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
2658 pk11_get_cipher_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, CK_KEY_TYPE key_type, PK11_SESSION *sp) argument
2932 check_new_cipher_key(PK11_SESSION *sp, const unsigned char *key, int key_len) argument
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DsunProcesses.c126 * (or some such) to allow fast access based on a uid key.
180 ps_data_t key; local
182 key.pid = pid;
186 psp = (ps_data_t *)bsearch((char *)&key, (char *)pstable,
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h251 /* Local key used to validate the memory region this address is pointing to. */
333 * Remote key used to validate the memory region the associated address is
447 * PSIF_WR_INVALIDATE_LKEY: key to invalidate/flush from the DMA VT cache.
448 * PSIF_WR_INVALIDATE_RKEY: key to invalidate/flush from the DMA VT cache.
449 * PSIF_WR_INVALIDATE_BOTH_KEYS: key to invalidate/flush from the DMA VT
453 u32 key; member in struct:psif_wr_su
1847 * R-Key, an L-Key or both at the same time. This is is decided bythe key
1851 /* R-key state for this DMA validation entry */
1854 /* L-key state for this DMA validation entry */
1889 * If this bit is set, the va in the key i
2667 u32 key; member in struct:psif_epsc_csr_epsa_cmd
[all...]

Completed in 2130 milliseconds