- saveAllRules() - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlManager
-
Save current rules to a file.
- SelfSignedCert - Class in eu.h2020.helios_social.core.security
-
Build self signed certificate using tools from Spongy Castle
cryptographic library.
- SelfSignedCert() - Constructor for class eu.h2020.helios_social.core.security.SelfSignedCert
-
- setAccessRules(String, HeliosAccessControlRulesTable) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlManager
-
Sets a access control rule table for a file.
- signBytes(PrivateKey, byte[]) - Method in interface eu.h2020.helios_social.core.security.HeliosCrypto
-
Signs a byte array using RSA and SHA 256.
- signBytes(PrivateKey, byte[]) - Method in class eu.h2020.helios_social.core.security.HeliosCryptoManager
-
- storeCertificate(Certificate, String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Stores a certificate to the key store.
- storeCertificate(Certificate, String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- storePrivateKey(PrivateKey, String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Stores a private RSA key (and a self signed certificate) to the key store.
- storePrivateKey(PrivateKey, String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- storeSecretKey(SecretKey, String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Stores an AES key to the key store.
- storeSecretKey(SecretKey, String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-