Package org.bouncycastle.dvcs
Class SignedDVCSMessageGenerator
java.lang.Object
org.bouncycastle.dvcs.SignedDVCSMessageGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(DVCSMessage message) Creates a CMSSignedData object containing the passed in DVCSMessage
-
Constructor Details
-
SignedDVCSMessageGenerator
-
-
Method Details
-
build
Creates a CMSSignedData object containing the passed in DVCSMessage- Parameters:
message
- the request to be signed.- Returns:
- an encapsulating SignedData object.
- Throws:
DVCSException
- in the event of failure to encode the request or sign it.
-