Uses of Class
io.grpc.alts.internal.Identity
Packages that use Identity
-
Uses of Identity in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as IdentityModifier and TypeFieldDescriptionprivate static final Identity
Identity.DEFAULT_INSTANCE
private Identity
HandshakerResult.Builder.localIdentity_
private Identity
HandshakerResult.localIdentity_
private Identity
StartClientHandshakeReq.Builder.localIdentity_
private Identity
StartClientHandshakeReq.localIdentity_
private Identity
HandshakerResult.Builder.peerIdentity_
private Identity
HandshakerResult.peerIdentity_
Fields in io.grpc.alts.internal with type parameters of type IdentityModifier and TypeFieldDescriptionServerHandshakeParameters.Builder.localIdentities_
ServerHandshakeParameters.localIdentities_
private com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> ServerHandshakeParameters.Builder.localIdentitiesBuilder_
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.localIdentityBuilder_
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.localIdentityBuilder_
private static final com.google.protobuf.Parser
<Identity> Identity.PARSER
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.peerIdentityBuilder_
StartClientHandshakeReq.Builder.targetIdentities_
StartClientHandshakeReq.targetIdentities_
private com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.targetIdentitiesBuilder_
Methods in io.grpc.alts.internal that return IdentityModifier and TypeMethodDescriptionIdentity.Builder.build()
Identity.Builder.buildPartial()
static Identity
Identity.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 Identity
Identity.parseDelimitedFrom
(InputStream input) static Identity
Identity.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Identity
Identity.parseFrom
(byte[] data) static Identity
Identity.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Identity
Identity.parseFrom
(com.google.protobuf.ByteString data) static Identity
Identity.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Identity
Identity.parseFrom
(com.google.protobuf.CodedInputStream input) static Identity
Identity.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Identity
Identity.parseFrom
(InputStream input) static Identity
Identity.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Identity
Identity.parseFrom
(ByteBuffer data) static Identity
Identity.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type IdentityModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> ServerHandshakeParameters.Builder.getLocalIdentitiesFieldBuilder()
ServerHandshakeParameters.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.private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.getLocalIdentityFieldBuilder()
The local identity used in the handshake.private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.getLocalIdentityFieldBuilder()
(Optional) Application may specify a local identity.com.google.protobuf.Parser
<Identity> Identity.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.getPeerIdentityFieldBuilder()
The authenticated identity of the peer.private com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.getTargetIdentitiesFieldBuilder()
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.private void
Identity.Builder.buildPartial0
(Identity result) private void
Identity.Builder.buildPartialOneofs
(Identity result) 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.Builder
Identity.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.