org.openqa.selenium.security
Class KeyAndCert
java.lang.Object
org.openqa.selenium.security.KeyAndCert
public class KeyAndCert
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyAndCert
public KeyAndCert(PrivateKey privateKey,
X509Certificate... certificates)
getPrivateKey
public PrivateKey getPrivateKey()
getCertificate
public X509Certificate getCertificate()
Copyright © 2013. All rights reserved.