Bouncy Castle Cryptography Library 1.84

org.bouncycastle.cert.cmp
Class POPODecryptionKeyResponseContentBuilder

java.lang.Object
  extended byorg.bouncycastle.cert.cmp.POPODecryptionKeyResponseContentBuilder

public class POPODecryptionKeyResponseContentBuilder
extends java.lang.Object


Constructor Summary
POPODecryptionKeyResponseContentBuilder()
           
 
Method Summary
 POPODecryptionKeyResponseContentBuilder addChallengeResponse(byte[] response)
           
 POPODecryptionKeyResponseContent build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POPODecryptionKeyResponseContentBuilder

public POPODecryptionKeyResponseContentBuilder()
Method Detail

addChallengeResponse

public POPODecryptionKeyResponseContentBuilder addChallengeResponse(byte[] response)

build

public POPODecryptionKeyResponseContent build()

Bouncy Castle Cryptography Library 1.84