Searched defs:X400_ADDR (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DGeneralName.java104 public static final int X400_ADDR = 3; field in class:GeneralName
119 nameASN1[X400_ADDR] = ORAddress.ASN1;
159 case X400_ADDR :
198 this.tag = X400_ADDR;
300 case X400_ADDR:
319 case X400_ADDR:
418 case X400_ADDR:
461 case X400_ADDR:
498 case X400_ADDR:
687 case X400_ADDR
[all...]

Completed in 68 milliseconds