Package org.bouncycastle.crypto.tls
Class ServerOnlyTlsAuthentication
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ServerOnlyTlsAuthentication
-
- All Implemented Interfaces:
TlsAuthentication
public abstract class ServerOnlyTlsAuthentication extends java.lang.Object implements TlsAuthentication
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description ServerOnlyTlsAuthentication()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TlsCredentials
getClientCredentials(CertificateRequest certificateRequest)
Deprecated.Return client credentials in response to server's certificate request-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsAuthentication
notifyServerCertificate
-
-
-
-
Method Detail
-
getClientCredentials
public final TlsCredentials getClientCredentials(CertificateRequest certificateRequest)
Deprecated.Description copied from interface:TlsAuthentication
Return client credentials in response to server's certificate request- Specified by:
getClientCredentials
in interfaceTlsAuthentication
- Parameters:
certificateRequest
- details of the certificate request- Returns:
- a TlsCredentials object or null for no client authentication
-
-