OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DNSName
(Results
1 - 4
of
4
) 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
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java
34
public static final int
DNSName
= 2;
/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.cpp
142
struct
DNSName
{
152
const char*
DNSName
::toString() const {
156
const char*
DNSName
::read(const char* buffer, const char* buffer_end) {
169
char*
DNSName
::write(char* buffer, const char* buffer_end) const {
199
const char*
DNSName
::parseField(const char* buffer, const char* buffer_end,
230
DNSName
qname;
274
DNSName
name;
Completed in 74 milliseconds