Package org.bouncycastle.est
Class CSRRequestResponse
- java.lang.Object
-
- org.bouncycastle.est.CSRRequestResponse
-
public class CSRRequestResponse extends java.lang.Object
Holder 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 CSRAttributesResponse
getAttributesResponse()
java.lang.Object
getSession()
Source
getSource()
boolean
hasAttributesResponse()
-
-
-
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()
-
-