what-the-bank/sources/org/bouncycastle/crypto/tls/TlsCredentials.java

7 lines
140 B
Java

package org.bouncycastle.crypto.tls;
/* loaded from: classes6.dex */
public interface TlsCredentials {
Certificate getCertificate();
}