public enum KeyPkcsFormat
Public Enumeration KeyPkcsFormat
public enum class KeyPkcsFormat
type KeyPkcsFormat
Unknown | 0 | Key format is unknown or not available. |
Pkcs1 | 1 | Only key data is exported. No key algorithm identifier is exported. |
Pkcs8 | 2 | Entire key is exported, including key material and key algorithm identifier. |