Uses of Class
io.keyko.nevermined.exceptions.EncryptionException
-
Packages that use EncryptionException Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager -
-
Uses of EncryptionException in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that throw EncryptionException Modifier and Type Method Description StringSecretStoreAPI. decrypt(String documentId, String encryptedContent)Decrypts a document using Secret StoreStringSecretStoreAPI. encrypt(String documentId, String content, int threshold)Encrypts a document using Secret Store -
Uses of EncryptionException in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that throw EncryptionException Modifier and Type Method Description StringSecretStoreImpl. decrypt(String documentId, String encryptedContent)StringSecretStoreImpl. encrypt(String documentId, String content, int threshold) -
Uses of EncryptionException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw EncryptionException Modifier and Type Method Description StringSecretStoreManager. decryptDocument(String resourceId, String encryptedContent)Decrypts a document using Secret StoreStringSecretStoreManager. encryptDocument(String resourceId, String content, int threshold)Encrypts a document using Secret StoreList<AssetMetadata.File>BaseManager. getDecriptedSecretStoreMetadataFiles(DDO ddo)List<AssetMetadata.File>BaseManager. getDecriptedSecretStoreMetadataFiles(DDO ddo, int retries)
-