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.String decrypt​(java.lang.String cipherText)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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