|
Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
|
Public Member Functions | |
| X509CertificatePrivate (PassRef, PP_Resource resource) | |
| X509CertificatePrivate (const InstanceHandle &instance) | |
| bool | Initialize (const char *bytes, uint32_t length) |
| Var | GetField (PP_X509Certificate_Private_Field field) const |
Public Member Functions inherited from pp::Resource | |
| Resource () | |
| The default constructor. | |
| Resource (const Resource &other) | |
| virtual | ~Resource () |
| Destructor. | |
| Resource & | operator= (const Resource &other) |
| bool | is_null () const |
| PP_Resource | pp_resource () const |
| PP_Resource | detach () |
Static Public Member Functions | |
| static bool | IsAvailable () |
Additional Inherited Members | |
Protected Member Functions inherited from pp::Resource | |
| Resource (PP_Resource resource) | |
| Resource (PassRef, PP_Resource resource) | |
| void | PassRefFromConstructor (PP_Resource resource) |
| void | Clear () |
| Sets this resource to null. This releases ownership of the resource. | |