public interface KmsMethods
Modifier and Type | Method and Description |
---|---|
void |
addGrantToken(String grantToken)
Adds
grantToken to the list of grantTokens sent to KMS when this class calls it. |
List<String> |
getGrantTokens()
Returns the grantTokens which this object sends to KMS when calling it.
|
void |
setGrantTokens(List<String> grantTokens)
Sets the
grantTokens which should be submitted to KMS when calling it. |
void setGrantTokens(List<String> grantTokens)
grantTokens
which should be submitted to KMS when calling it.List<String> getGrantTokens()
void addGrantToken(String grantToken)
grantToken
to the list of grantTokens sent to KMS when this class calls it.Copyright © 2023. All rights reserved.