Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
EncryptResponse |
KmsCrypto.encrypt(EncryptRequest request)
Encrypts data using the given
EncryptDataDetails
resource.
|
EncryptResponse |
KmsCryptoClient.encrypt(EncryptRequest request) |
Future<EncryptResponse> |
KmsCryptoAsyncClient.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler) |
Future<EncryptResponse> |
KmsCryptoAsync.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler)
Encrypts data using the given
EncryptDataDetails
resource.
|
Modifier and Type | Method and Description |
---|---|
Future<EncryptResponse> |
KmsCryptoAsyncClient.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler) |
Future<EncryptResponse> |
KmsCryptoAsync.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler)
Encrypts data using the given
EncryptDataDetails
resource.
|
Modifier and Type | Method and Description |
---|---|
EncryptRequest |
EncryptRequest.Builder.build()
Build the instance of EncryptRequest as configured by this builder
|
EncryptRequest |
EncryptRequest.Builder.buildWithoutInvocationCallback()
Build the instance of EncryptRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
EncryptRequest.Builder |
EncryptRequest.Builder.copy(EncryptRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.