wodKeys help - Keys
Back to product page
Introduction
License Agreement
Objects
Enumerations
SSHKeyTypes
Keys
Methods
FromXmlString
Generate
Load
PublicKeyLoad
PublicKeySave
Save
ToXmlString
Properties
BitCount
BubbleBabble
FingerPrint
FingerPrintData
PrivateKey
PrivateKeyData
PublicKey
PublicKeyData
PublicKeyOpenSSH
PublicKeyRSA1
PublicKeySSH
Version
How to get support?
Technical information
Error list
Keys Object
Main wodKeys object.
Methods
FromXmlString
Reconstructs an RSA/DSA key from an XML string.
Generate
Generate new pair of keys.
Load
Loads keys from the file.
PublicKeyLoad
Loads public key from the file.
PublicKeySave
Saves public key a the file.
Save
Saves keys to the file.
ToXmlString
Creates and returns an XML string representation of the current RSA/DSA key.
Properties
BitCount
Determines number of bits in the key.
BubbleBabble
Returns BubbleBabble printout of the key, as string expression.
FingerPrint
Returns fingerprint of the private key, as string expression.
FingerPrintData
Returns fingerprint of the private key, as byte array.
PrivateKey
Holds private key.
PrivateKeyData
Holds private key - as byte array.
PublicKey
Returns public key.
PublicKeyData
Returns public key - as byte array.
PublicKeyOpenSSH
Returns public key in OpenSSH format.
PublicKeyRSA1
Returns public key in SSH1 RSA format.
PublicKeySSH
Returns public key in SSH format.
Version
Holds component version number.
Platforms
Windows