Uses of Class
com.seclore.fs.helper.exception.FSHelperException
Packages that use FSHelperException
-
Uses of FSHelperException in com.seclore.fs.helper.crypto
Constructors in com.seclore.fs.helper.crypto that throw FSHelperExceptionModifierConstructorDescriptionDefaultCryptoHandler(String pKeyXML, int pKeyLength, String pKeyID, String pChainingMode, String pPadding) Creates the object of CryptoHandler. -
Uses of FSHelperException in com.seclore.fs.helper.library
Methods in com.seclore.fs.helper.library that throw FSHelperExceptionModifier and TypeMethodDescriptionFSHelper.createPSConnection()This method returns an authenticated user connection for the Policy Server which is passed as XML inFSHelperLibrary.initializeHelper(String, String, String, CryptoHandler).com.seclore.fs.ws.client.encryption.jwe.JWTDataFSHelper.decryptJWEToken(String pJWEToken) Decrypt and validate the JWE token.FSHelper.getCustomAttributesFromHTMLFile(String pFilePath) This method returns the custom attributes from Seclore HTML wrapped file.FSHelper.getFileHeader(String pFilePath) This method returns the header XML of the protected or HTML wrapped file.This method returns the File Identifier of protected or HTML wrapped file.static FSHelperGet an instance ofFSHelperfor the given identifier.FSHelper.getHTMLWrappedFileId(String pFilePath) This method returns the File Identifier of Seclore HTML wrapped file.FSHelper.getLocaleFromHTMLFile(String pFilePath) This method returns the Locale of Seclore HTML wrapped file.FSHelper.getPSConnection()This method returns an authenticated user connection for the Policy Server which is passed as XML inFSHelperLibrary.initializeHelper(String, String, String, CryptoHandler).FSHelper.getSmailBodyBuffer(PSConnection pPSConnection, String pOutputFolderPath) This method returnsIMailBodyfor seclore protected mail.static voidFSHelperLibrary.initialize(ISecloreSDKLogger pLogger, String pConfigXML) This method initializes the library.static voidFSHelperLibrary.initialize(String pConfigXML) This method initializes the library.static FSHelperFSHelperLibrary.initializeHelper(String pFSHelperId, String pResourcePath, String pServerConfigXml) This method acts as the single point of entry for the connection to the Policy Server.static FSHelperFSHelperLibrary.initializeHelper(String pFSHelperId, String pResourceDir, String pServerConfigXml, com.seclore.fs.ws.client.pscp.CryptoHandler pCryptoHandler) This method acts as the single point of entry for the connection to the Policy Server.booleanFSHelper.isBasicProtectionSupported(String pstrFileName) This methods check if the provided filename is supported for basic protection.booleanFSHelper.isHTMLWrapped(String pHtmlWrappedFile) This method checks whether the given file is HTML wrapped or not.booleanFSHelper.isHTMLWrapSupported(String pFilePath) This method will assert whether the file given can be HTML wrapped or not.booleanFSHelper.isProtectedFile(byte[] pFileData) This method returns whether passed bytes are of Seclore protected file or not.booleanFSHelper.isProtectedFile(String pFilePath) This method returns whether a file is Seclore protected or not.booleanFSHelper.isSupportedFile(String pFilePath) This method returns whether a file is of Seclore supported extension or not.FSHelper.protectAndGetSMail(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectAndWrap(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the given unprotected input file using protection details and wraps (convert) it into HTML file and returns object of ProtectedFile This wrapped HTML file will replace the file at pFilePath and name of the HTML file will be same as filename followed by ".html" suffix.FSHelper.protectMailBody(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectX(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the input file with specific protection details.voidFSHelper.releasePSConnection(PSConnection pPSConnection) This method releases the authenticated PSConnection which has been passed as input parameter.FSHelper.sendRequest(PSConnection pPSConnection, int pRequestType, String pRequestXML) This method will send a request to the Seclore Policy Server.static voidFSHelperLibrary.terminate()This method should be called as part of the termination process of the calling application.static voidFSHelperLibrary.terminateHelper(String pFSHelperId) This method removes theFSHelperassociated with the current identifier.FSHelper.unprotectMailBody(PSConnection pPSConnection, IProtectedMailInput pProtectedMailInput, String pActivityComments) This method unprotects a protected mail file.voidFSHelper.unprotectX(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, String pActivityComments) This method unprotects a file.This method unwrap (converts) warpped HTML file into native file and return absolute file location of unwrapped file.FSHelper.unwrapAndUnprotect(PSConnection pPSConnection, String pstrFilePath, String pstrDisplayFilePath, String pstrActivityComments) This method is used to unwrap and unprotect the seclore protected seclore supported and basic files.FSHelper.wrap(PSConnection pPSConnection, WrapperInputDetails pWrapperInputDetails) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName, String pcustomAttributeData) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.