Name | Type | Description | Notes |
---|---|---|---|
DisplayId | Pointer to string | The display id of the key to use in the signing process | [optional] |
HashFunction | Pointer to string | HashFunction defines the hash function (e.g. sha-256) | [optional] |
InputFormat | Pointer to string | Select default assumed format for the plaintext message. Currently supported options: [base64] | [optional] |
ItemId | Pointer to int64 | The item id of the key to use in the signing process | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeyName | Pointer to string | The name of the RSA key to use in the signing process | [optional] |
Message | string | The message to be signed | |
Prehashed | Pointer to bool | Markes that the message is already hashed | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
Version | Pointer to int32 | The version of the key to use for signing | [optional] |
func NewSignPKCS1(message string, ) *SignPKCS1
NewSignPKCS1 instantiates a new SignPKCS1 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 NewSignPKCS1WithDefaults() *SignPKCS1
NewSignPKCS1WithDefaults instantiates a new SignPKCS1 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 *SignPKCS1) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetDisplayIdOk() (*string, bool)
GetDisplayIdOk returns a tuple with the DisplayId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *SignPKCS1) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *SignPKCS1) GetHashFunction() string
GetHashFunction returns the HashFunction field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetHashFunctionOk() (*string, bool)
GetHashFunctionOk returns a tuple with the HashFunction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetHashFunction(v string)
SetHashFunction sets HashFunction field to given value.
func (o *SignPKCS1) HasHashFunction() bool
HasHashFunction returns a boolean if a field has been set.
func (o *SignPKCS1) GetInputFormat() string
GetInputFormat returns the InputFormat field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetInputFormatOk() (*string, bool)
GetInputFormatOk returns a tuple with the InputFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetInputFormat(v string)
SetInputFormat sets InputFormat field to given value.
func (o *SignPKCS1) HasInputFormat() bool
HasInputFormat returns a boolean if a field has been set.
func (o *SignPKCS1) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetItemIdOk() (*int64, bool)
GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *SignPKCS1) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *SignPKCS1) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetJson(v bool)
SetJson sets Json field to given value.
func (o *SignPKCS1) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *SignPKCS1) GetKeyName() string
GetKeyName returns the KeyName field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetKeyName(v string)
SetKeyName sets KeyName field to given value.
func (o *SignPKCS1) HasKeyName() bool
HasKeyName returns a boolean if a field has been set.
func (o *SignPKCS1) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *SignPKCS1) GetPrehashed() bool
GetPrehashed returns the Prehashed field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetPrehashedOk() (*bool, bool)
GetPrehashedOk returns a tuple with the Prehashed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetPrehashed(v bool)
SetPrehashed sets Prehashed field to given value.
func (o *SignPKCS1) HasPrehashed() bool
HasPrehashed returns a boolean if a field has been set.
func (o *SignPKCS1) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetToken(v string)
SetToken sets Token field to given value.
func (o *SignPKCS1) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *SignPKCS1) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *SignPKCS1) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *SignPKCS1) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SignPKCS1) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignPKCS1) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *SignPKCS1) HasVersion() bool
HasVersion returns a boolean if a field has been set.