org.sonar.process
Class Encryption

java.lang.Object
  extended by org.sonar.process.Encryption

public final class Encryption
extends Object

Since:
3.0

Constructor Summary
Encryption(String pathToSecretKey)
           
 
Method Summary
 String decrypt(String encryptedText)
           
 boolean isEncrypted(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encryption

public Encryption(@Nullable
                  String pathToSecretKey)
Method Detail

isEncrypted

public boolean isEncrypted(String value)

decrypt

public String decrypt(String encryptedText)


Copyright © 2009–2015 SonarSource. All rights reserved.