Package org.bouncycastle.est
Class CSRRequestResponse
- java.lang.Object
 - 
- org.bouncycastle.est.CSRRequestResponse
 
 
- 
public class CSRRequestResponse extends java.lang.ObjectHolder class for a response containing the details making up /csrattrs response. 
- 
- 
Constructor Summary
Constructors Constructor Description CSRRequestResponse(CSRAttributesResponse attributesResponse, Source session) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSRAttributesResponsegetAttributesResponse()java.lang.ObjectgetSession()SourcegetSource()booleanhasAttributesResponse() 
 - 
 
- 
- 
Constructor Detail
- 
CSRRequestResponse
public CSRRequestResponse(CSRAttributesResponse attributesResponse, Source session)
 
 - 
 
- 
Method Detail
- 
hasAttributesResponse
public boolean hasAttributesResponse()
 
- 
getAttributesResponse
public CSRAttributesResponse getAttributesResponse()
 
- 
getSession
public java.lang.Object getSession()
 
- 
getSource
public Source getSource()
 
 - 
 
 -