Uses of Interface
org.zeromq.ZCertStore.Fingerprinter
-
Packages that use ZCertStore.Fingerprinter Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZCertStore.Fingerprinter in org.zeromq
Classes in org.zeromq that implement ZCertStore.Fingerprinter Modifier and Type Class Description static class
ZCertStore.Hasher
static class
ZCertStore.Timestamper
Fields in org.zeromq declared as ZCertStore.Fingerprinter Modifier and Type Field Description private ZCertStore.Fingerprinter
ZCertStore. finger
private ZCertStore.Fingerprinter
ZAuth.SimpleCurveAuth. fingerprinter
Methods in org.zeromq with parameters of type ZCertStore.Fingerprinter Modifier and Type Method Description private static java.util.Map<java.lang.String,ZAuth.Auth>
ZAuth. curveVariant(ZCertStore.Fingerprinter fingerprinter)
Constructors in org.zeromq with parameters of type ZCertStore.Fingerprinter Constructor Description SimpleCurveAuth(ZCertStore.Fingerprinter fingerprinter)
ZAuth(ZContext ctx, ZCertStore.Fingerprinter fingerprinter)
ZCertStore(java.lang.String location, ZCertStore.Fingerprinter fingerprinter)
-