Org.BouncyCastle.Crypto.Modes
Namespace with 20 public types
Classes
                                     AsconAead128
                                    Ascon-AEAD128 was introduced as part of the NIST Lightweight Cryptography
            competition and descriLEd in the NIST Special Publication SP 800-232 (Initial
            Public Draft).
                                
                            
                            
                                
                                     CbcBlockCipher
                                    
                                
                            
                            
                                
                                     CcmBlockCipher
                                    
                                
                            
                            
                                
                                     CfbBlockCipher
                                    
                                
                            
                            
                                
                                     ChaCha20Poly1305
                                    
                                
                            
                            
                                
                                     CtsBlockCipher
                                    
                                
                            
                            
                                
                                     EaxBlockCipher
                                    
                                
                            
                            
                                
                                     EcbBlockCipher
                                    
                                
                            
                            
                                
                                     GcmBlockCipher
                                    Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.
                                
                            
                            
                                
                                     GcmSivBlockCipher
                                    
                                
                            
                            
                                
                                     GOfbBlockCipher
                                    
                                
                            
                            
                                
                                     KCcmBlockCipher
                                    
                                
                            
                            
                                
                                     KCtrBlockCipher
                                    
                                
                            
                            
                                
                                     OcbBlockCipher
                                    An implementation of RFC 7253 on The OCB
             Authenticated-Encryption Algorithm.
                                
                            
                            
                                
                                     OfbBlockCipher
                                    
                                
                            
                            
                                
                                     OpenPgpCfbBlockCipher
                                    
                                
                            
                            
                                
                                     SicBlockCipher
                                    
                                
                            
                        
                        Interfaces
                                     IAeadBlockCipher
                                    An IAeadCipher based on an IBlockCipher.
                                
                            
                            
                                
                                     IAeadCipher
                                    A cipher mode that includes authenticated encryption with a streaming mode and optional
            associated data.
                                
                            
                            
                                
                                     IBlockCipherMode