com.sun.xml.ws.security.opt.impl.util
Class CertificateRetriever
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.CertificateRetriever
public class CertificateRetriever
- extends Object
- Author:
- suresh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pipeConfig
protected TubeConfiguration pipeConfig
CertificateRetriever
public CertificateRetriever()
getBSTFromIdentityExtension
public byte[] getBSTFromIdentityExtension(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
getServerKeyStore
public Certificate getServerKeyStore(com.sun.xml.ws.api.server.WSEndpoint wse)
throws IOException,
XWSSecurityException
- Throws:
IOException
XWSSecurityException
constructCertificate
public X509Certificate constructCertificate(byte[] bstValue)
checkforEPRIdentity
public boolean checkforEPRIdentity(com.sun.xml.ws.api.server.WSEndpoint wse,
QName eprQName)
setServerCertInTheContext
public boolean setServerCertInTheContext(ProcessingContextImpl ctx,
SecurityEnvironment secEnv,
X509Certificate serverCert)
setServerCertInTheSTSConfig
public boolean setServerCertInTheSTSConfig(STSIssuedTokenConfiguration config,
SecurityEnvironment secEnv,
X509Certificate serverCert)
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.