OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:certificateusage
(Results
1 - 1
of
1
) sorted by null
/external/smack/src/org/xbill/DNS/
TLSARecord.java
18
public static class
CertificateUsage
{
19
private
CertificateUsage
() {}
56
private int
certificateUsage
;
70
* @param
certificateUsage
The provided association that will be used to
80
int
certificateUsage
, int selector, int matchingType,
84
this.
certificateUsage
= checkU8("
certificateUsage
",
certificateUsage
);
95
certificateUsage
= in.readU8();
103
certificateUsage
= st.getUInt8()
[
all
...]
Completed in 31 milliseconds