Class: AuthorizeNet::API::EncryptionAlgorithmType

Inherits:
String
  • Object
show all
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdEncryptionAlgorithmType

Constant Summary collapse

AES =
EncryptionAlgorithmType.new("AES")
RSA =
EncryptionAlgorithmType.new("RSA")
TDES =
EncryptionAlgorithmType.new("TDES")