Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
com.google.cloud.kms.v1.stub |
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKey.Builder.build() |
PublicKey |
PublicKey.Builder.buildPartial() |
static PublicKey |
PublicKey.getDefaultInstance() |
PublicKey |
PublicKey.getDefaultInstanceForType() |
PublicKey |
PublicKey.Builder.getDefaultInstanceForType() |
PublicKey |
KeyManagementServiceClient.getPublicKey(CryptoKeyVersionName name)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
PublicKey |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
PublicKey |
KeyManagementServiceClient.getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
PublicKey |
KeyManagementServiceClient.getPublicKey(String name)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
static PublicKey |
PublicKey.parseDelimitedFrom(InputStream input) |
static PublicKey |
PublicKey.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PublicKey |
PublicKey.parseFrom(byte[] data) |
static PublicKey |
PublicKey.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PublicKey |
PublicKey.parseFrom(ByteBuffer data) |
static PublicKey |
PublicKey.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PublicKey |
PublicKey.parseFrom(ByteString data) |
static PublicKey |
PublicKey.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PublicKey |
PublicKey.parseFrom(CodedInputStream input) |
static PublicKey |
PublicKey.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PublicKey |
PublicKey.parseFrom(InputStream input) |
static PublicKey |
PublicKey.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceGrpc.getGetPublicKeyMethod() |
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].
|
UnaryCallable<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceClient.getPublicKeyCallable()
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
UnaryCallSettings<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceSettings.getPublicKeySettings()
Returns the object with the settings used for calls to getPublicKey.
|
UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceSettings.Builder.getPublicKeySettings()
Returns the builder for the settings used for calls to getPublicKey.
|
static Parser<PublicKey> |
PublicKey.parser() |
Modifier and Type | Method and Description |
---|---|
PublicKey.Builder |
PublicKey.Builder.mergeFrom(PublicKey other) |
static PublicKey.Builder |
PublicKey.newBuilder(PublicKey prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.getPublicKey(GetPublicKeyRequest request,
StreamObserver<PublicKey> responseObserver)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.getPublicKey(GetPublicKeyRequest request,
StreamObserver<PublicKey> responseObserver)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetPublicKeyRequest,PublicKey> |
HttpJsonKeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallable<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallable<GetPublicKeyRequest,PublicKey> |
GrpcKeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallSettings<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStubSettings.getPublicKeySettings()
Returns the object with the settings used for calls to getPublicKey.
|
UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStubSettings.Builder.getPublicKeySettings()
Returns the builder for the settings used for calls to getPublicKey.
|
Copyright © 2022 Google LLC. All rights reserved.