mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding necessary imports for the Certificate generation from CSR
This commit is contained in:
parent
4380f7e242
commit
a55dc9bce8
@ -68,8 +68,9 @@
|
|||||||
org.bouncycastle.jce.provider,
|
org.bouncycastle.jce.provider,
|
||||||
org.bouncycastle.operator,
|
org.bouncycastle.operator,
|
||||||
org.bouncycastle.operator.jcajce,
|
org.bouncycastle.operator.jcajce,
|
||||||
|
org.bouncycastle.asn1.x500.style,
|
||||||
org.bouncycastle.pkcs,
|
org.bouncycastle.pkcs,
|
||||||
org.bouncycastle.openssl,
|
<!--org.bouncycastle.openssl,-->
|
||||||
org.bouncycastle.util,
|
org.bouncycastle.util,
|
||||||
org.jscep.message,
|
org.jscep.message,
|
||||||
org.wso2.carbon.context,
|
org.wso2.carbon.context,
|
||||||
@ -77,7 +78,7 @@
|
|||||||
org.w3c.dom,
|
org.w3c.dom,
|
||||||
org.xml.sax,
|
org.xml.sax,
|
||||||
javax.sql,
|
javax.sql,
|
||||||
javax.cache,
|
<!--javax.cache,-->
|
||||||
javax.naming,
|
javax.naming,
|
||||||
javax.xml.bind.annotation,
|
javax.xml.bind.annotation,
|
||||||
javax.xml.bind,
|
javax.xml.bind,
|
||||||
@ -85,7 +86,7 @@
|
|||||||
org.wso2.carbon.device.mgt.common.*,
|
org.wso2.carbon.device.mgt.common.*,
|
||||||
io.swagger.annotations.*;resolution:=optional,
|
io.swagger.annotations.*;resolution:=optional,
|
||||||
org.wso2.carbon.device.mgt.core.*,
|
org.wso2.carbon.device.mgt.core.*,
|
||||||
org.bouncycastle.pkcs.jcajce
|
<!--org.bouncycastle.pkcs.jcajce-->
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user