[#CKey-Set] = xref:CKey.adoc[CKey]::Set :relfileprefix: ../ :mrdocs: Initialize using begin and end iterators to byte data. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> void Set( T const pbegin, T const pend, bool fCompressedIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pbegin* | Iterator to the first byte of the key material. | *pend* | Iterator past the last byte of the key material. | *fCompressedIn* | Whether the corresponding public key should be compressed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#