public class OAuth2ClientSigner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HmacSHA256 |
Constructor and Description |
---|
OAuth2ClientSigner() |
Modifier and Type | Method and Description |
---|---|
static javax.crypto.Mac |
getInitializedMac(java.lang.String sharedSecret) |
public static final java.lang.String HmacSHA256