Class: DynamicPDFApi::SecurityType

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/SecurityType.rb

Overview

Represents different types of the security.

Constant Summary collapse

AES_128 =

AES 128 bit security.

'aes128'.freeze
AES_256 =

AES 256 bit security.

'aes256'.freeze
RC_4128 =

RC4 128 bit security.

'aC4128'.freeze