org.openqa.selenium.security
Class KeyAndCert

java.lang.Object
  extended by org.openqa.selenium.security.KeyAndCert

public class KeyAndCert
extends Object


Constructor Summary
KeyAndCert(PrivateKey privateKey, X509Certificate... certificates)
           
 
Method Summary
 X509Certificate getCertificate()
           
 PrivateKey getPrivateKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyAndCert

public KeyAndCert(PrivateKey privateKey,
                  X509Certificate... certificates)
Method Detail

getPrivateKey

public PrivateKey getPrivateKey()

getCertificate

public X509Certificate getCertificate()


Copyright © 2012. All Rights Reserved.