|
| static bool | IsPlatformScheme (PbeParameters pbeParameters) |
| |
| static byte[] | ExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters) |
| |
| static bool | TryExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten) |
| |
| static byte[] | ExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< char > password, PbeParameters pbeParameters) |
| |
| static bool | TryExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< char > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten) |
| |
| static Pkcs8Response | ImportPkcs8PrivateKey (ReadOnlySpan< byte > source, out int bytesRead) |
| |
| static unsafe Pkcs8Response | ImportEncryptedPkcs8PrivateKey (ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead) |
| |
| static unsafe Pkcs8Response | ImportEncryptedPkcs8PrivateKey (ReadOnlySpan< char > password, ReadOnlySpan< byte > source, out int bytesRead) |
| |
| static bool | IsPlatformScheme (PbeParameters pbeParameters) |
| |
| static byte[] | ExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters) |
| |
| static bool | TryExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten) |
| |
| static byte[] | ExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< char > password, PbeParameters pbeParameters) |
| |
| static bool | TryExportEncryptedPkcs8PrivateKey (AsymmetricAlgorithm key, ReadOnlySpan< char > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten) |
| |
| static Pkcs8Response | ImportPkcs8PrivateKey (ReadOnlySpan< byte > source, out int bytesRead) |
| |
| static unsafe Pkcs8Response | ImportEncryptedPkcs8PrivateKey (ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead) |
| |
| static unsafe Pkcs8Response | ImportEncryptedPkcs8PrivateKey (ReadOnlySpan< char > password, ReadOnlySpan< byte > source, out int bytesRead) |
| |
Definition at line 9 of file CngPkcs8.cs.