Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 25 of 39) sorted by relevance

12

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DMemoryCache.java108 public K getKey(); in getKey() method
122 public K getKey() { in getKey() method in MemoryCache.HardCacheEntry
155 public K getKey() { in getKey() method in MemoryCache.SoftCacheEntry
/libcore/ojluni/src/main/java/javax/crypto/spec/
DDESedeKeySpec.java97 public byte[] getKey() { in getKey() method in DESedeKeySpec
DDESKeySpec.java167 public byte[] getKey() { in getKey() method in DESKeySpec
/libcore/tools/docs/crypto/src/java/libcore/java/security/
DListProviders.java171 …@Override public SecretKey getKey(String identityHint, String identity, Socket socket) { return nu… in getKey() method in ListProviders.FakeKeyManager
172 …@Override public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { return… in getKey() method in ListProviders.FakeKeyManager
/libcore/ojluni/src/main/java/java/util/
DKeyValueHolder.java69 public K getKey() { in getKey() method in KeyValueHolder
DMissingResourceException.java104 public String getKey() { in getKey() method in MissingResourceException
DAbstractMap.java643 public K getKey() { in getKey() method in AbstractMap.SimpleEntry
773 public K getKey() { in getKey() method in AbstractMap.SimpleImmutableEntry
DEnumMap.java591 public K getKey() { in getKey() method in EnumMap.EntryIterator.Entry
/libcore/ojluni/src/main/java/sun/util/locale/
DExtension.java53 public char getKey() { in getKey() method in Extension
DLocaleObjectCache.java113 K getKey() { in getKey() method in LocaleObjectCache.CacheEntry
/libcore/ojluni/src/main/java/java/util/prefs/
DPreferenceChangeEvent.java90 public String getKey() { in getKey() method in PreferenceChangeEvent
/libcore/dom/src/test/java/org/w3c/domts/
DUserDataNotification.java58 public final String getKey() { in getKey() method in UserDataNotification
/libcore/ojluni/annotations/sdk/nullability/java/util/
DAbstractMap.annotated.java75 @libcore.util.NullFromTypeParam public K getKey() { throw new RuntimeException("Stub!"); } in getKey() method in AbstractMap.SimpleEntry
95 @libcore.util.NullFromTypeParam public K getKey() { throw new RuntimeException("Stub!"); } in getKey() method in AbstractMap.SimpleImmutableEntry
/libcore/ojluni/annotations/hiddenapi/sun/net/www/
DMessageHeader.java61 public synchronized int getKey(java.lang.String k) { in getKey() method in MessageHeader
65 public synchronized java.lang.String getKey(int n) { in getKey() method in MessageHeader
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSimpleImmutableEntryTest.java37 public Object getKey() { in getKey() method in SimpleImmutableEntryTest.NullEntry
DSimpleEntryTest.java36 public Object getKey() { in getKey() method in SimpleEntryTest.NullEntry
DRefSortedMap.java51 public K getKey() { in getKey() method in RefSortedMap.MapEntry
DEnumMapTest.java61 public K getKey() { in getKey() method in EnumMapTest.MockEntry
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProvider2Test.java34 public Object getKey() { in getKey() method in Provider2Test.MyEntry
/libcore/ojluni/src/main/java/sun/net/www/
DMessageHeader.java98 public synchronized int getKey(String k) { in getKey() method in MessageHeader
106 public synchronized String getKey(int n) { in getKey() method in MessageHeader
/libcore/ojluni/src/main/java/sun/security/util/
DCache.java474 K getKey(); in getKey() method
492 public K getKey() { in getKey() method in MemoryCache.HardCacheEntry
529 public K getKey() { in getKey() method in MemoryCache.SoftCacheEntry
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509Key.java45 protected sun.security.util.BitArray getKey() { in getKey() method in X509Key
/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java130 protected BitArray getKey() { in getKey() method in X509Key
/libcore/ojluni/src/main/java/java/lang/
DProcessEnvironment.java307 public String getKey() {return e.getKey().toString();} in getKey() method in ProcessEnvironment.StringEntry
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumMap.java202 public K getKey() { in getKey() method in EnumMap.EntryIterator.Entry

12