Searched refs:DL_PrivateKey (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.h675 class CRYPTOPP_NO_VTABLE DL_PrivateKey : public DL_Key<T> class in inherits:DL_Key
677 typedef DL_PrivateKey<T> ThisClass;
708 DL_PrivateKey<T> *pPrivateKey = NULL;
750 class DL_PrivateKeyImpl : public DL_PrivateKey<CPP_TYPENAME GP::Element>, public DL_KeyImpl<PKCS8PrivateKey, GP>
771 return GetValueHelper<DL_PrivateKey<Element> >(this, name, valueType, pValue).Assignable();
776 AssignFromHelper<DL_PrivateKey<Element> >(this, source);
805 // DL_PrivateKey
994 class CRYPTOPP_NO_VTABLE DL_SignerBase : public DL_SignatureSchemeBase<PK_Signer, DL_PrivateKey<T> >
1002 const DL_PrivateKey<T> &key = this->GetKeyInterface();
1025 const DL_PrivateKey<
[all...]

Completed in 219 milliseconds