public class RPKISignedDataGenerator
extends org.bouncycastle.cms.CMSSignedDataGenerator
_signers, certs, crls, DATA, DIGEST_GOST3411, DIGEST_MD5, DIGEST_RIPEMD128, DIGEST_RIPEMD160, DIGEST_RIPEMD256, DIGEST_SHA1, DIGEST_SHA224, DIGEST_SHA256, DIGEST_SHA384, DIGEST_SHA512, digestAlgIdFinder, digests, ENCRYPTION_DSA, ENCRYPTION_ECDSA, ENCRYPTION_ECGOST3410, ENCRYPTION_ECGOST3410_2012_256, ENCRYPTION_ECGOST3410_2012_512, ENCRYPTION_GOST3410, ENCRYPTION_RSA, ENCRYPTION_RSA_PSS, signerGens| Constructor and Description |
|---|
RPKISignedDataGenerator() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cms.CMSSignedData |
generate(org.bouncycastle.cms.CMSTypedData content,
boolean encapsulate)
Generate a CMS Signed Data object which can be carrying a detached CMS signature, or have encapsulated data,
depending on the value of the encapsulated parameter.
|
generate, generateCounterSignerspublic org.bouncycastle.cms.CMSSignedData generate(org.bouncycastle.cms.CMSTypedData content,
boolean encapsulate)
throws org.bouncycastle.cms.CMSException
generate in class org.bouncycastle.cms.CMSSignedDataGeneratorcontent - the content to be signed.encapsulate - true if the content should be encapsulated in the signature, false otherwise.org.bouncycastle.cms.CMSExceptionCopyright © 2008–2022 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.