Uses of Class
com.oracle.bmc.keymanagement.requests.VerifyRequest
-
Packages that use VerifyRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of VerifyRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type VerifyRequest Modifier and Type Method Description VerifyResponse
KmsCrypto. verify(VerifyRequest request)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.Future<VerifyResponse>
KmsCryptoAsync. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.Future<VerifyResponse>
KmsCryptoAsyncClient. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
VerifyResponse
KmsCryptoClient. verify(VerifyRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type VerifyRequest Modifier and Type Method Description Future<VerifyResponse>
KmsCryptoAsync. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.Future<VerifyResponse>
KmsCryptoAsyncClient. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
-
Uses of VerifyRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return VerifyRequest Modifier and Type Method Description VerifyRequest
VerifyRequest.Builder. build()
Build the instance of VerifyRequest as configured by this builderVerifyRequest
VerifyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of VerifyRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type VerifyRequest Modifier and Type Method Description VerifyRequest.Builder
VerifyRequest.Builder. copy(VerifyRequest o)
Copy method to populate the builder with values from the given instance.
-