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