Package 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
-
-
Constructor Summary
Constructors Constructor Description STSResponse(DOMSource response, byte[] entropy)STSResponse(DOMSource response, byte[] entropy, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto)STSResponse(DOMSource response, byte[] entropy, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto, Collection<org.apache.cxf.message.Attachment> attachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.apache.cxf.message.Attachment>getAttachments()X509CertificategetCert()org.apache.wss4j.common.crypto.CryptogetCrypto()byte[]getEntropy()DOMSourcegetResponse()
-
-
-
Constructor Detail
-
STSResponse
public STSResponse(DOMSource response, byte[] entropy)
-
STSResponse
public STSResponse(DOMSource response, byte[] entropy, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto)
-
STSResponse
public STSResponse(DOMSource response, byte[] entropy, X509Certificate cert, org.apache.wss4j.common.crypto.Crypto crypto, Collection<org.apache.cxf.message.Attachment> attachments)
-
-
Method Detail
-
getResponse
public DOMSource getResponse()
-
getEntropy
public byte[] getEntropy()
-
getCert
public X509Certificate getCert()
-
getCrypto
public org.apache.wss4j.common.crypto.Crypto getCrypto()
-
getAttachments
public Collection<org.apache.cxf.message.Attachment> getAttachments()
-
-