CryptoSys PKI Pro Manual

Rsa.PbeOptions Enumeration

Password-based encryption scheme to be used to encrypt the private key file.

Syntax

[C#]
public enum PbeOptions
[VB.NET]
Public Enumeration PbeOptions

Members

Member nameDescription
Default
Default option (pbeWithSHAAnd3-KeyTripleDES-CBC)
PbeWithSHAAnd_KeyTripleDES_CBC
pbeWithSHAAnd3-KeyTripleDES-CBC from PKCS#12
Pbe_Pbkdf2_des_EDE3_CBC
"pkcs5PBES2" with key derivation function "pkcs5PBKDF2" and encryption scheme "des-EDE3-CBC"
Pbe_Pbkdf2_aes128_CBC
"pkcs5PBES2" with key derivation function "pkcs5PBKDF2" and encryption scheme "aes128-CBC"
Pbe_Pbkdf2_aes192_CBC
"pkcs5PBES2" with key derivation function "pkcs5PBKDF2" and encryption scheme "aes192-CBC"
Pbe_Pbkdf2_aes256_CBC
"pkcs5PBES2" with key derivation function "pkcs5PBKDF2" and encryption scheme "aes256-CBC"
PbeWithMD5AndDES_CBC
pbeWithMD5AndDES-CBC [legacy, not recommended for new implementations]
PbeWithMD2AndDES_CBC
pbeWithMD2AndDES-CBC [legacy, not recommended for new implementations]
PbeWithSHA1AndDES_CBC
pbeWithSHA1AndDES-CBC [legacy, not recommended for new implementations]
Pkcs5PBES2_des_EDE3_CBC
"pkcs5PBES2" with "pkcs5PBKDF2" and "des-EDE3-CBC" [Synonym retained for backwards compatibility]

[Contents] [Index]

[PREV: Rsa.HashAlg Enumeration...]   [Contents]   [Index]   
   [NEXT: Rsa.PublicExponent Enumeration...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.