Package org.bouncycastle.cert.cmp
Class POPODecryptionKeyResponseContentBuilder
- java.lang.Object
-
- org.bouncycastle.cert.cmp.POPODecryptionKeyResponseContentBuilder
-
public class POPODecryptionKeyResponseContentBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description POPODecryptionKeyResponseContentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description POPODecryptionKeyResponseContentBuilderaddChallengeResponse(byte[] response)POPODecryptionKeyResponseContentbuild()
-
-
-
Method Detail
-
addChallengeResponse
public POPODecryptionKeyResponseContentBuilder addChallengeResponse(byte[] response)
-
build
public POPODecryptionKeyResponseContent build()
-
-