Functionsยง
- import_
ecdsa_ ๐pkcs8_ der - import_
key - Import a PKCS8 or OpenSSH encoded private key, and returns a decoded SshKeyData, with the public key and fingerprint, and the private key in OpenSSH format. A password can be provided for encrypted keys.
- import_
openssh_ ๐key - import_
pkcs8_ der_ key - Import a DER encoded private key, and returns a decoded SshKeyData. This is primarily used for importing SSH keys from other Credential Managers through Credential Exchange.
- import_
pkcs8_ ๐key - is_
supported_ ๐algorithm - True if a key of this algorithm can be used once it is in the vault.
- parse_
pkcs8_ ๐pem - rewrap_
pem ๐ - Re-wrap the base64 body of a PEM document to 64-character lines.