Package io.quarkus.vault.transit
Class TransitContext
- java.lang.Object
-
- io.quarkus.vault.transit.TransitContext
-
public class TransitContext extends Object
A transit context used for key derivation, when the key supports it.- See Also:
- derived attribute in key creation
-
-
Constructor Summary
Constructors Constructor Description TransitContext(byte[] context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static TransitContextfromContext(byte[] context)static TransitContextfromContext(String context)byte[]getContext()inthashCode()
-
-
-
Method Detail
-
fromContext
public static TransitContext fromContext(byte[] context)
-
fromContext
public static TransitContext fromContext(String context)
-
getContext
public byte[] getContext()
-
-