setEncryptionKey method

void setEncryptionKey(
  1. String encryptionKey
)

Implementation

void setEncryptionKey(String encryptionKey) {
  this.encryptionKey = encryptionKey;
}