class Akenti::KeyFactory |
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()); * .... * *
Alphabetic index HTML hierarchy of classes or Java