HomeSort by relevance Sort by last modified time
    Searched defs:DNSName (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
DNSName.java 34 * This class implements the DNSName as required by the GeneralNames
38 * label, the domain name MUST be stored in the dNSName (an IA5String).
43 * extensions with a dNSName " " are not permitted. Finally, the use of
51 public class DNSName implements GeneralNameInterface {
59 * Create the DNSName object from the passed encoded Der value.
61 * @param derValue the encoded DER DNSName.
64 public DNSName(DerValue derValue) throws IOException {
69 * Create the DNSName object with the specified name.
71 * @param name the DNSName.
72 * @throws IOException if the name is not a valid DNSName subjectAltNam
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpssdk.h 35 LPBYTE DNSName;
  /system/netd/tests/dns_responder/
dns_responder.cpp 146 struct DNSName {
156 const char* DNSName::toString() const {
160 const char* DNSName::read(const char* buffer, const char* buffer_end) {
173 char* DNSName::write(char* buffer, const char* buffer_end) const {
203 const char* DNSName::parseField(const char* buffer, const char* buffer_end,
234 DNSName qname;
278 DNSName name;

Completed in 270 milliseconds