Uses of Class
org.openstreetmap.josm.io.CertificateAmendment.NativeCertAmend
-
Packages that use CertificateAmendment.NativeCertAmend Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of CertificateAmendment.NativeCertAmend in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as CertificateAmendment.NativeCertAmend Modifier and Type Field Description private static CertificateAmendment.NativeCertAmend[]
CertificateAmendment. PLATFORM_CERT_AMEND
Certificates looked into platform native keystore and not embedded in JOSM. -
Uses of CertificateAmendment.NativeCertAmend in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type CertificateAmendment.NativeCertAmend Modifier and Type Method Description default X509Certificate
PlatformHook. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)
Returns theX509Certificate
matching the given certificate amendment information.X509Certificate
PlatformHookOsx. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)
X509Certificate
PlatformHookUnixoid. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)
X509Certificate
PlatformHookWindows. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)
private static boolean
PlatformHookWindows. sha256matches(Certificate result, CertificateAmendment.NativeCertAmend certAmend, MessageDigest md)
-