Public Member Functions | Public Attributes | List of all members
opcua.crypto.security_policies.DecryptorRsa Class Reference
Inheritance diagram for opcua.crypto.security_policies.DecryptorRsa:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, client_pk, dec_fn, padding_size)
 
def decrypt (self, data)
 
def encrypted_block_size (self)
 
def plain_block_size (self)
 
- Public Member Functions inherited from opcua.crypto.security_policies.Decryptor
def decrypt (self, data)
 
def encrypted_block_size (self)
 
def plain_block_size (self)
 

Public Attributes

 client_pk
 
 decryptor
 
 key_size
 
 padding_size
 

Detailed Description

Definition at line 227 of file security_policies.py.

Constructor & Destructor Documentation

def opcua.crypto.security_policies.DecryptorRsa.__init__ (   self,
  client_pk,
  dec_fn,
  padding_size 
)

Definition at line 229 of file security_policies.py.

Member Function Documentation

def opcua.crypto.security_policies.DecryptorRsa.decrypt (   self,
  data 
)

Definition at line 242 of file security_policies.py.

def opcua.crypto.security_policies.DecryptorRsa.encrypted_block_size (   self)

Definition at line 239 of file security_policies.py.

def opcua.crypto.security_policies.DecryptorRsa.plain_block_size (   self)

Definition at line 236 of file security_policies.py.

Member Data Documentation

opcua.crypto.security_policies.DecryptorRsa.client_pk

Definition at line 231 of file security_policies.py.

opcua.crypto.security_policies.DecryptorRsa.decryptor

Definition at line 233 of file security_policies.py.

opcua.crypto.security_policies.DecryptorRsa.key_size

Definition at line 232 of file security_policies.py.

opcua.crypto.security_policies.DecryptorRsa.padding_size

Definition at line 234 of file security_policies.py.


The documentation for this class was generated from the following file:


ros_opcua_impl_python_opcua
Author(s): Denis Štogl , Daniel Draper
autogenerated on Tue Jan 19 2021 03:12:44