Package tigase.io
Class CertificateContainer.CertificateChange
- java.lang.Object
-
- tigase.io.CertificateContainer.CertificateChange
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CertificateContainer
public static class CertificateContainer.CertificateChange extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificateChange()Empty constructor to be able to serialize/deserialize eventCertificateChange(String alias, String pemCert, boolean saveToDisk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()StringgetPemCertificate()booleanisLocal()booleanisSaveToDisk()
-