Package io.quarkus.vault.transit
Class SigningInput
- java.lang.Object
-
- io.quarkus.vault.transit.SigningInput
-
public class SigningInput extends Object
Data wrapper used in the sign methods of theVaultTransitSecretEngine
-
-
Constructor Summary
Constructors Constructor Description SigningInput(byte[] value)Create aSigningInputfrom a byte arraySigningInput(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()Decode the internal byte array usingStandardCharsets.UTF_8booleanequals(Object o)byte[]getValue()inthashCode()
-
-
-
Constructor Detail
-
SigningInput
public SigningInput(byte[] value)
Create aSigningInputfrom a byte array- Parameters:
value- the wrapped data
-
SigningInput
public SigningInput(String value)
- Parameters:
value- the wrapped data
-
-
Method Detail
-
asString
public String asString()
Decode the internal byte array usingStandardCharsets.UTF_8- Returns:
- the value as a
String
-
getValue
public byte[] getValue()
-
-