JSS 3.1.1

org.mozilla.jss.pkix.cms
Class SignerIdentifier.Type

java.lang.Object
  |
  +--org.mozilla.jss.pkix.cms.SignerIdentifier.Type
Enclosing class:
SignerIdentifier

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

The type of SignerIdentifier.


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

Field Detail

ISSUER_AND_SERIALNUMBER

static SignerIdentifier.Type ISSUER_AND_SERIALNUMBER

SUBJECT_KEY_IDENTIFIER

static SignerIdentifier.Type SUBJECT_KEY_IDENTIFIER
Constructor Detail

SignerIdentifier.Type

private SignerIdentifier.Type()

JSS 3.1.1