| Name | Type | Description | Notes |
|---|---|---|---|
| ECDSA | Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData | [optional] | |
| RSA | Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData | [optional] | |
| Ed448 | Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData | [optional] | |
| Ed25519 | Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData | [optional] |
func NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo() *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo
NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo 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 NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults() *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo
NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo 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 *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetECDSA() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData
GetECDSA returns the ECDSA field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetECDSAOk() (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData, bool)
GetECDSAOk returns a tuple with the ECDSA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetECDSA(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)
SetECDSA sets ECDSA field to given value.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasECDSA() bool
HasECDSA returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetRSA() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData
GetRSA returns the RSA field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetRSAOk() (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData, bool)
GetRSAOk returns a tuple with the RSA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetRSA(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)
SetRSA sets RSA field to given value.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasRSA() bool
HasRSA returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd448() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData
GetEd448 returns the Ed448 field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd448Ok() (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData, bool)
GetEd448Ok returns a tuple with the Ed448 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd448(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)
SetEd448 sets Ed448 field to given value.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd448() bool
HasEd448 returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd25519() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData
GetEd25519 returns the Ed25519 field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd25519Ok() (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData, bool)
GetEd25519Ok returns a tuple with the Ed25519 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd25519(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)
SetEd25519 sets Ed25519 field to given value.
func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd25519() bool
HasEd25519 returns a boolean if a field has been set.