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

10 lines
439 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.crypto.tls;
/* loaded from: classes6.dex */
public abstract class AbstractTlsSignerCredentials extends AbstractTlsCredentials implements TlsSignerCredentials {
@Override // org.bouncycastle.crypto.tls.TlsSignerCredentials
public SignatureAndHashAlgorithm getSignatureAndHashAlgorithm() {
throw new IllegalStateException("TlsSignerCredentials implementation does not support (D)TLS 1.2+");
}
}