Class OA4MPResponse

  • All Implemented Interfaces:
    Response

    public class OA4MPResponse
    extends Object
    implements Response
    Response from initial call to the OA4MPService. 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 Detail

      • OA4MPResponse

        public OA4MPResponse()
    • Method Detail

      • getRedirect

        public URI getRedirect()
      • setRedirect

        public void setRedirect​(URI redirect)
      • getPrivateKey

        public PrivateKey getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(PrivateKey privateKey)