Java org.bouncycastle.cert.cmp ProtectedPKIMessageBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.cmp ProtectedPKIMessageBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.cmp ProtectedPKIMessageBuilder.

The text is from its open source code.

Constructor

ProtectedPKIMessageBuilder(GeneralName sender, GeneralName recipient)
Commence a message with the header version CMP_2000.

Method

ProtectedPKIMessageBuilderaddCMPCertificate(X509CertificateHolder extraCert)
Add an "extra certificate" to the message.
ProtectedPKIMessageBuilderaddGeneralInfo(InfoTypeAndValue genInfo)
Add a generalInfo data record to the header of the new message.
ProtectedPKIMessagebuild(MacCalculator macCalculator)
Build a protected PKI message which has MAC based integrity protection.
ProtectedPKIMessagebuild(ContentSigner signer)
Build a protected PKI message which has MAC based integrity protection.
ProtectedPKIMessageBuildersetBody(PKIBody body)
Set the body for the new message
ProtectedPKIMessageBuildersetFreeText(PKIFreeText freeText)
Include a human-readable message in the new message.
ProtectedPKIMessageBuildersetMessageTime(Date time)
Set the creation time for the new message.
ProtectedPKIMessageBuildersetRecipKID(byte[] kid)
Set the recipient key identifier for the key to be used to verify the new message.
ProtectedPKIMessageBuildersetRecipNonce(byte[] nonce)
Set the recipient nonce field on the new message.
ProtectedPKIMessageBuildersetSenderKID(byte[] kid)
Set the sender key identifier for the key used to protect the new message.
ProtectedPKIMessageBuildersetSenderNonce(byte[] nonce)
Set the sender nonce field on the new message.
ProtectedPKIMessageBuildersetTransactionID(byte[] tid)
Set the identifier for the transaction the new message will belong to.