Skip to main content

PublicKeyInformation

Certificate public key information

union PublicKeyInformation = RSAKeyInfo | ECKeyInfo | DSAKeyInfo | GenericKeyInfo

Possible types

PublicKeyInformation.RSAKeyInfo object

RSA public key information

PublicKeyInformation.ECKeyInfo object

Elliptic curve public key information

PublicKeyInformation.DSAKeyInfo object

DSA public key information

PublicKeyInformation.GenericKeyInfo object

PublicKeyInformation when the public key is other than RSA, DSA, or EC

Member Of

Certificate object