class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::Scep::Entry::Algorithm::Rsa
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 334119 def _section :'rsa' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 334116 def has_multiple_values? false end
rsa_nbits()
click to toggle source
Length of the key
# File lib/palo_alto/config.rb, line 334129 def rsa_nbits prop_get('rsa-nbits') end
rsa_nbits=(val)
click to toggle source
Length of the key
# File lib/palo_alto/config.rb, line 334133 def rsa_nbits=(val) prop_set('rsa-nbits', val) end