Home
last modified time | relevance | path

Searched refs:setKey (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java106 setKey(key); in X509Key()
113 protected void setKey(BitArray key) { in setKey() method in X509Key
266 result.setKey(key); in buildX509Key()
390 setKey(val.data.getUnalignedBitString()); in decode()
DX509CertInfo.java420 setKey(val); in set()
900 private void setKey(Object val) throws CertificateException { in setKey() method in X509CertInfo
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509Key.java41 protected void setKey(sun.security.util.BitArray key) { in setKey() method in X509Key
DX509CertInfo.java147 private void setKey(java.lang.Object val) throws java.security.cert.CertificateException { in setKey() method in X509CertInfo
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashMapTest.java333 k.setKey(1); in test_getLjava_lang_Object()
336 k.setKey(18); in test_getLjava_lang_Object()
339 k.setKey(17); in test_getLjava_lang_Object()
633 public void setKey(int key) { in setKey() method in HashMapTest.ReusableKey