org.apache.cxf.ws.security.trust
Class AbstractSTSClient.STSResponse
java.lang.Object
org.apache.cxf.ws.security.trust.AbstractSTSClient.STSResponse
- Enclosing class:
- AbstractSTSClient
protected static class AbstractSTSClient.STSResponse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSTSClient.STSResponse
public AbstractSTSClient.STSResponse(DOMSource response,
byte[] entropy)
AbstractSTSClient.STSResponse
public AbstractSTSClient.STSResponse(DOMSource response,
byte[] entropy,
X509Certificate cert,
org.apache.wss4j.common.crypto.Crypto crypto)
getResponse
public DOMSource getResponse()
getEntropy
public byte[] getEntropy()
getCert
public X509Certificate getCert()
getCrypto
public org.apache.wss4j.common.crypto.Crypto getCrypto()
Apache CXF