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

  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
TestSessionBuilder.java 25 public class TestSessionBuilder {
46 public TestSessionBuilder setType(int type) {
51 public TestSessionBuilder setSessionData(byte[] sessionData) {
58 public TestSessionBuilder setSessionDataLength(int sessionDataLength) {
64 public TestSessionBuilder addCertificate(byte[] certificate) {
72 public TestSessionBuilder setCertificatesLength(int certificatesLength) {
78 public TestSessionBuilder setCertificateLength(int certIndex, int certLength) {
84 public TestSessionBuilder setOcspDataEmpty() {
89 public TestSessionBuilder addOcspData(byte[] ocspData) {
97 public TestSessionBuilder setOcspDatasLength(int ocspDatasLength)
    [all...]
TestSessionBuilderTest.java 28 new TestSessionBuilder()
43 new TestSessionBuilder()
59 new TestSessionBuilder()
76 new TestSessionBuilder()
93 new TestSessionBuilder()
NativeSslSessionTest.java     [all...]

Completed in 238 milliseconds