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 PublicKey
PublicKey.Builder. build()
PublicKey
PublicKey.Builder. buildPartial()
static PublicKey
PublicKey. getDefaultInstance()
PublicKey
PublicKey.Builder. getDefaultInstanceForType()
PublicKey
PublicKey. getDefaultInstanceForType()
PublicKey
KeyManagementServiceClient. getPublicKey(CryptoKeyVersionName name)
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].PublicKey
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. getPublicKey(GetPublicKeyRequest request)
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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublicKey
PublicKey. parseFrom(byte[] data)
static PublicKey
PublicKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublicKey
PublicKey. parseFrom(com.google.protobuf.ByteString data)
static PublicKey
PublicKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublicKey
PublicKey. parseFrom(com.google.protobuf.CodedInputStream input)
static PublicKey
PublicKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublicKey
PublicKey. parseFrom(InputStream input)
static PublicKey
PublicKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublicKey
PublicKey. parseFrom(ByteBuffer data)
static PublicKey
PublicKey. 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.Builder
PublicKey.Builder. mergeFrom(PublicKey other)
static PublicKey.Builder
PublicKey. newBuilder(PublicKey prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type PublicKey Modifier and Type Method Description default void
KeyManagementServiceGrpc.AsyncService. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].void
KeyManagementServiceGrpc.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.
-