Package org.openstreetmap.josm.io
Class CertificateAmendment.EmbeddedCertAmend
- java.lang.Object
-
- org.openstreetmap.josm.io.CertificateAmendment.CertAmend
-
- org.openstreetmap.josm.io.CertificateAmendment.EmbeddedCertAmend
-
- Enclosing class:
- CertificateAmendment
public static class CertificateAmendment.EmbeddedCertAmend extends CertificateAmendment.CertAmend
An embedded certificate amendment.- Since:
- 13450
-
-
Constructor Summary
Constructors Constructor Description EmbeddedCertAmend(String url, String filename, String sha256)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
Returns the embedded URL in JOSM jar.String
toString()
-
Methods inherited from class org.openstreetmap.josm.io.CertificateAmendment.CertAmend
getFilename, getSha256
-
-
-
-
Constructor Detail
-
EmbeddedCertAmend
EmbeddedCertAmend(String url, String filename, String sha256)
-
-