Class EncryptionController
java.lang.Object
org.springframework.cloud.config.server.encryption.EncryptionController
@RestController
@RequestMapping(path="${spring.cloud.config.server.prefix:}")
public class EncryptionController
extends Object
- Author:
- Dave Syer, Tim Ysewyn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPublicKey(String name, String profiles) voidsetDefaultApplicationName(String defaultApplicationName) voidsetDefaultProfile(String defaultProfile) status()
-
Constructor Details
-
EncryptionController
-
-
Method Details
-
setDefaultApplicationName
-
setDefaultProfile
-
getPublicKey
-
getPublicKey
-
status
-
encrypt
-
encrypt
-
decrypt
-
decrypt
-
keyFormat
-
decryptionDisabled
-
notInstalled
-
encryptionTooWeak
-
invalidCipher
-