public interface ProxyCertificate
ProxyGenerator
.ProxyGenerator
Modifier and Type | Method and Description |
---|---|
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() |
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()
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.