Searched defs:HMAC_SHA1 (Results 1 – 5 of 5) sorted by relevance
31 HMAC_SHA1, enumerator
189 #define HMAC_SHA1 3 macro
34 class HMAC_SHA1 extends OAuthSignatureMethod { class
53 public static final String HMAC_SHA1 = "HMAC-SHA1"; field in OAuth
32 public static final Name HMAC_SHA1 = Name.fromConstantString(HMAC_SHA1_STR); field in TSIG