loadKey

Create a public key from a file

  1. PublicKey loadKey(DataSource source)
  2. PublicKey loadKey(string filename)
    static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_X509_CERTIFICATES)
    loadKey
    (
    in string filename
    )
  3. PublicKey loadKey(Vector!(ubyte, ALLOC) enc)

Parameters

filename string

pathname to the file to load

Return Value

Type: PublicKey

new public key object

Meta