[ Compact ]
public class PassKey
This type represents a pass-key.
A pass-key and a password are two different concepts: a password is given by the user in plain text. A pass-key is the generated symmetric key used for encryption and decryption. It is derived from a salt and the user- provided password.