public interface ICertificateInfo
Modifier and Type | Method and Description |
---|---|
java.io.File |
getCertificateFile()
Gets the certificate file, or null when there is no certificate.
|
java.lang.String |
getIdentifier()
Gets an identifier for this certificate information.
|
java.lang.String |
getPassword()
Gets the password to the certificate file, or null when there is no certificate.
|
java.lang.String getIdentifier()
java.io.File getCertificateFile()
java.lang.String getPassword()