Package | Description |
---|---|
old.org.bouncycastle.cert.cmp |
Modifier and Type | Method and Description |
---|---|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.addCMPCertificate(X509CertificateHolder extraCert)
Add an "extra certificate" to the message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.addGeneralInfo(InfoTypeAndValue genInfo)
Add a generalInfo data record to the header of the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setBody(PKIBody body)
Set the body for the new message
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setFreeText(PKIFreeText freeText)
Include a human-readable message in the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setMessageTime(Date time)
Set the creation time for the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setRecipKID(byte[] kid)
Set the recipient key identifier for the key to be used to verify the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setRecipNonce(byte[] nonce)
Set the recipient nonce field on the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setSenderKID(byte[] kid)
Set the sender key identifier for the key used to protect the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setSenderNonce(byte[] nonce)
Set the sender nonce field on the new message.
|
ProtectedPKIMessageBuilder |
ProtectedPKIMessageBuilder.setTransactionID(byte[] tid)
Set the identifier for the transaction the new message will belong to.
|
Copyright © 2015. All rights reserved.