public class HttpSignatureAuthSchemeProvider extends Object implements org.apache.http.auth.AuthSchemeProvider
HttpSignatureAuthScheme.| Constructor and Description |
|---|
HttpSignatureAuthSchemeProvider(KeyPair keyPair,
boolean useNativeCodeToSign)
Create a new instance of the provider.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.auth.AuthScheme |
create(org.apache.http.protocol.HttpContext context)
Creates an instance of
AuthScheme. |
public HttpSignatureAuthSchemeProvider(KeyPair keyPair, boolean useNativeCodeToSign)
keyPair - Public/private keypair object used to sign HTTP requests.useNativeCodeToSign - true to enable native code acceleration of cryptographic singingCopyright © 2015–2016 Joyent. All rights reserved.