Uses of Class
org.jscep.client.Client.Builder

Uses of Client.Builder in org.jscep.client
 

Methods in org.jscep.client that return Client.Builder
 Client.Builder Client.Builder.caFingerprint(byte[] fingerprint, String hashAlgorithm)
          Sets the expected CA fingerprint.
 Client.Builder Client.Builder.caIdentifier(String caIdentifier)
          Sets the CA identity string.
 Client.Builder Client.Builder.callbackHandler(CallbackHandler callbackHandler)
          Sets a CallbackHandler to use for handling the fingerprint verification callback.
 Client.Builder Client.Builder.identity(X509Certificate identity, KeyPair keyPair)
          Sets the identity of the SCEP client.
 Client.Builder Client.Builder.proxy(Proxy proxy)
          Sets the Proxy needed to access the SCEP server, if any.
 Client.Builder Client.Builder.url(URL url)
          Sets the URL of the SCEP server.
 



Copyright © 2010. All Rights Reserved.