Uses of Interface
org.zeromq.ZAuth.Auth
-
Packages that use ZAuth.Auth Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZAuth.Auth in org.zeromq
Classes in org.zeromq that implement ZAuth.Auth Modifier and Type Class Description static class
ZAuth.SimpleCurveAuth
static class
ZAuth.SimpleNullAuth
static class
ZAuth.SimplePlainAuth
Fields in org.zeromq with type parameters of type ZAuth.Auth Modifier and Type Field Description private java.util.Map<java.lang.String,ZAuth.Auth>
ZAuth.AuthActor. auths
Methods in org.zeromq that return types with arguments of type ZAuth.Auth Modifier and Type Method Description private static java.util.Map<java.lang.String,ZAuth.Auth>
ZAuth. curveVariant(ZCertStore.Fingerprinter fingerprinter)
private static java.util.Map<java.lang.String,ZAuth.Auth>
ZAuth. makeSimpleAuths()
Constructor parameters in org.zeromq with type arguments of type ZAuth.Auth Constructor Description AuthActor(java.lang.String actorName, java.util.Map<java.lang.String,ZAuth.Auth> auths)
ZAuth(ZContext ctx, java.lang.String actorName, java.util.Map<java.lang.String,ZAuth.Auth> auths)
-