java.lang.Object
io.xpipe.core.util.EncryptedSecretValue
- All Implemented Interfaces:
SecretValue
- Direct Known Subclasses:
AesSecretValue
-
Constructor Summary
Constructors -
Method Summary
Methods 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, inPlace, withSecretValue
-
Constructor Details
-
EncryptedSecretValue
public EncryptedSecretValue(char[] c)
-
-
Method Details
-
toString
-
getSecret
public char[] getSecret()- Specified by:
getSecretin interfaceSecretValue
-
encrypt
public byte[] encrypt(byte[] c) -
decrypt
public byte[] decrypt(byte[] c)
-