at.gv.egiz.pdfas.framework
Class SignatorFactory

java.lang.Object
  extended byat.gv.egiz.pdfas.framework.SignatorFactory

public class SignatorFactory
extends Object

Author:
wprinz

Field Summary
static String TYPE_BINARY
          The binary Signator algorithm.
static String TYPE_DETACHED_TEXTUAL
          Detached Signator.
static String TYPE_TEXTUAL
          The textual Signator algorithm.
static String VENDOR
          The Vendor.
static String VERSION_1_0_0
          This application's current algorithm versions.
static String VERSION_1_1_0
          This application's current algorithm versions.
static String VERSION_1_2_0
          This application's current algorithm versions.
 
Constructor Summary
SignatorFactory()
           
 
Method Summary
static Signator createSignator(PdfASID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

public static final String VENDOR
The Vendor.

See Also:
Constant Field Values

TYPE_BINARY

public static final String TYPE_BINARY
The binary Signator algorithm.

See Also:
Constant Field Values

TYPE_TEXTUAL

public static final String TYPE_TEXTUAL
The textual Signator algorithm.

See Also:
Constant Field Values

TYPE_DETACHED_TEXTUAL

public static final String TYPE_DETACHED_TEXTUAL
Detached Signator.

See Also:
Constant Field Values

VERSION_1_0_0

public static final String VERSION_1_0_0
This application's current algorithm versions.

See Also:
Constant Field Values

VERSION_1_1_0

public static final String VERSION_1_1_0
This application's current algorithm versions.

See Also:
Constant Field Values

VERSION_1_2_0

public static final String VERSION_1_2_0
This application's current algorithm versions.

See Also:
Constant Field Values
Constructor Detail

SignatorFactory

public SignatorFactory()
Method Detail

createSignator

public static Signator createSignator(PdfASID id)
                               throws SignatorFactoryException
Throws:
SignatorFactoryException


Copyright © 2006-2010. All Rights Reserved.