We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alg
PublicKey
1 parent dd54046 commit 4243a78Copy full SHA for 4243a78
rcgen/src/csr.rs
@@ -16,7 +16,8 @@ use crate::{DistinguishedName, SanType};
16
#[derive(Debug, PartialEq, Eq, Hash)]
17
pub struct PublicKey {
18
raw: Vec<u8>,
19
- alg: &'static SignatureAlgorithm,
+ /// The algorithm used to generate the public key.
20
+ pub alg: &'static SignatureAlgorithm,
21
}
22
23
impl PublicKeyData for PublicKey {
0 commit comments