Evd.PkiPubkey¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r  | 
The type of private key (RSA, DSA, etc)  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class Evd.PkiPubkey(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new()¶
 - Return type:
 
- encrypt(data, size, cancellable, callback, *user_data)¶
 - Parameters:
 data (
str) –size (
int) –cancellable (
Gio.CancellableorNone) –callback (
Gio.AsyncReadyCallbackorNone) –
- encrypt_finish(result, size)¶
 - Parameters:
 result (
Gio.AsyncResult) –size (
int) –
- Raises:
 - Return type:
 
- get_key_type()¶
 - Return type:
 
- verify_data(data, data_size, signature, signature_size, cancellable, callback, *user_data)¶
 - Parameters:
 data (
str) –data_size (
int) –signature (
str) –signature_size (
int) –cancellable (
Gio.CancellableorNone) –callback (
Gio.AsyncReadyCallbackorNone) –
New in version 0.2.0.
- verify_data_finish(result)¶
 - Parameters:
 result (
Gio.AsyncResult) –- Raises:
 - Return type:
 
New in version 0.2.0.