Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
SignResponse |
KmsCrypto.sign(SignRequest request)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
SignResponse |
KmsCryptoClient.sign(SignRequest request) |
Future<SignResponse> |
KmsCryptoAsyncClient.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler) |
Future<SignResponse> |
KmsCryptoAsync.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
Future<SignResponse> |
KmsCryptoAsyncClient.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler) |
Future<SignResponse> |
KmsCryptoAsync.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
SignRequest |
SignRequest.Builder.build()
Build the instance of SignRequest as configured by this builder
|
SignRequest |
SignRequest.Builder.buildWithoutInvocationCallback()
Build the instance of SignRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
SignRequest.Builder |
SignRequest.Builder.copy(SignRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.