Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
VerifyResponse |
KmsCrypto.verify(VerifyRequest request)
Verifies a digital signature that was generated by the Sign operation using the public key in the same asymmetric key.
|
VerifyResponse |
KmsCryptoClient.verify(VerifyRequest request) |
Future<VerifyResponse> |
KmsCryptoAsyncClient.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler) |
Future<VerifyResponse> |
KmsCryptoAsync.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation using the public key in the same asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
Future<VerifyResponse> |
KmsCryptoAsyncClient.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler) |
Future<VerifyResponse> |
KmsCryptoAsync.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation using the public key in the same asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
VerifyRequest |
VerifyRequest.Builder.build()
Build the instance of VerifyRequest as configured by this builder
|
VerifyRequest |
VerifyRequest.Builder.buildWithoutInvocationCallback() |
Modifier and Type | Method and Description |
---|---|
VerifyRequest.Builder |
VerifyRequest.Builder.copy(VerifyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2021. All rights reserved.