com.fitbur.bouncycastle.crypto.tls.ServerOnlyTlsAuthentication Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto.tls;
public abstract class ServerOnlyTlsAuthentication
implements TlsAuthentication
{
public final TlsCredentials getClientCredentials(CertificateRequest certificateRequest)
{
return null;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy