Package | Description |
---|---|
org.eclipse.swt.internal.win32 |
Modifier and Type | Field and Description |
---|---|
CERT_NAME_BLOB |
CERT_INFO.Issuer |
CERT_NAME_BLOB |
CERT_INFO.Subject |
Modifier and Type | Method and Description |
---|---|
static int |
OS.CertNameToStr(int dwCertEncodingType,
CERT_NAME_BLOB pName,
int dwStrType,
TCHAR psz,
int csz) |
static int |
OS.CertNameToStrA(int dwCertEncodingType,
CERT_NAME_BLOB pName,
int dwStrType,
byte[] psz,
int csz) |
static int |
OS.CertNameToStrW(int dwCertEncodingType,
CERT_NAME_BLOB pName,
int dwStrType,
char[] psz,
int csz) |
Copyright © 2017. All Rights Reserved.