C D E G O S V 

C

CryptoUtils - Interface in org.phenotips.security.encryption
Utilities for easy encryption and decryption.

D

decryptWithSystemKey(String) - Method in interface org.phenotips.security.encryption.CryptoUtils
Decrypt a message using the system-wide encryption key.
digest(String) - Method in interface org.phenotips.security.encryption.CryptoUtils
Compute a strong digest (one-way hash) of a message.

E

encryptWithSystemKey(String) - Method in interface org.phenotips.security.encryption.CryptoUtils
Encrypt a message using the system-wide encryption key.

G

getSystemPassword() - Method in interface org.phenotips.security.encryption.SystemPasswordConfiguration.ConfigurationModule
Get the system password configured for this module, if any.
getSystemPassword() - Method in interface org.phenotips.security.encryption.SystemPasswordConfiguration
Get the configured system password.

O

org.phenotips.security.encryption - package org.phenotips.security.encryption
 

S

SystemPasswordConfiguration - Interface in org.phenotips.security.encryption
Retrieves the system password using a configured mechanism.
SystemPasswordConfiguration.ConfigurationModule - Interface in org.phenotips.security.encryption
A specific way of configuring the system password, for example from a configuration file on the filesystem, a prompt during client requests, or fetching from a remote host.

V

validateDigest(String, String) - Method in interface org.phenotips.security.encryption.CryptoUtils
Check that a given message does match a previously computed digest.
C D E G O S V 

Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.