Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyAlgorithm ¶
type KeyAlgorithm = x509.PublicKeyAlgorithm
func GetPrivateKeyAlgorithm ¶
func GetPrivateKeyAlgorithm(privkey crypto.PrivateKey) (_algorithm KeyAlgorithm, _size int, _error error)
func GetPublicKeyAlgorithm ¶
func GetPublicKeyAlgorithm(pubkey crypto.PublicKey) (_algorithm KeyAlgorithm, _size int, _error error)
Click to show internal directories.
Click to hide internal directories.