Apache CXF API

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

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

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

Methods in org.apache.cxf.rs.security.oauth2.tokens.hawk 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 are declared.
 

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


Apache CXF API

Apache CXF