Package com.inttegro
Class Client.KeysClient
java.lang.Object
com.inttegro.Client.KeysClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestroy(DestroySecretKeyParams params) generate(GenerateSecretKeyParams params) lookup(LookupSecretKeyParams params) page(PageSecretKeysParams params) update(UpdateSecretKeyParams params) usage(SecretKeyUsageParams params)
-
Constructor Details
-
KeysClient
-
-
Method Details
-
generate
public GeneratedSecretKey generate(GenerateSecretKeyParams params) throws IOException, InterruptedException, ApiException -
lookup
-
lookup
public SecretKey lookup(LookupSecretKeyParams params) throws IOException, InterruptedException, ApiException -
page
public SecretKeyPage page(PageSecretKeysParams params) throws IOException, InterruptedException, ApiException -
update
public SecretKey update(UpdateSecretKeyParams params) throws IOException, InterruptedException, ApiException -
destroy
-
destroy
public SecretKey destroy(DestroySecretKeyParams params) throws IOException, InterruptedException, ApiException -
usage
public SecretKeyUsage usage(String secretKeyId) throws IOException, InterruptedException, ApiException -
usage
public SecretKeyUsage usage(SecretKeyUsageParams params) throws IOException, InterruptedException, ApiException
-