Package io.deephaven.enterprise.auth
Class GrpcAuthenticationClientManager.NonceData
java.lang.Object
io.deephaven.enterprise.auth.GrpcAuthenticationClientManager.NonceData
- Enclosing class:
- GrpcAuthenticationClientManager
Data required for public key authentication related to a nonce obtained from a particular server.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nonce
public final byte[] nonce -
ipAddress
public final byte[] ipAddress
-
-
Constructor Details
-
NonceData
public NonceData(byte[] nonce, byte[] ipAddress)
-