Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR lib-keychain-masterkey-aes package configuration.
This module contains definitions for the following management objects:
password: Configure masterkey
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyEncryption ¶
type KeyEncryption string
KeyEncryption represents Key encryption
const ( // Type6 KeyEncryption_type6 KeyEncryption = "type6" )
type Password ¶
type Password struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Enable password encryption. Encryption Password_Encryption }
Password Configure masterkey
func (*Password) GetEntityData ¶
func (password *Password) GetEntityData() *types.CommonEntityData
type Password_Encryption ¶
type Password_Encryption struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // encryption type used to store key. The type is KeyEncryption. Aes interface{} }
Password_Encryption Enable password encryption
func (*Password_Encryption) GetEntityData ¶
func (encryption *Password_Encryption) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.