Uses of Class
io.grpc.alts.internal.Identity
Packages that use Identity
-
Uses of Identity in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return IdentityModifier and TypeMethodDescriptionIdentity.Builder.build()Identity.Builder.buildPartial()static IdentityIdentity.getDefaultInstance()Identity.Builder.getDefaultInstanceForType()Identity.getDefaultInstanceForType()ServerHandshakeParameters.Builder.getLocalIdentities(int index) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.getLocalIdentities(int index) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParametersOrBuilder.getLocalIdentities(int index) (Optional) A list of local identities supported by the server, if specified.HandshakerResult.Builder.getLocalIdentity()The local identity used in the handshake.HandshakerResult.getLocalIdentity()The local identity used in the handshake.HandshakerResultOrBuilder.getLocalIdentity()The local identity used in the handshake.StartClientHandshakeReq.Builder.getLocalIdentity()(Optional) Application may specify a local identity.StartClientHandshakeReq.getLocalIdentity()(Optional) Application may specify a local identity.StartClientHandshakeReqOrBuilder.getLocalIdentity()(Optional) Application may specify a local identity.HandshakerResult.Builder.getPeerIdentity()The authenticated identity of the peer.HandshakerResult.getPeerIdentity()The authenticated identity of the peer.HandshakerResultOrBuilder.getPeerIdentity()The authenticated identity of the peer.StartClientHandshakeReq.Builder.getTargetIdentities(int index) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.getTargetIdentities(int index) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReqOrBuilder.getTargetIdentities(int index) (Optional) Describes which server identities are acceptable by the client.static IdentityIdentity.parseDelimitedFrom(InputStream input) static IdentityIdentity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IdentityIdentity.parseFrom(byte[] data) static IdentityIdentity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IdentityIdentity.parseFrom(com.google.protobuf.ByteString data) static IdentityIdentity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IdentityIdentity.parseFrom(com.google.protobuf.CodedInputStream input) static IdentityIdentity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IdentityIdentity.parseFrom(InputStream input) static IdentityIdentity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IdentityIdentity.parseFrom(ByteBuffer data) static IdentityIdentity.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type IdentityModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.getLocalIdentitiesList()(Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.getLocalIdentitiesList()(Optional) A list of local identities supported by the server, if specified.ServerHandshakeParametersOrBuilder.getLocalIdentitiesList()(Optional) A list of local identities supported by the server, if specified.com.google.protobuf.Parser<Identity> Identity.getParserForType()StartClientHandshakeReq.Builder.getTargetIdentitiesList()(Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.getTargetIdentitiesList()(Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReqOrBuilder.getTargetIdentitiesList()(Optional) Describes which server identities are acceptable by the client.static com.google.protobuf.Parser<Identity> Identity.parser()Methods in io.grpc.alts.internal with parameters of type IdentityModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.addLocalIdentities(int index, Identity value) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.Builder.addLocalIdentities(Identity value) (Optional) A list of local identities supported by the server, if specified.StartClientHandshakeReq.Builder.addTargetIdentities(int index, Identity value) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.Builder.addTargetIdentities(Identity value) (Optional) Describes which server identities are acceptable by the client.HandshakerResult.Builder.mergeLocalIdentity(Identity value) The local identity used in the handshake.StartClientHandshakeReq.Builder.mergeLocalIdentity(Identity value) (Optional) Application may specify a local identity.HandshakerResult.Builder.mergePeerIdentity(Identity value) The authenticated identity of the peer.static Identity.BuilderIdentity.newBuilder(Identity prototype) ServerHandshakeParameters.Builder.setLocalIdentities(int index, Identity value) (Optional) A list of local identities supported by the server, if specified.HandshakerResult.Builder.setLocalIdentity(Identity value) The local identity used in the handshake.StartClientHandshakeReq.Builder.setLocalIdentity(Identity value) (Optional) Application may specify a local identity.HandshakerResult.Builder.setPeerIdentity(Identity value) The authenticated identity of the peer.StartClientHandshakeReq.Builder.setTargetIdentities(int index, Identity value) (Optional) Describes which server identities are acceptable by the client.Method parameters in io.grpc.alts.internal with type arguments of type IdentityModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.addAllLocalIdentities(Iterable<? extends Identity> values) (Optional) A list of local identities supported by the server, if specified.StartClientHandshakeReq.Builder.addAllTargetIdentities(Iterable<? extends Identity> values) (Optional) Describes which server identities are acceptable by the client.