class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::Scep::Entry::Algorithm::Rsa
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 152810 def _section :'rsa' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 152807 def has_multiple_values? false end
rsa_nbits()
click to toggle source
Length of the key
# File lib/palo_alto/config.rb, line 152820 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 152824 def rsa_nbits=(val) prop_set('rsa-nbits', val) end