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 DetectPrivateKeyAlgorithm ¶ added in v0.4.23
func DetectPrivateKeyAlgorithm(privkey crypto.PrivateKey) (_algorithm KeyAlgorithm, _size int, _error error)
func DetectPublicKeyAlgorithm ¶ added in v0.4.23
func DetectPublicKeyAlgorithm(pubkey crypto.PublicKey) (_algorithm KeyAlgorithm, _size int, _error error)
Click to show internal directories.
Click to hide internal directories.