OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OtherName
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
OtherName.java
35
* with
OtherName
structure which is a subpart of GeneralName
42
*
OtherName
::= SEQUENCE {
48
public final class
OtherName
{
53
/** the ASN.1 encoded form of
OtherName
*/
56
public
OtherName
(String typeID, byte[] value) {
60
private
OtherName
(String typeID, byte[] value, byte[] encoding) {
74
* Returns ASN.1 encoded form of this X.509
OtherName
value.
84
* ASN.1 DER X.509
OtherName
encoder/decoder class.
92
return new
OtherName
(ObjectIdentifier.toString((int[]) values[0]),
97
OtherName
on = (OtherName) object
[
all
...]
/external/chromium_org/base/test/
trace_event_analyzer.h
292
static Query
OtherName
() { return Query(OTHER_NAME); }
Completed in 97 milliseconds