Uses of Interface
com.jayway.restassured.internal.KeystoreSpec

Packages that use KeystoreSpec
com.jayway.restassured   
com.jayway.restassured.internal   
 

Uses of KeystoreSpec in com.jayway.restassured
 

Methods in com.jayway.restassured that return KeystoreSpec
static KeystoreSpec RestAssured.keystore()
           
static KeystoreSpec RestAssured.keystore(File pathToJks, String password)
          Use a keystore located on the file-system.
static KeystoreSpec RestAssured.keystore(String password)
          Uses the user default keystore stored in @{user.home}/.keystore
static KeystoreSpec RestAssured.keystore(String pathToJks, String password)
          The following documentation is taken from http://groovy.codehaus.org/modules/http-builder/doc/ssl.html:
 

Uses of KeystoreSpec in com.jayway.restassured.internal
 

Classes in com.jayway.restassured.internal that implement KeystoreSpec
 class KeystoreSpecImpl
           
 class NoKeystoreSpecImpl
           
 

Constructors in com.jayway.restassured.internal with parameters of type KeystoreSpec
RequestSpecificationImpl(String baseURI, int requestPort, String basePath, AuthenticationScheme defaultAuthScheme, List<Filter> filters, KeystoreSpec keyStoreSpec, Object defaultRequestContentType, RequestSpecification defaultSpec, boolean urlEncode, RestAssuredConfig restAssuredConfig)
           
 



Copyright © 2010-2011. All Rights Reserved.