Uses of Class
com.google.cloud.kms.v1.PublicKey
-
Packages that use PublicKey Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of PublicKey in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return PublicKey Modifier and Type Method Description PublicKeyPublicKey.Builder. build()PublicKeyPublicKey.Builder. buildPartial()static PublicKeyPublicKey. getDefaultInstance()PublicKeyPublicKey.Builder. getDefaultInstanceForType()PublicKeyPublicKey. getDefaultInstanceForType()PublicKeyKeyManagementServiceClient. getPublicKey(CryptoKeyVersionName name)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].PublicKeyKeyManagementServiceClient. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].PublicKeyKeyManagementServiceClient. getPublicKey(String name)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].PublicKeyKeyManagementServiceGrpc.KeyManagementServiceBlockingStub. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].static PublicKeyPublicKey. parseDelimitedFrom(InputStream input)static PublicKeyPublicKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublicKeyPublicKey. parseFrom(byte[] data)static PublicKeyPublicKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublicKeyPublicKey. parseFrom(com.google.protobuf.ByteString data)static PublicKeyPublicKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublicKeyPublicKey. parseFrom(com.google.protobuf.CodedInputStream input)static PublicKeyPublicKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublicKeyPublicKey. parseFrom(InputStream input)static PublicKeyPublicKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublicKeyPublicKey. parseFrom(ByteBuffer data)static PublicKeyPublicKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type PublicKey Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPublicKeyRequest,PublicKey>KeyManagementServiceGrpc. getGetPublicKeyMethod()com.google.protobuf.Parser<PublicKey>PublicKey. getParserForType()com.google.common.util.concurrent.ListenableFuture<PublicKey>KeyManagementServiceGrpc.KeyManagementServiceFutureStub. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>KeyManagementServiceClient. getPublicKeyCallable()Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey>KeyManagementServiceSettings.Builder. getPublicKeySettings()Returns the builder for the settings used for calls to getPublicKey.com.google.api.gax.rpc.UnaryCallSettings<GetPublicKeyRequest,PublicKey>KeyManagementServiceSettings. getPublicKeySettings()Returns the object with the settings used for calls to getPublicKey.static com.google.protobuf.Parser<PublicKey>PublicKey. parser()Methods in com.google.cloud.kms.v1 with parameters of type PublicKey Modifier and Type Method Description PublicKey.BuilderPublicKey.Builder. mergeFrom(PublicKey other)static PublicKey.BuilderPublicKey. newBuilder(PublicKey prototype)Method parameters in com.google.cloud.kms.v1 with type arguments of type PublicKey Modifier and Type Method Description default voidKeyManagementServiceGrpc.AsyncService. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].voidKeyManagementServiceGrpc.KeyManagementServiceStub. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]. -
Uses of PublicKey in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type PublicKey Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>GrpcKeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>HttpJsonKeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>KeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey>KeyManagementServiceStubSettings.Builder. getPublicKeySettings()Returns the builder for the settings used for calls to getPublicKey.com.google.api.gax.rpc.UnaryCallSettings<GetPublicKeyRequest,PublicKey>KeyManagementServiceStubSettings. getPublicKeySettings()Returns the object with the settings used for calls to getPublicKey.
-