PrivateKeyFactory Class
Namespace: Org.BouncyCastle.SecurityAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static class PrivateKeyFactory
Public NotInheritable Class PrivateKeyFactory
public ref class PrivateKeyFactory abstract sealed
Org.BouncyCastle.Security.PrivateKeyFactory = function();
Type.createClass(
'Org.BouncyCastle.Security.PrivateKeyFactory');
- Inheritance
- Object PrivateKeyFactory
CreateKey(Byte) | |
CreateKey(PrivateKeyInfo) | |
CreateKey(Stream) | |
DecryptKey(Char, EncryptedPrivateKeyInfo) | |
DecryptKey(Char, Byte) | |
DecryptKey(Char, Stream) | |
EncryptKey(DerObjectIdentifier, Char, Byte, Int32, AsymmetricKeyParameter) | |
EncryptKey(String, Char, Byte, Int32, AsymmetricKeyParameter) | |