Searched defs:key (Results 276 - 300 of 907) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameSetView.java72 private String[] parseRowColSpec(HTML.Attribute key) { argument
77 if (attributes.getAttribute(key) != null) {
78 spec = (String)attributes.getAttribute(key);
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DXMLCryptoContext.java69 * Returns the key selector for finding a key.
71 * @return the key selector, or <code>null</code> if not specified
77 * Sets the key selector for finding a key.
79 * @param ks the key selector, or <code>null</code> to remove the current
191 * Returns the value to which this context maps the specified key.
193 * <p>More formally, if this context contains a mapping from a key
195 * <code>(key==null ? k==null : key
207 get(Object key) argument
225 put(Object key, Object value) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformService.java283 private final String key; field in class:TransformService.MechanismMapEntry
287 this.key = "TransformService." + algorithm + " MechanismType";
300 return key;
/openjdk7/jdk/src/share/classes/java/beans/
H A DWeakIdentityMap.java34 * An entry will automatically be removed when its key is no longer
35 * in ordinary use. Both null values and the null key are supported.
43 private static final Object NULL = new Object(); // special object for null key
49 private int size = 0; // the number of key-value mappings
51 public T get(Object key) { argument
53 if (key == null) {
54 key = NULL;
56 int hash = key.hashCode();
59 if (entry.isMatched(key, hash)) {
66 public T put(Object key, argument
170 Entry(Object key, int hash, T value, ReferenceQueue<Object> queue, Entry<T> next) argument
177 isMatched(Object key, int hash) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelector.java58 * cancelled-key set and for removing a key from its channel's key set, and
143 * Retrieves this selector's cancelled-key set.
147 * @return The cancelled-key set
167 * The initial attachment for the resulting key
169 * @return A new key representing the registration of the given channel
176 * Removes the given key from its channel's key set.
181 * @param key
184 deregister(AbstractSelectionKey key) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyFactory.java40 * cryptographic keys of type <code>Key</code>) into <I>key specifications</I>
41 * (transparent representations of the underlying key material), and vice
45 * opaque key object from a given key specification (key material), or to
46 * retrieve the underlying key material of a key object in a suitable format.
48 * <P> Multiple compatible key specifications may exist for the same key.
49 * For example, a DSA public key ma
410 getKeySpec(Key key, Class<T> keySpec) argument
448 translateKey(Key key) argument
[all...]
H A DProtectionDomain.java114 * An object used as a key when the ProtectionDomain is stored in a Map.
116 final Key key = new Key(); field in class:ProtectionDomain
463 map.put((pd == null ? null : pd.key), pc);
466 return pd == null ? map.get(null) : map.get(pd.key);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRL.java187 * private key that corresponds to the given public key.
189 * @param key the PublicKey used to carry out the verification.
193 * @exception InvalidKeyException on incorrect key.
198 public abstract void verify(PublicKey key) argument
205 * private key that corresponds to the given public key.
209 * @param key the PublicKey used to carry out the verification.
214 * @exception InvalidKeyException on incorrect key.
219 public abstract void verify(PublicKey key, Strin argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DFormat.java188 * Each attribute key of the AttributedCharacterIterator will be of type
192 * key is also used as the attribute value.
302 * <code>string</code> and additional key/value pair <code>key</code>,
306 * @param key Key for AttributedCharacterIterator
307 * @param value Value associated with key in AttributedCharacterIterator
311 String string, AttributedCharacterIterator.Attribute key,
315 as.addAttribute(key, value);
321 * <code>iterator</code> and the additional attribute <code>key</code>
325 * @param key Ke
310 createAttributedCharacterIterator( String string, AttributedCharacterIterator.Attribute key, Object value) argument
329 createAttributedCharacterIterator( AttributedCharacterIterator iterator, AttributedCharacterIterator.Attribute key, Object value) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DMap.java30 * each key can map to at most one value.
37 * or set of key-value mappings. The <i>order</i> of a map is defined as
46 * object is a key in the map. A special case of this prohibition is that it
47 * is not permissible for a map to contain itself as a key. While it is
55 * which creates a new map with the same key-value mappings as its argument.
73 * to insert an ineligible key or value throws an unchecked exception,
75 * Attempting to query the presence of an ineligible key or value may throw an
78 * attempting an operation on an ineligible key or value whose completion
91 * containsKey(Object key)} method says: "returns <tt>true</tt> if and
92 * only if this map contains a mapping for a key <t
153 containsKey(Object key) argument
200 get(Object key) argument
228 put(K key, V value) argument
260 remove(Object key) argument
[all...]
H A DNavigableMap.java44 * greater than or equal, and greater than a given key, returning
45 * {@code null} if there is no such key. Similarly, methods
51 * ascending or descending key order. The {@code descendingMap}
97 * Returns a key-value mapping associated with the greatest key
98 * strictly less than the given key, or {@code null} if there is
99 * no such key.
101 * @param key the key
102 * @return an entry with the greatest key les
109 lowerEntry(K key) argument
123 lowerKey(K key) argument
138 floorEntry(K key) argument
152 floorKey(K key) argument
167 ceilingEntry(K key) argument
181 ceilingKey(K key) argument
196 higherEntry(K key) argument
210 higherKey(K key) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLoggingProxyImpl.java114 public String getProperty(String key) { argument
115 return LogManager.getLogManager().getProperty(key);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DExemptionMechanism.java42 * of which are <i>key recovery</i>, <i>key weakening</i>, and
43 * <i>key escrow</i>.
69 // Store away the key at init() time for later comparison.
243 * <p>The method also makes sure that the key passed in is the same as
247 * @param key the key the crypto is going to use.
249 * @return whether the result blob of the same key has been generated
250 * successfully by this exemption mechanism; false if <code>key</code>
257 public final boolean isCryptoAllowed(Key key) argument
314 init(Key key) argument
345 init(Key key, AlgorithmParameterSpec params) argument
377 init(Key key, AlgorithmParameters params) argument
[all...]
H A DNullCipherSpi.java69 protected void engineInit(int mode, Key key, SecureRandom random) {} argument
71 protected void engineInit(int mode, Key key, argument
75 protected void engineInit(int mode, Key key, argument
109 protected int engineGetKeySize(Key key) argument
H A DSealedObject.java45 * the corresponding algorithm using the correct decryption key) and
49 * correct algorithm, key, padding scheme, etc., before being applied
62 * exact same algorithm, key, padding scheme, etc., that were used to seal the
66 * sealed object does not require knowledge of the decryption key. For example,
68 * decryption key, it could hand over the cipher object to
79 * given decryption key and the algorithm parameters (if any) that were stored
225 * <code>key</code> and the parameters (if any) that had been used in the
231 * @param key the key used to unseal the object.
240 * @exception InvalidKeyException if the given key canno
244 getObject(Key key) argument
343 getObject(Key key, String provider) argument
364 unseal(Key key, String provider) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeDataSupport.java184 for (Object key : items.keySet()) {
185 if (key == null || key.equals(""))
187 if (!(key instanceof String)) {
188 throw new ArrayStoreException("Item name is not string: " + key);
193 map.put((String) key, items.get(key));
256 * Returns the value of the item whose name is <tt>key</tt>.
258 * @throws IllegalArgumentException if <tt>key</tt> is a null or empty String.
260 * @throws InvalidKeyException if <tt>key</t
263 get(String key) argument
301 containsKey(String key) argument
[all...]
H A DTabularData.java105 * (ie a row) whose index is the specified <var>key</var>. If <var>key</var> is <tt>null</tt> or does not conform to
108 * @param key the index value whose presence in this <tt>TabularData</tt> instance is to be tested.
110 * @return <tt>true</tt> if this <tt>TabularData</tt> indexes a row value with the specified key.
112 public boolean containsKey(Object[] key) ; argument
127 * <var>key</var>, or <tt>null</tt> if there is no value mapping
128 * to <var>key</var>, in this <tt>TabularData</tt> instance.
130 * @param key the key of the row to return.
132 * @return the value corresponding to <var>key</va
140 get(Object[] key) argument
189 remove(Object[] key) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp62 inline NonPermObject(NonPermObject* &bucket, oop key, ciObject* object);
71 int find(oop key, GrowableArray<ciObject*>* objects);
72 bool is_found_at(int index, oop key, GrowableArray<ciObject*>* objects);
75 static bool is_equal(NonPermObject* p, oop key) { argument
76 return p->object()->get_oop() == key;
79 NonPermObject* &find_non_perm(oop key);
80 void insert_non_perm(NonPermObject* &where, oop key, ciObject* obj);
101 ciObject* get(oop key);
103 ciSymbol* get_symbol(Symbol* key);
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequest.java185 * Add an arbitrary key/value "property" to this request.
199 void putProperty(Object key, Object value); argument
202 * Returns the value of the property with the specified key. Only
209 Object getProperty(Object key); argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DWeakIdentityHashMap.java39 * IdentityHashMap) but where the presence of an object as a key in
53 * is to wrap each key in a WeakReference and use the wrapped value as
54 * a key in an ordinary HashMap. The WeakReference has to be a
66 V get(K key) { argument
68 WeakReference<K> keyref = makeReference(key);
72 public V put(K key, V value) { argument
74 if (key == null)
75 throw new IllegalArgumentException("Null key");
76 WeakReference<K> keyref = makeReference(key, refQueue);
80 public V remove(K key) { argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpUsmKeyHandler.java28 * This interface allows you to compute key localization and delta generation. It is useful when adding user in USM MIB. An instance of <CODE> SnmpUsmKeyHandler </CODE> is associated to each <CODE> SnmpEngine </CODE> object.
29 * When computing key, an authentication algorithm is needed. The supported ones are : usmHMACMD5AuthProtocol and usmHMACSHAAuthProtocol.
37 * DES privacy algorithm key size. To be used when localizing privacy key
42 * DES privacy algorithm delta size. To be used when calculing privacy key delta.
47 * Translate a password to a key. It MUST be compliant to RFC 2574 description.
50 * @return The key.
55 * Localize the passed key using the passed <CODE>SnmpEngineId</CODE>. It MUST be compliant to RFC 2574 description.
57 * @param key The key t
62 localizeAuthKey(String algoName, byte[] key, SnmpEngineId engineId) argument
73 localizePrivKey(String algoName, byte[] key, SnmpEngineId engineId,int keysize) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DDSAKeyValue.java84 * @param key
87 public DSAKeyValue(Document doc, Key key) throws IllegalArgumentException { argument
93 if (key instanceof java.security.interfaces.DSAPublicKey) {
94 this.addBigIntegerElement(((DSAPublicKey) key).getParams().getP(),
96 this.addBigIntegerElement(((DSAPublicKey) key).getParams().getQ(),
98 this.addBigIntegerElement(((DSAPublicKey) key).getParams().getG(),
100 this.addBigIntegerElement(((DSAPublicKey) key).getY(),
104 key.getClass().getName() };
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoScriptEngineFactory.java55 public Object getParameter(String key) { argument
56 if (key.equals(ScriptEngine.NAME)) {
58 } else if (key.equals(ScriptEngine.ENGINE)) {
60 } else if (key.equals(ScriptEngine.ENGINE_VERSION)) {
62 } else if (key.equals(ScriptEngine.LANGUAGE)) {
64 } else if (key.equals(ScriptEngine.LANGUAGE_VERSION)) {
66 } else if (key.equals("THREADING")) {
69 throw new IllegalArgumentException("Invalid key");
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DBindingsEntrySet.java54 private String key; field in class:BindingsEntrySet.BindingsEntry
55 public BindingsEntry(String key) { argument
56 this.key = key;
64 return key;
68 return base.get(key);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Base.java149 * MD5(key XOR opad, MD5(key XOR ipad, text))
151 * where key is an n byte key
156 final static String HMAC_MD5(byte[] key, byte[] text) argument
161 /* digest the key if longer than 64 bytes */
162 if (key.length > 64) {
163 key = md5.digest(key);
171 /* store key i
[all...]

Completed in 936 milliseconds

<<11121314151617181920>>