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]
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"
Pkcs5PBES2_des_EDE3_CBC "pkcs5PBES2" with "pkcs5PBKDF2" and "des-EDE3-CBC" [Synonym retained for backwards compatibility]
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]

[Contents] [Index]

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

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.