Class KmsKeyDecrypter
java.lang.Object
org.curioswitch.gradle.plugins.gcloud.keys.KmsKeyDecrypter
public class KmsKeyDecrypter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description KmsKeyDecrypter(org.gradle.api.Project project) -
Method Summary
Modifier and Type Method Description java.lang.Stringdecrypt(java.lang.String cipherText)
-
Constructor Details
-
KmsKeyDecrypter
public KmsKeyDecrypter(org.gradle.api.Project project)
-
-
Method Details
-
decrypt
public java.lang.String decrypt(java.lang.String cipherText) throws java.lang.Exception- Throws:
java.lang.Exception
-