Searched defs:entity (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/cert/
H A DPKIXRevocationCheckerTest.java23 PrivateKeyEntry entity; field in class:PKIXRevocationCheckerTest
40 entity = server.getPrivateKey("RSA", "RSA");
55 byte[] goodOCSPResponse = TestKeyStore.getOCSPResponseForGood(entity, issuer);
58 .singletonMap((X509Certificate) entity.getCertificate(), goodOCSPResponse);
63 byte[] returnedResponse = returnedResponses.get(entity.getCertificate());
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java21 // Contributors: Paul Hackenberger (unterminated entity handling in relaxed mode)
99 * entity values and default attribute values. These values are parsed at
100 * inclusion time and may contain both tags and entity references.
103 * define entity values manually}. Such entity values are literal strings
445 * report this as text, even if it was a CDATA block or entity
578 * must be parsed to capture entity values and default attribute values.
661 * Reads a quoted string, performing no entity escaping of the contents.
716 "Parameter entity references are not supported", this, null);
891 * Read an entity declaratio
1777 defineEntityReplacementText(String entity, String value) argument
[all...]

Completed in 136 milliseconds