Package org.openstreetmap.josm.io
Class CertificateAmendment.CertAmend
- java.lang.Object
-
- org.openstreetmap.josm.io.CertificateAmendment.CertAmend
-
- Direct Known Subclasses:
CertificateAmendment.EmbeddedCertAmend
,CertificateAmendment.NativeCertAmend
- Enclosing class:
- CertificateAmendment
public static class CertificateAmendment.CertAmend extends Object
A certificate amendment.- Since:
- 11943
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
Returns the certificate filename.String
getSha256()
Returns the SHA-256 hash.
-
-
-
Method Detail
-
getFilename
public final String getFilename()
Returns the certificate filename.- Returns:
- filename for both JOSM embedded certificate and Unix platform certificate
- Since:
- 12241
-
-