OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchingtype
(Results
1 - 1
of
1
) sorted by null
/external/smack/src/org/xbill/DNS/
TLSARecord.java
43
public static class
MatchingType
{
44
private
MatchingType
() {}
58
private int
matchingType
;
74
* @param
matchingType
How the certificate association is presented.
80
int certificateUsage, int selector, int
matchingType
,
86
this.
matchingType
= checkU8("
matchingType
",
matchingType
);
97
matchingType
= in.readU8();
105
matchingType
= st.getUInt8()
[
all
...]
Completed in 76 milliseconds