Uses of Class
com.quartzdesk.api.web.security.SecurityToken

Packages that use SecurityToken
com.quartzdesk.api.web.security   
 

Uses of SecurityToken in com.quartzdesk.api.web.security
 

Methods in com.quartzdesk.api.web.security that return SecurityToken
static SecurityToken SecurityTokenUtils.decrypt(String symmetricKey, String securityTokenStr)
          Decrypts the specified encrypted security token using the provided symmetric (AES) key.
 

Methods in com.quartzdesk.api.web.security with parameters of type SecurityToken
static String SecurityTokenUtils.encrypt(String symmetricKey, SecurityToken securityToken)
          Encrypts the specified security token using the provided symmetric (AES) key.
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.