Package com.mendix.http
Interface ICertificateInfo
public interface ICertificateInfo
A (private) certificate file with its password.
-
Method Summary
Modifier and TypeMethodDescriptionGets the certificate file, or null when there is no certificate.Gets an identifier for this certificate information.Gets the password to the certificate file, or null when there is no certificate.
-
Method Details
-
getIdentifier
String getIdentifier()Gets an identifier for this certificate information. This is either a hostname (for rest services) or a service name (for web services)- Returns:
- the certificate file
-
getCertificateFile
File getCertificateFile()Gets the certificate file, or null when there is no certificate.- Returns:
- the certificate file
-
getPassword
String getPassword()Gets the password to the certificate file, or null when there is no certificate.- Returns:
- the password
-