static DecodedNextCaMessage |
DecodedNextCaMessage.decode(org.bouncycastle.cms.CMSSignedData pkiMessage,
org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore) |
static DecodedPkiMessage |
DecodedPkiMessage.decode(org.bouncycastle.cms.CMSSignedData pkiMessage,
EnvelopedDataDecryptor recipient,
org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore) |
static DecodedPkiMessage |
DecodedPkiMessage.decode(org.bouncycastle.cms.CMSSignedData pkiMessage,
PrivateKey recipientKey,
org.xipki.security.X509Cert recipientCert,
org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore) |
byte[] |
EnvelopedDataDecryptor.decrypt(org.bouncycastle.cms.CMSEnvelopedData envData) |