Package org.qubership.atp.crypt.config
Class AtpCryptoConfiguration
java.lang.Object
org.qubership.atp.crypt.config.AtpCryptoConfiguration
- Direct Known Subclasses:
AtpDecryptorConfiguration,AtpEncryptorConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvalidateKey(String key, String propertyName) Validate String key set via propertyName configuration property.
-
Constructor Details
-
AtpCryptoConfiguration
public AtpCryptoConfiguration()
-
-
Method Details
-
validateKey
Validate String key set via propertyName configuration property.- Parameters:
key- String to validatepropertyName- String configuration property name- Throws:
AtpCryptInvalidKeyException- in case validation fails.
-