Class ContentInfoParser
- 
                    
                    
- All Implemented Interfaces:
 
public class ContentInfoParserRFC 5652ContentInfo object parser.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL } 
- 
                
                    
                    
- 
                                
                            
                                
Field Summary
Fields Modifier and Type Field Description public ASN1ObjectIdentifiercontentType 
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description ContentInfoParser(ASN1SequenceParser seq) 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description ASN1ObjectIdentifiergetContentType()ASN1EncodablegetContent(int tag)- 
                    
                    
                    
- 
                                
                            
                                
Constructor Detail
- 
                                        
ContentInfoParser
ContentInfoParser(ASN1SequenceParser seq)
 
 - 
                                        
 
- 
                                
                            
                                
Method Detail
- 
                                        
getContentType
ASN1ObjectIdentifier getContentType()
 
- 
                                        
getContent
ASN1Encodable getContent(int tag)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -