Beispiel #1
0
 private OpenSslPkcs12Reader(SafePkcs12Handle pkcs12Handle)
 {
     _pkcs12Handle = pkcs12Handle;
 }
Beispiel #2
0
 internal static extern bool Pkcs12Parse(
     SafePkcs12Handle p12,
     string pass,
     out SafeEvpPKeyHandle pkey,
     out SafeX509Handle cert,
     out SafeX509StackHandle ca);
Beispiel #3
0
 internal static extern int GetPkcs12DerSize(SafePkcs12Handle p12);
Beispiel #4
0
 internal static extern int EncodePkcs12(SafePkcs12Handle p12, byte[] buf);
Beispiel #5
0
 internal static extern unsafe int i2d_PKCS12(SafePkcs12Handle p12, byte** @out);