Uses of Class
net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
Packages that use PublicKeyWs
Package
Description
-
Uses of PublicKeyWs in net.spreadsheetspace.sdk
Method parameters in net.spreadsheetspace.sdk with type arguments of type PublicKeyWsModifier and TypeMethodDescriptionstatic byte[]SdkKeyMgmtUtil.encrypt(byte[] inpBytes, List<PublicKeyWs> listPublicKeys, boolean viewEncrypted) static booleanSdkKeyMgmtUtil.isViewEncrypted(List<PublicKeyWs> listPublicKeysRecipients) -
Uses of PublicKeyWs in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator that return types with arguments of type PublicKeyWsModifier and TypeMethodDescriptionstatic List<PublicKeyWs> OrchestratorKeyMgmtUtil.getPublicKeys(String username, String password, String token, String viewId, String viewServer) static List<PublicKeyWs> OrchestratorKeyMgmtUtil.getPublicKeys(String username, String password, String token, Set<String> emailList) Methods in net.spreadsheetspace.sdk.orchestrator with parameters of type PublicKeyWsModifier and TypeMethodDescriptionstatic intOrchestratorKeyMgmtUtil.sendPublicKey(PublicKeyWs publicKeyWs, String username, String password, String token) -
Uses of PublicKeyWs in net.spreadsheetspace.sdk.orchestrator.model
Fields in net.spreadsheetspace.sdk.orchestrator.model with type parameters of type PublicKeyWsMethods in net.spreadsheetspace.sdk.orchestrator.model that return types with arguments of type PublicKeyWsMethod parameters in net.spreadsheetspace.sdk.orchestrator.model with type arguments of type PublicKeyWsModifier and TypeMethodDescriptionvoidPublicKeysResponse.setPublicKeys(List<PublicKeyWs> publicKeys) Constructor parameters in net.spreadsheetspace.sdk.orchestrator.model with type arguments of type PublicKeyWs