Uses of Class
com.oracle.bmc.keymanagement.requests.SignRequest
-
Packages that use SignRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of SignRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type SignRequest Modifier and Type Method 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.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.Future<SignResponse>
KmsCryptoAsyncClient. sign(SignRequest request, AsyncHandler<SignRequest,SignResponse> handler)
SignResponse
KmsCryptoClient. sign(SignRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type SignRequest Modifier and Type Method Description 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.Future<SignResponse>
KmsCryptoAsyncClient. sign(SignRequest request, AsyncHandler<SignRequest,SignResponse> handler)
-
Uses of SignRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return SignRequest Modifier and Type Method Description SignRequest
SignRequest.Builder. build()
Build the instance of SignRequest as configured by this builderSignRequest
SignRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SignRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type SignRequest Modifier and Type Method Description SignRequest.Builder
SignRequest.Builder. copy(SignRequest o)
Copy method to populate the builder with values from the given instance.
-