net.aocat.psis.client.utils
Class Profiles

java.lang.Object
  extended by net.aocat.psis.client.utils.Profiles

public class Profiles
extends java.lang.Object

PSIS profiles.

Author:
aalcaide

Field Summary
static java.lang.String CORE
          Core profile
static java.lang.String PDF
          DSS PDF profile
private static java.lang.String profilesPrefix
           
static java.lang.String TIMESTAMPING
          Timestamping profile
static java.lang.String XADES
          XAdES profile
static java.lang.String XSS
          XSS profile
 
Constructor Summary
Profiles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORE

public static java.lang.String CORE
Core profile


profilesPrefix

private static java.lang.String profilesPrefix

XSS

public static java.lang.String XSS
XSS profile


XADES

public static java.lang.String XADES
XAdES profile


TIMESTAMPING

public static java.lang.String TIMESTAMPING
Timestamping profile


PDF

public static java.lang.String PDF
DSS PDF profile

Constructor Detail

Profiles

public Profiles()