A KeyFactory is a reference-count pointer that wraps a KeyFactoryImpl
![]() | KeyFactory (KeyFactoryImpl *impl) Constructs a KeyFactory given a KeyFactoryImpl |
![]() | ~KeyFactory () Destroys this object |
![]() | getInstance () Returns the KeyFactory from the installed Provider |
A KeyFactory is a reference-count pointer that wraps a KeyFactoryImpl.Usage 1 KeyFactory fac = KeyFactory::getInstance(); KeyPair pair = fac->generateRSAKeyPair(); string enc = fac->getKeyEncoded("DER", pair.getPrivateKey()); ....
~KeyFactory()
static KeyFactory getInstance()
getKeyFactory()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de