Field Summary 
Fields  
Modifier and Type 
Field 
Description 
 
 
br.ufsc.labsec.signature.signer.creator.Rules.CertificateInfoRule 
certificateInfoRule  
  
 
br.ufsc.labsec.signature.signer.creator.Rules.CertificateRefsRule 
certificateRefsRule  
  
 
br.ufsc.labsec.signature.signer.creator.Rules.RevocationInfoRule 
revocationInfoRule  
  
 
br.ufsc.labsec.signature.signer.creator.Rules.RevocationRefsRule 
revocationRefsRule  
  
 
 
 
 
 
Method Summary 
All Methods Static Methods Concrete Methods 
Modifier and Type 
Method 
Description 
 
 
static Rules  
valueOf  (String  name) 
Returns the enum constant of this type with the specified name.
 
 
static Rules [] 
values  () 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
CAdES_ETSI_101_733 
public static final  Rules   CAdES_ETSI_101_733  
 
 
CAdES_ETSI_319_122 
public static final  Rules   CAdES_ETSI_319_122  
 
 
JAdES_ETSI_119_182_1 
public static final  Rules   JAdES_ETSI_119_182_1  
 
 
XAdES_ETSI_101_903 
public static final  Rules   XAdES_ETSI_101_903  
 
 
XAdES_ETSI_319_132_1 
public static final  Rules   XAdES_ETSI_319_132_1  
 
 
 
 
 
Field Details 
certificateInfoRule 
public final  br.ufsc.labsec.signature.signer.creator.Rules.CertificateInfoRule  certificateInfoRule 
 
 
certificateRefsRule 
public final  br.ufsc.labsec.signature.signer.creator.Rules.CertificateRefsRule  certificateRefsRule 
 
 
revocationInfoRule 
public final  br.ufsc.labsec.signature.signer.creator.Rules.RevocationInfoRule  revocationInfoRule 
 
 
revocationRefsRule 
public final  br.ufsc.labsec.signature.signer.creator.Rules.RevocationRefsRule  revocationRefsRule 
 
 
 
 
 
Method Details 
values 
public static  Rules []  values ()
 
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns: 
an array containing the constants of this enum type, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this type with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)
Parameters: 
name - the name of the enum constant to be returned. 
Returns: 
the enum constant with the specified name 
Throws: 
IllegalArgumentException  - if this enum type has no constant with the specified name 
NullPointerException  - if the argument is null