HomeSort by relevance Sort by last modified time
    Searched defs:extValue (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 326 byte[] extValue = ext.getExtensionValue();
327 if (extValue != null) {
329 out.putOctetString(extValue);
330 extValue = out.toByteArray();
334 + enc.encodeBuffer(extValue) + "\n");
725 SubjectAlternativeNameExtension extValue = null;
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 153 milliseconds