HomeSort by relevance Sort by last modified time
    Searched refs:INTEGRITY (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
SecurityLevel.java 32 INTEGRITY,
35 * In addition to {@code INTEGRITY}, the data is only visible to the intended communication
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
CallCredentialsApplyingTest.java 142 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY)
154 assertSame(SecurityLevel.INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL));
162 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY)
176 assertSame(SecurityLevel.INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL));
  /external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
GoogleAuthLibraryCallCredentialsTest.java 300 Attributes integrity = attrs.toBuilder() local
301 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY)
306 callCredentials.applyRequestMetadata(method, integrity, executor, applier);
320 Attributes integrity = attrs.toBuilder() local
326 callCredentials.applyRequestMetadata(method, integrity, executor, applier);
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 9710 milliseconds