|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyCertificate
Wraps information about a new proxy which was generated by the ProxyGenerator
.
ProxyGenerator
Method Summary | |
---|---|
X509Certificate[] |
getCertificateChain()
Returns the certificate chain of the proxy. |
X509Credential |
getCredential()
Returns the X509Credential wrapping the generated private key and proxy certificate. |
PrivateKey |
getPrivateKey()
Returns the generated private key of this proxy. |
boolean |
hasPrivateKey()
|
Method Detail |
---|
X509Certificate[] getCertificateChain()
PrivateKey getPrivateKey() throws IllegalStateException
IllegalStateException
- if the private and public keys were not generatedX509Credential getCredential() throws IllegalStateException
X509Credential
IllegalStateException
- if the private and public keys were not generatedboolean hasPrivateKey()
getPrivateKey()
and getCredential()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |