This enum is deprecated.
      Please use Fido APIs instead.
U2F request types
Nested Class Summary
| class | RequestType.UnsupportedRequestTypeException | Exception thrown when an unsupported or unrecognized request type is encountered. | |
Inherited Method Summary
            From class java.lang.Enum
            
              
              
                
                  
              
            
          
          | final Object | 
                       
                        clone()
                       
                     | 
                  
| final int | 
                       
                        compareTo(RequestType
                        arg0)
                       
                     | 
                  
| int | 
                       
                        compareTo(Object arg0)
                       
                     | 
                  
| final Optional<EnumDesc<RequestType>> | 
                       
                        describeConstable()
                       
                     | 
                  
| final boolean | 
                       
                        equals(Object arg0)
                       
                     | 
                  
| final void | 
                       
                        finalize()
                       
                     | 
                  
| final Class<RequestType> | 
                       
                        getDeclaringClass()
                       
                     | 
                  
| final int | 
                       
                        hashCode()
                       
                     | 
                  
| final String | 
                       
                        name()
                       
                     | 
                  
| final int | 
                       
                        ordinal()
                       
                     | 
                  
| String | 
                       
                        toString()
                       
                     | 
                  
| static <T extends Enum<T>> T | 
            From class java.lang.Object
            
          
          
            From interface java.lang.constant.Constable
            
              
              
                
                  
              
            
          
          | abstract Optional<? extends ConstantDesc> | 
                       
                        describeConstable()
                       
                     | 
                  
            From interface java.lang.Comparable
            
              
              
              
                
                  
              
            
          
        | abstract int | 
                       
                        compareTo(RequestType
                        arg0)
                       
                     |