public abstract class ConfigEncryptProvider extends Object
ConfigEncryptProvider()
abstract String
decrypt(String encryptedContent, String password)
encrypt(String content, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConfigEncryptProvider()
public abstract String encrypt(String content, String password)
content
password
public abstract String decrypt(String encryptedContent, String password)
encryptedContent
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.