setEncryptionType method

void setEncryptionType(
  1. TrackierEncryptionType encryptionType
)

Implementation

void setEncryptionType(TrackierEncryptionType encryptionType) {
  this.encryptionType = encryptionType;
}