Home
last modified time | relevance | path

Searched refs:CertPathRep (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DCertPath.java287 return new CertPathRep(type, getEncoded()); in writeReplace()
301 protected static class CertPathRep implements Serializable { class in CertPath
317 protected CertPathRep(String type, byte[] data) { in CertPathRep() method in CertPath.CertPathRep
/libcore/luni/src/test/java/tests/security/
Dspecial-test-cases.txt2 CertPath.CertPathRep.class, but this class is protected and thus not visible
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DMyCertPath.java116 public class MyCertPathRep extends CertPath.CertPathRep {
/libcore/api/
Dcurrent.txt8741 protected static class CertPath.CertPathRep implements java.io.Serializable {
8742 ctor protected CertPath.CertPathRep(String, byte[]);