- generateAESKey() - Method in interface eu.h2020.helios_social.core.security.HeliosCrypto
-
Generates a random AES key.
- generateAESKey() - Method in class eu.h2020.helios_social.core.security.HeliosCryptoManager
-
- generateRSAKeyPair() - Method in interface eu.h2020.helios_social.core.security.HeliosCrypto
-
Generates a random RSA 2048 bit public key - private key pair for encryption or signing.
- generateRSAKeyPair() - Method in class eu.h2020.helios_social.core.security.HeliosCryptoManager
-
- getAccessRules(String) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlManager
-
Gets the table of access control rules for a file
The rules are of type {action,userID,"userID"}
or {action,attribute,"egonetworkattribute"} and grant access for
action to users with mentioned userID or attribute.
- getAliases() - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Get the aliases (names) of all items in the key store.
- getAliases() - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- getInstance() - Static method in class eu.h2020.helios_social.core.security.HeliosAccessControlManager
-
Get the singleton instance of this Manager.
- getInstance() - Static method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesList
-
Get instance of this class.
- getInstance() - Static method in class eu.h2020.helios_social.core.security.HeliosCryptoManager
-
Get the singleton instance of this Manager.
- getRulesForFiles() - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesList
-