|
static void | ReadDsaPrivateKey (ReadOnlyMemory< byte > xBytes, in AlgorithmIdentifierAsn algId, out DSAParameters ret) |
|
static void | ReadDsaPublicKey (ReadOnlyMemory< byte > yBytes, in AlgorithmIdentifierAsn algId, out DSAParameters ret) |
|
static void | ReadSubjectPublicKeyInfo (ReadOnlySpan< byte > source, out int bytesRead, out DSAParameters key) |
|
static void | ReadPkcs8 (ReadOnlySpan< byte > source, out int bytesRead, out DSAParameters key) |
|
static void | ReadEncryptedPkcs8 (ReadOnlySpan< byte > source, ReadOnlySpan< char > password, out int bytesRead, out DSAParameters key) |
|
static void | ReadEncryptedPkcs8 (ReadOnlySpan< byte > source, ReadOnlySpan< byte > passwordBytes, out int bytesRead, out DSAParameters key) |
|
static AsnWriter | WriteSubjectPublicKeyInfo (in DSAParameters dsaParameters) |
|
static AsnWriter | WritePkcs8 (in DSAParameters dsaParameters) |
|
Definition at line 7 of file DSAKeyFormatHelper.cs.
The documentation for this class was generated from the following file: