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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extensions.java 208 return ((ExtendedKeyUsage) extension.getDecodedExtensionValue()).getExtendedKeyUsage();
301 return ((CertificateIssuer) extension.getDecodedExtensionValue()).getIssuer();
Extension.java 204 public ExtensionValue getDecodedExtensionValue() throws IOException {

Completed in 19 milliseconds