All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.microedition.io.SecurityInfo Maven / Gradle / Ivy

The newest version!
package javax.microedition.io;

import javax.microedition.pki.Certificate;

/**
 * @since MIDP 2.0
 */
public interface SecurityInfo {
    String getCipherSuite();

    String getProtocolName();

    String getProtocolVersion();

    Certificate getServerCertificate();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy