Class OA4MPResponse
- java.lang.Object
-
- org.oa4mp.client.api.OA4MPResponse
-
- All Implemented Interfaces:
Response
public class OA4MPResponse extends Object implements Response
Response from initial call to theOA4MPService
. This will contain the redirect and private key that was created. The resulting certificate will not be usable unless this key is available, so it is up to clients to store this someplace.Created by Jeff Gaynor
on May 16, 2011 at 3:30:27 PM
-
-
Constructor Summary
Constructors Constructor Description OA4MPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKey
getPrivateKey()
URI
getRedirect()
void
setPrivateKey(PrivateKey privateKey)
void
setRedirect(URI redirect)
String
toString()
-
-
-
Method Detail
-
getRedirect
public URI getRedirect()
-
setRedirect
public void setRedirect(URI redirect)
-
getPrivateKey
public PrivateKey getPrivateKey()
-
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
-
-