Package io.quarkus.vault.transit
Class KeyCreationRequestDetail
- java.lang.Object
-
- io.quarkus.vault.transit.KeyCreationRequestDetail
-
public class KeyCreationRequestDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BooleanallowPlaintextBackupStringconvergentEncryptionBooleanderivedBooleanexportableStringtype
-
Constructor Summary
Constructors Constructor Description KeyCreationRequestDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowPlaintextBackup()StringgetConvergentEncryption()BooleangetDerived()BooleangetExportable()StringgetType()KeyCreationRequestDetailsetAllowPlaintextBackup(Boolean allowPlaintextBackup)KeyCreationRequestDetailsetConvergentEncryption(String convergentEncryption)KeyCreationRequestDetailsetDerived(Boolean derived)KeyCreationRequestDetailsetExportable(Boolean exportable)KeyCreationRequestDetailsetType(String type)
-
-
-
Method Detail
-
getConvergentEncryption
public String getConvergentEncryption()
-
setConvergentEncryption
public KeyCreationRequestDetail setConvergentEncryption(String convergentEncryption)
-
getDerived
public Boolean getDerived()
-
setDerived
public KeyCreationRequestDetail setDerived(Boolean derived)
-
getExportable
public Boolean getExportable()
-
setExportable
public KeyCreationRequestDetail setExportable(Boolean exportable)
-
getAllowPlaintextBackup
public Boolean getAllowPlaintextBackup()
-
setAllowPlaintextBackup
public KeyCreationRequestDetail setAllowPlaintextBackup(Boolean allowPlaintextBackup)
-
getType
public String getType()
-
setType
public KeyCreationRequestDetail setType(String type)
-
-