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 952693fCopy full SHA for 952693f
rcgen/src/csr.rs
@@ -16,7 +16,7 @@ use crate::{DistinguishedName, SanType};
16
#[derive(Debug, PartialEq, Eq, Hash)]
17
pub struct PublicKey {
18
raw: Vec<u8>,
19
- alg: &'static SignatureAlgorithm,
+ pub alg: &'static SignatureAlgorithm,
20
}
21
22
impl PublicKeyData for PublicKey {
0 commit comments