HmsCipherFactory constructor

HmsCipherFactory()

Implementation

HmsCipherFactory() {
  storeKey = null;
  password = null;
  userAuthenticationRequired = true;
}