Package org.apache.cxf.ws.security.trust
Class AbstractSTSClient.STSResponse
java.lang.Object
org.apache.cxf.ws.security.trust.AbstractSTSClient.STSResponse
- Enclosing class:
- AbstractSTSClient
-
Constructor Summary
ConstructorsConstructorDescriptionSTSResponse(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
Modifier and TypeMethodDescriptionCollection<org.apache.cxf.message.Attachment>getCert()org.apache.wss4j.common.crypto.Cryptobyte[]
-
Constructor Details
-
STSResponse
-
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 Details
-
getResponse
-
getEntropy
public byte[] getEntropy() -
getCert
-
getCrypto
public org.apache.wss4j.common.crypto.Crypto getCrypto() -
getAttachments
-