mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
(broken) support for X509Certificates
- Add placeholder
This commit is contained in:
parent
0532c9dc6f
commit
d9d7530103
35
CS2JLibrary/NetTranslations/System/Security/Cryptography/X509Certificates/X509Certificate2.xml
Normal file
35
CS2JLibrary/NetTranslations/System/Security/Cryptography/X509Certificates/X509Certificate2.xml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
|
||||||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<Name>System.Security.Cryptography.X509Certificates.X509Certificate2</Name>
|
||||||
|
<Inherits>
|
||||||
|
<Type>System.Security.Cryptography.X509Certificates.X509Certificate</Type>
|
||||||
|
</Inherits>
|
||||||
|
<Java>X509Certificate</Java>
|
||||||
|
<Imports>
|
||||||
|
<Import>java.security.cert.X509Certificate</Import>
|
||||||
|
</Imports>
|
||||||
|
<Constructors>
|
||||||
|
<!-- <Constructor>-->
|
||||||
|
<!-- <Params>-->
|
||||||
|
<!-- <Param>-->
|
||||||
|
<!-- <Name>filename</Name>-->
|
||||||
|
<!-- <Type>System.String</Type>-->
|
||||||
|
<!-- </Param>-->
|
||||||
|
<!-- <Param>-->
|
||||||
|
<!-- <Name>password</Name>-->
|
||||||
|
<!-- <Type>System.String</Type>-->
|
||||||
|
<!-- </Param>-->
|
||||||
|
<!-- </Params>-->
|
||||||
|
<!-- <Imports>-->
|
||||||
|
<!-- <Import>java.security.cert.X509Certificate</Import>-->
|
||||||
|
<!-- </Imports>-->
|
||||||
|
<!-- <Java>new GregorianCalendar(${year}, ${month}-1, ${day}).getTime()</Java>-->
|
||||||
|
<!-- </Constructor>-->
|
||||||
|
</Constructors>
|
||||||
|
<Properties>
|
||||||
|
</Properties>
|
||||||
|
<Methods>
|
||||||
|
</Methods>
|
||||||
|
</Class>
|
Loading…
x
Reference in New Issue
Block a user