Documentation
¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func CredentialInfoHighestSupportedFlexVersion() int16
- func CredentialInfoHighestSupportedVersion() int16
- func CredentialInfoLowestSupportedFlexVersion() int16
- func CredentialInfoLowestSupportedVersion() int16
- type CredentialInfo
- func (o *CredentialInfo) Clear()
- func (o *CredentialInfo) Equal(that *CredentialInfo) bool
- func (o *CredentialInfo) IsNil() bool
- func (o *CredentialInfo) Iterations() int32
- func (o *CredentialInfo) MarshalJSON() ([]byte, error)
- func (o *CredentialInfo) Mechanism() int8
- func (o *CredentialInfo) Read(buf *bytes.Reader, version int16) error
- func (o *CredentialInfo) Release()
- func (o *CredentialInfo) SetDefault()
- func (o *CredentialInfo) SetIterations(val int32)
- func (o *CredentialInfo) SetMechanism(val int8)
- func (o *CredentialInfo) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *CredentialInfo) SizeInBytes(version int16) (int, error)
- func (o *CredentialInfo) String() string
- func (o *CredentialInfo) UnknownTaggedFields() []fields.RawTaggedField
- func (o *CredentialInfo) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CredentialInfoHighestSupportedFlexVersion ¶
func CredentialInfoHighestSupportedFlexVersion() int16
func CredentialInfoHighestSupportedVersion ¶
func CredentialInfoHighestSupportedVersion() int16
func CredentialInfoLowestSupportedFlexVersion ¶
func CredentialInfoLowestSupportedFlexVersion() int16
func CredentialInfoLowestSupportedVersion ¶
func CredentialInfoLowestSupportedVersion() int16
Types ¶
type CredentialInfo ¶
type CredentialInfo struct {
// contains filtered or unexported fields
}
func CredentialInfoDefault ¶
func CredentialInfoDefault() CredentialInfo
func (*CredentialInfo) Clear ¶
func (o *CredentialInfo) Clear()
func (*CredentialInfo) Equal ¶
func (o *CredentialInfo) Equal(that *CredentialInfo) bool
func (*CredentialInfo) IsNil ¶
func (o *CredentialInfo) IsNil() bool
func (*CredentialInfo) Iterations ¶
func (o *CredentialInfo) Iterations() int32
func (*CredentialInfo) MarshalJSON ¶
func (o *CredentialInfo) MarshalJSON() ([]byte, error)
func (*CredentialInfo) Mechanism ¶
func (o *CredentialInfo) Mechanism() int8
func (*CredentialInfo) Release ¶
func (o *CredentialInfo) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*CredentialInfo) SetDefault ¶
func (o *CredentialInfo) SetDefault()
func (*CredentialInfo) SetIterations ¶
func (o *CredentialInfo) SetIterations(val int32)
func (*CredentialInfo) SetMechanism ¶
func (o *CredentialInfo) SetMechanism(val int8)
func (*CredentialInfo) SetUnknownTaggedFields ¶
func (o *CredentialInfo) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*CredentialInfo) SizeInBytes ¶
func (o *CredentialInfo) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*CredentialInfo) String ¶
func (o *CredentialInfo) String() string
func (*CredentialInfo) UnknownTaggedFields ¶
func (o *CredentialInfo) UnknownTaggedFields() []fields.RawTaggedField
func (*CredentialInfo) Write ¶
func (o *CredentialInfo) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.