cisco_ios_xr_lib_keychain_oper_keychain_keys_key

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-lib-keychain-oper:keychain/keys/key

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyChain

type KeyChain struct {
	AcceptTolerance      string      `protobuf:"bytes,50,opt,name=accept_tolerance,json=acceptTolerance,proto3" json:"accept_tolerance,omitempty"`
	Key                  *KeyIdEntry `protobuf:"bytes,51,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*KeyChain) Descriptor

func (*KeyChain) Descriptor() ([]byte, []int)

func (*KeyChain) GetAcceptTolerance

func (m *KeyChain) GetAcceptTolerance() string

func (*KeyChain) GetKey

func (m *KeyChain) GetKey() *KeyIdEntry

func (*KeyChain) ProtoMessage

func (*KeyChain) ProtoMessage()

func (*KeyChain) Reset

func (m *KeyChain) Reset()

func (*KeyChain) String

func (m *KeyChain) String() string

func (*KeyChain) XXX_DiscardUnknown

func (m *KeyChain) XXX_DiscardUnknown()

func (*KeyChain) XXX_Marshal

func (m *KeyChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyChain) XXX_Merge

func (m *KeyChain) XXX_Merge(src proto.Message)

func (*KeyChain) XXX_Size

func (m *KeyChain) XXX_Size() int

func (*KeyChain) XXX_Unmarshal

func (m *KeyChain) XXX_Unmarshal(b []byte) error

type KeyChain_KEYS

type KeyChain_KEYS struct {
	KeyName              string   `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyChain_KEYS) Descriptor

func (*KeyChain_KEYS) Descriptor() ([]byte, []int)

func (*KeyChain_KEYS) GetKeyName

func (m *KeyChain_KEYS) GetKeyName() string

func (*KeyChain_KEYS) ProtoMessage

func (*KeyChain_KEYS) ProtoMessage()

func (*KeyChain_KEYS) Reset

func (m *KeyChain_KEYS) Reset()

func (*KeyChain_KEYS) String

func (m *KeyChain_KEYS) String() string

func (*KeyChain_KEYS) XXX_DiscardUnknown

func (m *KeyChain_KEYS) XXX_DiscardUnknown()

func (*KeyChain_KEYS) XXX_Marshal

func (m *KeyChain_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyChain_KEYS) XXX_Merge

func (m *KeyChain_KEYS) XXX_Merge(src proto.Message)

func (*KeyChain_KEYS) XXX_Size

func (m *KeyChain_KEYS) XXX_Size() int

func (*KeyChain_KEYS) XXX_Unmarshal

func (m *KeyChain_KEYS) XXX_Unmarshal(b []byte) error

type KeyIdEntry

type KeyIdEntry struct {
	KeyId                []*KeyIdItem `protobuf:"bytes,1,rep,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*KeyIdEntry) Descriptor

func (*KeyIdEntry) Descriptor() ([]byte, []int)

func (*KeyIdEntry) GetKeyId

func (m *KeyIdEntry) GetKeyId() []*KeyIdItem

func (*KeyIdEntry) ProtoMessage

func (*KeyIdEntry) ProtoMessage()

func (*KeyIdEntry) Reset

func (m *KeyIdEntry) Reset()

func (*KeyIdEntry) String

func (m *KeyIdEntry) String() string

func (*KeyIdEntry) XXX_DiscardUnknown

func (m *KeyIdEntry) XXX_DiscardUnknown()

func (*KeyIdEntry) XXX_Marshal

func (m *KeyIdEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyIdEntry) XXX_Merge

func (m *KeyIdEntry) XXX_Merge(src proto.Message)

func (*KeyIdEntry) XXX_Size

func (m *KeyIdEntry) XXX_Size() int

func (*KeyIdEntry) XXX_Unmarshal

func (m *KeyIdEntry) XXX_Unmarshal(b []byte) error

type KeyIdItem

type KeyIdItem struct {
	Macsec                 *Macsec   `protobuf:"bytes,1,opt,name=macsec,proto3" json:"macsec,omitempty"`
	KeyString              string    `protobuf:"bytes,2,opt,name=key_string,json=keyString,proto3" json:"key_string,omitempty"`
	Type                   string    `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	KeyId                  string    `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	CryptographicAlgorithm string    `` /* 127-byte string literal not displayed */
	SendLifetime           *Lifetime `protobuf:"bytes,6,opt,name=send_lifetime,json=sendLifetime,proto3" json:"send_lifetime,omitempty"`
	AcceptLifetime         *Lifetime `protobuf:"bytes,7,opt,name=accept_lifetime,json=acceptLifetime,proto3" json:"accept_lifetime,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}  `json:"-"`
	XXX_unrecognized       []byte    `json:"-"`
	XXX_sizecache          int32     `json:"-"`
}

func (*KeyIdItem) Descriptor

func (*KeyIdItem) Descriptor() ([]byte, []int)

func (*KeyIdItem) GetAcceptLifetime

func (m *KeyIdItem) GetAcceptLifetime() *Lifetime

func (*KeyIdItem) GetCryptographicAlgorithm

func (m *KeyIdItem) GetCryptographicAlgorithm() string

func (*KeyIdItem) GetKeyId

func (m *KeyIdItem) GetKeyId() string

func (*KeyIdItem) GetKeyString

func (m *KeyIdItem) GetKeyString() string

func (*KeyIdItem) GetMacsec

func (m *KeyIdItem) GetMacsec() *Macsec

func (*KeyIdItem) GetSendLifetime

func (m *KeyIdItem) GetSendLifetime() *Lifetime

func (*KeyIdItem) GetType

func (m *KeyIdItem) GetType() string

func (*KeyIdItem) ProtoMessage

func (*KeyIdItem) ProtoMessage()

func (*KeyIdItem) Reset

func (m *KeyIdItem) Reset()

func (*KeyIdItem) String

func (m *KeyIdItem) String() string

func (*KeyIdItem) XXX_DiscardUnknown

func (m *KeyIdItem) XXX_DiscardUnknown()

func (*KeyIdItem) XXX_Marshal

func (m *KeyIdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyIdItem) XXX_Merge

func (m *KeyIdItem) XXX_Merge(src proto.Message)

func (*KeyIdItem) XXX_Size

func (m *KeyIdItem) XXX_Size() int

func (*KeyIdItem) XXX_Unmarshal

func (m *KeyIdItem) XXX_Unmarshal(b []byte) error

type Lifetime

type Lifetime struct {
	Start                string   `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  string   `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Duration             string   `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"`
	IsAlwaysValid        bool     `protobuf:"varint,4,opt,name=is_always_valid,json=isAlwaysValid,proto3" json:"is_always_valid,omitempty"`
	IsValidNow           bool     `protobuf:"varint,5,opt,name=is_valid_now,json=isValidNow,proto3" json:"is_valid_now,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Lifetime) Descriptor

func (*Lifetime) Descriptor() ([]byte, []int)

func (*Lifetime) GetDuration

func (m *Lifetime) GetDuration() string

func (*Lifetime) GetEnd

func (m *Lifetime) GetEnd() string

func (*Lifetime) GetIsAlwaysValid

func (m *Lifetime) GetIsAlwaysValid() bool

func (*Lifetime) GetIsValidNow

func (m *Lifetime) GetIsValidNow() bool

func (*Lifetime) GetStart

func (m *Lifetime) GetStart() string

func (*Lifetime) ProtoMessage

func (*Lifetime) ProtoMessage()

func (*Lifetime) Reset

func (m *Lifetime) Reset()

func (*Lifetime) String

func (m *Lifetime) String() string

func (*Lifetime) XXX_DiscardUnknown

func (m *Lifetime) XXX_DiscardUnknown()

func (*Lifetime) XXX_Marshal

func (m *Lifetime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Lifetime) XXX_Merge

func (m *Lifetime) XXX_Merge(src proto.Message)

func (*Lifetime) XXX_Size

func (m *Lifetime) XXX_Size() int

func (*Lifetime) XXX_Unmarshal

func (m *Lifetime) XXX_Unmarshal(b []byte) error

type Macsec

type Macsec struct {
	IsMacsecKey          bool     `protobuf:"varint,1,opt,name=is_macsec_key,json=isMacsecKey,proto3" json:"is_macsec_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Macsec) Descriptor

func (*Macsec) Descriptor() ([]byte, []int)

func (*Macsec) GetIsMacsecKey

func (m *Macsec) GetIsMacsecKey() bool

func (*Macsec) ProtoMessage

func (*Macsec) ProtoMessage()

func (*Macsec) Reset

func (m *Macsec) Reset()

func (*Macsec) String

func (m *Macsec) String() string

func (*Macsec) XXX_DiscardUnknown

func (m *Macsec) XXX_DiscardUnknown()

func (*Macsec) XXX_Marshal

func (m *Macsec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Macsec) XXX_Merge

func (m *Macsec) XXX_Merge(src proto.Message)

func (*Macsec) XXX_Size

func (m *Macsec) XXX_Size() int

func (*Macsec) XXX_Unmarshal

func (m *Macsec) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL