Class TsiHandshakeHandler.HandshakeValidator.SecurityDetails

java.lang.Object
io.grpc.alts.internal.TsiHandshakeHandler.HandshakeValidator.SecurityDetails
Enclosing class:
TsiHandshakeHandler.HandshakeValidator

public static final class TsiHandshakeHandler.HandshakeValidator.SecurityDetails extends Object
  • Field Details

    • securityLevel

      private final io.grpc.SecurityLevel securityLevel
    • security

      private final io.grpc.InternalChannelz.Security security
  • Constructor Details

    • SecurityDetails

      public SecurityDetails(io.grpc.SecurityLevel securityLevel, @Nullable io.grpc.InternalChannelz.Security security)
      Constructs SecurityDetails.
  • Method Details

    • getSecurity

      public io.grpc.InternalChannelz.Security getSecurity()
    • getSecurityLevel

      public io.grpc.SecurityLevel getSecurityLevel()