Pkcs12StoreLoadPkcs8ShroudedKeyBag Method

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected virtual void LoadPkcs8ShroudedKeyBag(
	EncryptedPrivateKeyInfo encPrivKeyInfo,
	Asn1Set bagAttributes,
	char[] password,
	bool wrongPkcs12Zero
)

Parameters

encPrivKeyInfo  EncryptedPrivateKeyInfo
 
bagAttributes  Asn1Set
 
password  Char
 
wrongPkcs12Zero  Boolean
 

See Also