DSAKeyInfo
DSA public key information
type DSAKeyInfo {
l: Int!
n: Int!
}
Fields
DSAKeyInfo.l ● Int! non-null scalar
Bit length of parameter p
DSAKeyInfo.n ● Int! non-null scalar
Bit length of parameter q
Implemented By
PublicKeyInformation union