Searched refs:MyCertPathRep (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathCertPathRepTest.java6 import org.apache.harmony.security.tests.support.cert.MyCertPath.MyCertPathRep;
30 MyCertPathRep rep = cp.new MyCertPathRep("MyEncoding", testEncoding);
35 cp.new MyCertPathRep(null, null);
44 MyCertPathRep rep = cp.new MyCertPathRep("MyEncoding", testEncoding);
53 rep = cp.new MyCertPathRep("MyEncoding", new byte[] {(byte) 1, (byte) 2, (byte) 3 });
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java116 public class MyCertPathRep extends CertPath.CertPathRep { class in class:MyCertPath
123 public MyCertPathRep(String type, byte[] data) { method in class:MyCertPath.MyCertPathRep

Completed in 280 milliseconds