Uses of Class
org.xipki.scep.message.DecodedPkiMessage
-
Packages that use DecodedPkiMessage Package Description org.xipki.scep.message -
-
Uses of DecodedPkiMessage in org.xipki.scep.message
Methods in org.xipki.scep.message that return DecodedPkiMessage Modifier and Type Method Description 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)
-