java.lang.Object
io.xpipe.core.util.EncryptedSecretValue
io.xpipe.core.util.AesSecretValue
io.xpipe.core.util.DefaultSecretValue
- All Implemented Interfaces:
SecretValue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.xpipe.core.util.AesSecretValue
decrypt, encryptMethods inherited from class io.xpipe.core.util.EncryptedSecretValue
getSecret, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.xpipe.core.util.SecretValue
getSecretValue, withSecretValue
-
Constructor Details
-
DefaultSecretValue
public DefaultSecretValue(char[] secret)
-
-
Method Details
-
inPlace
-
getAESKey
- Overrides:
getAESKeyin classAesSecretValue- Throws:
NoSuchAlgorithmExceptionInvalidKeySpecException
-