what-the-bank/sources/org/bouncycastle/crypto/tls/ServerOnlyTlsAuthentication...

10 lines
337 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.crypto.tls;
/* loaded from: classes6.dex */
public abstract class ServerOnlyTlsAuthentication implements TlsAuthentication {
@Override // org.bouncycastle.crypto.tls.TlsAuthentication
public final TlsCredentials getClientCredentials(CertificateRequest certificateRequest) {
return null;
}
}