Exemplo n.º 1
0
 def entry_count( self ):
     return m2.x509_name_entry_count( self.x509_name )
Exemplo n.º 2
0
 def entry_count(self):
     return m2.x509_name_entry_count(self.x509_name)
Exemplo n.º 3
0
 def __len__(self):
     return m2.x509_name_entry_count(self.x509_name)
Exemplo n.º 4
0
 def __len__(self):
     return m2.x509_name_entry_count(self.x509_name)