org.testifyproject.bouncycastle.crypto.tls.TlsCredentials Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.crypto.tls;
public interface TlsCredentials
{
Certificate getCertificate();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy