JSS 3.1.2

org.mozilla.jss.pkix.cmc
Class TaggedRequest.Type

java.lang.Object
  |
  +--org.mozilla.jss.pkix.cmc.TaggedRequest.Type
Enclosing class:
TaggedRequest

public static class TaggedRequest.Type
extends java.lang.Object

The type of TaggedRequest.


Field Summary
(package private) static TaggedRequest.Type CRMF
           
(package private) static TaggedRequest.Type PKCS10
           
 
Constructor Summary
private TaggedRequest.Type()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

PKCS10

static TaggedRequest.Type PKCS10

CRMF

static TaggedRequest.Type CRMF
Constructor Detail

TaggedRequest.Type

private TaggedRequest.Type()

JSS 3.1.2