Name | Type | Description | Notes |
---|---|---|---|
Kty | Pointer to string | [optional] | |
Use | Pointer to string | [optional] | |
Alg | Pointer to string | [optional] | |
Kid | Pointer to string | [optional] | |
HsmName | Pointer to string | [optional] | |
Handle | Pointer to string | [optional] | |
PublicKey | Pointer to string | [optional] |
func NewHsk() *Hsk
NewHsk instantiates a new Hsk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHskWithDefaults() *Hsk
NewHskWithDefaults instantiates a new Hsk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Hsk) GetKty() string
GetKty returns the Kty field if non-nil, zero value otherwise.
func (o *Hsk) GetKtyOk() (*string, bool)
GetKtyOk returns a tuple with the Kty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetKty(v string)
SetKty sets Kty field to given value.
func (o *Hsk) HasKty() bool
HasKty returns a boolean if a field has been set.
func (o *Hsk) GetUse() string
GetUse returns the Use field if non-nil, zero value otherwise.
func (o *Hsk) GetUseOk() (*string, bool)
GetUseOk returns a tuple with the Use field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetUse(v string)
SetUse sets Use field to given value.
func (o *Hsk) HasUse() bool
HasUse returns a boolean if a field has been set.
func (o *Hsk) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *Hsk) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *Hsk) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *Hsk) GetKid() string
GetKid returns the Kid field if non-nil, zero value otherwise.
func (o *Hsk) GetKidOk() (*string, bool)
GetKidOk returns a tuple with the Kid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetKid(v string)
SetKid sets Kid field to given value.
func (o *Hsk) HasKid() bool
HasKid returns a boolean if a field has been set.
func (o *Hsk) GetHsmName() string
GetHsmName returns the HsmName field if non-nil, zero value otherwise.
func (o *Hsk) GetHsmNameOk() (*string, bool)
GetHsmNameOk returns a tuple with the HsmName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetHsmName(v string)
SetHsmName sets HsmName field to given value.
func (o *Hsk) HasHsmName() bool
HasHsmName returns a boolean if a field has been set.
func (o *Hsk) GetHandle() string
GetHandle returns the Handle field if non-nil, zero value otherwise.
func (o *Hsk) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetHandle(v string)
SetHandle sets Handle field to given value.
func (o *Hsk) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (o *Hsk) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *Hsk) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Hsk) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *Hsk) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.