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_AMENDCertificates 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 java.security.cert.X509CertificatePlatformHook. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)Returns theX509Certificatematching the given certificate amendment information.java.security.cert.X509CertificatePlatformHookOsx. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)java.security.cert.X509CertificatePlatformHookUnixoid. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)java.security.cert.X509CertificatePlatformHookWindows. getX509Certificate(CertificateAmendment.NativeCertAmend certAmend)private static booleanPlatformHookWindows. sha256matches(java.security.cert.Certificate result, CertificateAmendment.NativeCertAmend certAmend, java.security.MessageDigest md)
-