Method: CyberSource::KeyParameters#encryption_type

Defined in:
lib/cyberSource_client/models/key_parameters.rb

#encryption_typeObject

How the card number should be encrypted in the subsequent Tokenize Card request. Possible values are RsaOaep256 or None (if using this value the card number must be in plain text when included in the Tokenize Card request). The Tokenize Card request uses a secure connection (TLS 1.2+) regardless of what encryption type is specified.



18
19
20
# File 'lib/cyberSource_client/models/key_parameters.rb', line 18

def encryption_type
  @encryption_type
end