openGPMP
Open Source Mathematics Package
Public Member Functions | Properties | Static Private Attributes | List of all members
pygpmp.nt.nt.Cipher Class Reference
Inheritance diagram for pygpmp.nt.nt.Cipher:

Public Member Functions

def caesar (self, plaintext, key)
 
def keyword_encode (self, key)
 
def keyword (self, plaintext, encoded_text)
 
def __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _nt.delete_Cipher
 

Detailed Description

Definition at line 258 of file nt.py.

Constructor & Destructor Documentation

◆ __init__()

def pygpmp.nt.nt.Cipher.__init__ (   self)

Definition at line 271 of file nt.py.

271  def __init__(self):
272  _nt.Cipher_swiginit(self, _nt.new_Cipher())

Member Function Documentation

◆ caesar()

def pygpmp.nt.nt.Cipher.caesar (   self,
  plaintext,
  key 
)

Definition at line 262 of file nt.py.

262  def caesar(self, plaintext, key):
263  return _nt.Cipher_caesar(self, plaintext, key)
264 

◆ keyword()

def pygpmp.nt.nt.Cipher.keyword (   self,
  plaintext,
  encoded_text 
)

Definition at line 268 of file nt.py.

268  def keyword(self, plaintext, encoded_text):
269  return _nt.Cipher_keyword(self, plaintext, encoded_text)
270 

◆ keyword_encode()

def pygpmp.nt.nt.Cipher.keyword_encode (   self,
  key 
)

Definition at line 265 of file nt.py.

265  def keyword_encode(self, key):
266  return _nt.Cipher_keyword_encode(self, key)
267 

Member Data Documentation

◆ __repr__

pygpmp.nt.nt.Cipher.__repr__ = _swig_repr
staticprivate

Definition at line 260 of file nt.py.

◆ __swig_destroy__

pygpmp.nt.nt.Cipher.__swig_destroy__ = _nt.delete_Cipher
staticprivate

Definition at line 273 of file nt.py.

Property Documentation

◆ thisown

pygpmp.nt.nt.Cipher.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 259 of file nt.py.


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