Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.14 KB

File metadata and controls

134 lines (73 loc) · 5.14 KB

CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

Properties

Name Type Description Notes
ECDSA Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData [optional]
RSA Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData [optional]
Ed448 Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData [optional]
Ed25519 Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData [optional]

Methods

NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

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

NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults

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

GetECDSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetECDSA() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

GetECDSA returns the ECDSA field if non-nil, zero value otherwise.

GetECDSAOk

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.

SetECDSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetECDSA(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)

SetECDSA sets ECDSA field to given value.

HasECDSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasECDSA() bool

HasECDSA returns a boolean if a field has been set.

GetRSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetRSA() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

GetRSA returns the RSA field if non-nil, zero value otherwise.

GetRSAOk

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.

SetRSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetRSA(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)

SetRSA sets RSA field to given value.

HasRSA

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasRSA() bool

HasRSA returns a boolean if a field has been set.

GetEd448

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd448() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

GetEd448 returns the Ed448 field if non-nil, zero value otherwise.

GetEd448Ok

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.

SetEd448

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd448(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)

SetEd448 sets Ed448 field to given value.

HasEd448

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd448() bool

HasEd448 returns a boolean if a field has been set.

GetEd25519

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd25519() CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

GetEd25519 returns the Ed25519 field if non-nil, zero value otherwise.

GetEd25519Ok

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.

SetEd25519

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd25519(v CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData)

SetEd25519 sets Ed25519 field to given value.

HasEd25519

func (o *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd25519() bool

HasEd25519 returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]