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