Uses of Class
org.xipki.scep.message.MessageDecodingException
-
Packages that use MessageDecodingException Package Description org.xipki.scep.message -
-
Uses of MessageDecodingException in org.xipki.scep.message
Methods in org.xipki.scep.message that throw MessageDecodingException Modifier and Type Method Description static DecodedNextCaMessageDecodedNextCaMessage. decode(org.bouncycastle.cms.CMSSignedData pkiMessage, org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore)static DecodedPkiMessageDecodedPkiMessage. decode(org.bouncycastle.cms.CMSSignedData pkiMessage, java.security.PrivateKey recipientKey, org.xipki.security.X509Cert recipientCert, org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore)static DecodedPkiMessageDecodedPkiMessage. decode(org.bouncycastle.cms.CMSSignedData pkiMessage, EnvelopedDataDecryptor recipient, org.bouncycastle.util.CollectionStore<org.bouncycastle.cert.X509CertificateHolder> certStore)byte[]EnvelopedDataDecryptor. decrypt(org.bouncycastle.cms.CMSEnvelopedData envData)
-