Uses of Class
org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
Packages that use ProtectedPKIMessageBuilder
-
Uses of ProtectedPKIMessageBuilder in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp that return ProtectedPKIMessageBuilderModifier and TypeMethodDescriptionProtectedPKIMessageBuilder.addCMPCertificate(X509CertificateHolder extraCert) Add an "extra certificate" to the message.ProtectedPKIMessageBuilder.addGeneralInfo(org.bouncycastle.asn1.cmp.InfoTypeAndValue genInfo) Add a generalInfo data record to the header of the new message.ProtectedPKIMessageBuilder.setBody(int bodyType, CertificateConfirmationContent certificateConfirmationContent) ProtectedPKIMessageBuilder.setBody(int bodyType, CertificateRepMessage certificateRepMessage) ProtectedPKIMessageBuilder.setBody(int bodyType, CertificateReqMessages certificateReqMessages) ProtectedPKIMessageBuilder.setBody(org.bouncycastle.asn1.cmp.PKIBody body) Set the body for the new messageProtectedPKIMessageBuilder.setFreeText(org.bouncycastle.asn1.cmp.PKIFreeText freeText) Include a human-readable message in the new message.ProtectedPKIMessageBuilder.setMessageTime(Date time) Set the creation time for the new message.ProtectedPKIMessageBuilder.setRecipKID(byte[] kid) Set the recipient key identifier for the key to be used to verify the new message.ProtectedPKIMessageBuilder.setRecipNonce(byte[] nonce) Set the recipient nonce field on the new message.ProtectedPKIMessageBuilder.setSenderKID(byte[] kid) Set the sender key identifier for the key used to protect the new message.ProtectedPKIMessageBuilder.setSenderNonce(byte[] nonce) Set the sender nonce field on the new message.ProtectedPKIMessageBuilder.setTransactionID(byte[] tid) Set the identifier for the transaction the new message will belong to.