Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.tokens.mac.HmacAlgorithm

Packages that use HmacAlgorithm
org.apache.cxf.rs.security.oauth2.tokens.mac   
 

Uses of HmacAlgorithm in org.apache.cxf.rs.security.oauth2.tokens.mac
 

Methods in org.apache.cxf.rs.security.oauth2.tokens.mac that return HmacAlgorithm
static HmacAlgorithm HmacAlgorithm.toHmacAlgorithm(String value)
           
static HmacAlgorithm HmacAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HmacAlgorithm[] HmacAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.rs.security.oauth2.tokens.mac with parameters of type HmacAlgorithm
static byte[] HmacUtils.computeHmac(String key, HmacAlgorithm algo, String data)
          Computes HMAC value using the given parameters.
static String HmacUtils.generateSecret(HmacAlgorithm algo)
           
 

Constructors in org.apache.cxf.rs.security.oauth2.tokens.mac with parameters of type HmacAlgorithm
MacAccessToken(Client client, HmacAlgorithm macAlgo, long lifetime)
           
MacAccessToken(Client client, HmacAlgorithm algo, String tokenKey, long lifetime, long issuedAt)
           
MacAccessToken(Client client, HmacAlgorithm algo, String tokenKey, String macKey, long lifetime, long issuedAt)
           
 


Apache CXF API

Apache CXF