bool JavaScience.PfxOpen.GetCertPublicKey |
( |
X509Certificate |
cert | ) |
|
|
inlineprivate |
override string JavaScience.PfxOpen.ToString |
( |
| ) |
|
|
inline |
static byte [] JavaScience.PfxOpen.GetFileBytes |
( |
String |
filename | ) |
|
|
inlinestaticprivate |
static void JavaScience.PfxOpen.showWin32Error |
( |
int |
errorcode | ) |
|
|
inlinestaticprivate |
const String JavaScience.PfxOpen.TITLE = "PfxOpen" |
|
private |
const uint JavaScience.PfxOpen.CRYPT_EXPORTABLE = 0x00000001 |
|
private |
const uint JavaScience.PfxOpen.CRYPT_USER_PROTECTED = 0x00000002 |
|
private |
const uint JavaScience.PfxOpen.CRYPT_MACHINE_KEYSET = 0x00000020 |
|
private |
const uint JavaScience.PfxOpen.CRYPT_USER_KEYSET = 0x00001000 |
|
private |
const uint JavaScience.PfxOpen.CERT_KEY_PROV_INFO_PROP_ID = 0x00000002 |
|
private |
const uint JavaScience.PfxOpen.X509_ASN_ENCODING = 0x00000001 |
|
private |
const uint JavaScience.PfxOpen.PKCS_7_ASN_ENCODING = 0x00010000 |
|
private |
const uint JavaScience.PfxOpen.RSA_CSP_PUBLICKEYBLOB = 19 |
|
private |
bool JavaScience.PfxOpen.verbose = false |
|
private |
String [] JavaScience.PfxOpen.CSPTypes |
|
private |
Initial value:= {
null,
"PROV_RSA_FULL",
"PROV_RSA_SIG",
"PROV_DSS",
"PROV_FORTEZZA",
"PROV_MS_EXCHANGE",
"PROV_SSL",
null, null, null, null, null,
"PROV_RSA_SCHANNEL",
"PROV_DSS_DH",
"PROV_EC_ECDSA_SIG",
"PROV_EC_ECNRA_SIG",
"PROV_EC_ECDSA_FULL",
"PROV_EC_ECNRA_FULL",
"PROV_DH_SCHANNEL",
null,
"PROV_SPYRUS_LYNKS",
"PROV_RNG",
"PROV_INTEL_SEC",
"PROV_REPLACE_OWF",
"PROV_RSA_AES"
}
String [] JavaScience.PfxOpen.keyspecs = {null, "AT_KEYEXCHANGE", "AT_SIGNATURE"} |
|
private |
X509Certificate JavaScience.PfxOpen.pfxcert |
|
private |
String JavaScience.PfxOpen.pfxcontainer |
|
private |
String JavaScience.PfxOpen.pfxprovname |
|
private |
uint JavaScience.PfxOpen.pfxprovtype |
|
private |
uint JavaScience.PfxOpen.pfxkeyspec |
|
private |
uint JavaScience.PfxOpen.pfxcertkeysize |
|
private |
byte [] JavaScience.PfxOpen.pfxcertkeyexponent |
|
private |
byte [] JavaScience.PfxOpen.pfxcertkeymodulus |
|
private |
String JavaScience.PfxOpen.container |
|
get |
String JavaScience.PfxOpen.provider |
|
get |
uint JavaScience.PfxOpen.providertype |
|
get |
uint JavaScience.PfxOpen.keyspec |
|
get |
X509Certificate JavaScience.PfxOpen.cert |
|
get |
uint JavaScience.PfxOpen.keysize |
|
get |
byte [] JavaScience.PfxOpen.keyexponent |
|
get |
byte [] JavaScience.PfxOpen.keymodulus |
|
get |
The documentation for this class was generated from the following file: