|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.security.KeyAndCert
public class KeyAndCert
Constructor Summary | |
---|---|
KeyAndCert(java.security.PrivateKey privateKey,
java.security.cert.X509Certificate... certificates)
|
Method Summary | |
---|---|
java.security.cert.X509Certificate |
getCertificate()
|
java.security.PrivateKey |
getPrivateKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyAndCert(java.security.PrivateKey privateKey, java.security.cert.X509Certificate... certificates)
Method Detail |
---|
public java.security.PrivateKey getPrivateKey()
public java.security.cert.X509Certificate getCertificate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |