de.osci.osci12.common
Class Constants

java.lang.Object
  extended by de.osci.osci12.common.Constants

public class Constants
extends java.lang.Object

In dieser Klasse sind Konstanten der Bibliothek definiert.

Copyright © 2010 Freie Hansestadt Bremen

Erstellt von bremen online services Entwicklungs- und Betriebsgesellschaft GmbH & Co. KG

Diese Bibliothek kann von jedermann nach Maßgabe der Bremer Lizenz für freie Softwarebibliotheken genutzt werden.

Die Lizenzbestimmungen können unter der URL www.osci.de abgerufen oder bei der OSCI-Leitstelle, Senator für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen schriftlich angefordert werden.

Version:
1.5

Field Summary
static java.util.Date ACTUAL_DATE
          Default-Gültigkeitsdatum für Algorithmus-Prüfungen
static java.lang.String ASYMMETRIC_CIPHER_ALGORITHM_RSA_1_5
          Algorithmus für asymmetrische Verschlüsselung RSAES-PKCS1-v1_5
static java.lang.String CHAR_ENCODING
          Character-Encoding UTF-8
static java.lang.String DIGEST_ALGORITHM_RIPEMD160
          Algorithmus für Hashwerterstellung, Konstante für RIPEMD160
static java.lang.String DIGEST_ALGORITHM_SHA1
          Algorithmus für Hashwerterstellung, Konstante für SHA1
static java.lang.String DIGEST_ALGORITHM_SHA256
          Algorithmus für Hashwerterstellung, Konstante für SHA256
static java.lang.String DIGEST_ALGORITHM_SHA512
          Algorithmus für Hashwerterstellung, Konstante für SHA512
static int EVENT_ACTION_COMPLETE
          Event-Id 'Vorgang abgeschlossen'
static int EVENT_CONNECT
          Event-Id 'Verbindung zum Intermediär wird aufgebaut'
static int EVENT_RECEIVE_MSG
          Event-Id 'Antwortnachricht wird empfangen'
static int EVENT_SEND_MSG
          Event-Id 'Auftragsnachricht wird versendet'
static int EVENT_SIGN_MSG
          Event-Id 'Auftragsnachricht wird signiert'
static java.util.Hashtable JCA_JCE_MAP
          Hashtable mit den benötigten JCA/JCE-Identifiern
static java.util.Date OUT_DATE_KEYSIZE_1024
          Ablaufdatum für 1024 Bit RSA-Schlüssellänge
static java.util.Hashtable OUT_DATES
          Hashtable mit Ablaufdaten der Algorithmen und Schlüssellängen
static java.lang.String SECURE_RANDOM_ALGORITHM_SHA1
          Algorithmus für Zufallszahlenerstellung wird auf SHA1 Pseudo Random Number Generation gestellt, JCA/JCE-Identifier
static java.lang.String SIGNATURE_ALGORITHM_ECDSA_SHA256
          Algorithmus für Signaturerstellung, Konstante für SHA256withECDSA
static java.lang.String SIGNATURE_ALGORITHM_ECDSA_SHA512
          Algorithmus für Signaturerstellung, Konstante für SHA512withECDSA
static java.lang.String SIGNATURE_ALGORITHM_RSA_RIPEMD160
          Algorithmus für Signaturerstellung, Konstante für RIPEMD160withRSA
static java.lang.String SIGNATURE_ALGORITHM_RSA_RIPEMD160_LEGACY
          Konstante für Abwärtskompatibilität nach Korrektur der RIPEMD160withRSA-Konstante (Version 1.5, Typo in RFC 4051)
static java.lang.String SIGNATURE_ALGORITHM_RSA_SHA1
          Algorithmus für Signaturerstellung, Konstante für SHA1withRSA
static java.lang.String SIGNATURE_ALGORITHM_RSA_SHA256
          Algorithmus für Signaturerstellung, Konstante für SHA256withRSA
static java.lang.String SIGNATURE_ALGORITHM_RSA_SHA512
          Algorithmus für Signaturerstellung, Konstante für SHA512withRSA
static java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES128
          Algorithmus für symmetrische Verschlüsselung AES-128
static java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES192
          Algorithmus für symmetrische Verschlüsselung AES-192
static java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES256
          Algorithmus für symmetrische Verschlüsselung AES-256
static java.lang.String SYMMETRIC_CIPHER_ALGORITHM_TDES_CBC
          Algorithmus für symmetrische Verschlüsselung Two-Key-Triple-DES (CBC-Mode)
static java.lang.String TRANSFORM_BASE64
          Tranformer für Base64-Decoder
static java.lang.String TRANSFORM_CANONICALIZATION
          Kanonisierung
static java.lang.String TRANSFORM_XSLT
          XSLT-Transformation
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JCA_JCE_MAP

public static final java.util.Hashtable JCA_JCE_MAP
Hashtable mit den benötigten JCA/JCE-Identifiern


CHAR_ENCODING

public static final java.lang.String CHAR_ENCODING
Character-Encoding UTF-8

See Also:
Constant Field Values

SECURE_RANDOM_ALGORITHM_SHA1

public static final java.lang.String SECURE_RANDOM_ALGORITHM_SHA1
Algorithmus für Zufallszahlenerstellung wird auf SHA1 Pseudo Random Number Generation gestellt, JCA/JCE-Identifier

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_RSA_SHA1

public static final java.lang.String SIGNATURE_ALGORITHM_RSA_SHA1
Algorithmus für Signaturerstellung, Konstante für SHA1withRSA

See Also:
Constant Field Values

OUT_DATES

public static java.util.Hashtable OUT_DATES
Hashtable mit Ablaufdaten der Algorithmen und Schlüssellängen


OUT_DATE_KEYSIZE_1024

public static java.util.Date OUT_DATE_KEYSIZE_1024
Ablaufdatum für 1024 Bit RSA-Schlüssellänge


ACTUAL_DATE

public static java.util.Date ACTUAL_DATE
Default-Gültigkeitsdatum für Algorithmus-Prüfungen


SIGNATURE_ALGORITHM_RSA_SHA256

public static final java.lang.String SIGNATURE_ALGORITHM_RSA_SHA256
Algorithmus für Signaturerstellung, Konstante für SHA256withRSA

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_RSA_SHA512

public static final java.lang.String SIGNATURE_ALGORITHM_RSA_SHA512
Algorithmus für Signaturerstellung, Konstante für SHA512withRSA

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_RSA_RIPEMD160

public static final java.lang.String SIGNATURE_ALGORITHM_RSA_RIPEMD160
Algorithmus für Signaturerstellung, Konstante für RIPEMD160withRSA

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_RSA_RIPEMD160_LEGACY

public static final java.lang.String SIGNATURE_ALGORITHM_RSA_RIPEMD160_LEGACY
Konstante für Abwärtskompatibilität nach Korrektur der RIPEMD160withRSA-Konstante (Version 1.5, Typo in RFC 4051)

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_ECDSA_SHA256

public static final java.lang.String SIGNATURE_ALGORITHM_ECDSA_SHA256
Algorithmus für Signaturerstellung, Konstante für SHA256withECDSA

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_ECDSA_SHA512

public static final java.lang.String SIGNATURE_ALGORITHM_ECDSA_SHA512
Algorithmus für Signaturerstellung, Konstante für SHA512withECDSA

See Also:
Constant Field Values

DIGEST_ALGORITHM_SHA1

public static final java.lang.String DIGEST_ALGORITHM_SHA1
Algorithmus für Hashwerterstellung, Konstante für SHA1

See Also:
Constant Field Values

DIGEST_ALGORITHM_SHA256

public static final java.lang.String DIGEST_ALGORITHM_SHA256
Algorithmus für Hashwerterstellung, Konstante für SHA256

See Also:
Constant Field Values

DIGEST_ALGORITHM_SHA512

public static final java.lang.String DIGEST_ALGORITHM_SHA512
Algorithmus für Hashwerterstellung, Konstante für SHA512

See Also:
Constant Field Values

DIGEST_ALGORITHM_RIPEMD160

public static final java.lang.String DIGEST_ALGORITHM_RIPEMD160
Algorithmus für Hashwerterstellung, Konstante für RIPEMD160

See Also:
Constant Field Values

SYMMETRIC_CIPHER_ALGORITHM_TDES_CBC

public static final java.lang.String SYMMETRIC_CIPHER_ALGORITHM_TDES_CBC
Algorithmus für symmetrische Verschlüsselung Two-Key-Triple-DES (CBC-Mode)

See Also:
Constant Field Values

SYMMETRIC_CIPHER_ALGORITHM_AES128

public static final java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES128
Algorithmus für symmetrische Verschlüsselung AES-128

See Also:
Constant Field Values

SYMMETRIC_CIPHER_ALGORITHM_AES192

public static final java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES192
Algorithmus für symmetrische Verschlüsselung AES-192

See Also:
Constant Field Values

SYMMETRIC_CIPHER_ALGORITHM_AES256

public static final java.lang.String SYMMETRIC_CIPHER_ALGORITHM_AES256
Algorithmus für symmetrische Verschlüsselung AES-256

See Also:
Constant Field Values

ASYMMETRIC_CIPHER_ALGORITHM_RSA_1_5

public static final java.lang.String ASYMMETRIC_CIPHER_ALGORITHM_RSA_1_5
Algorithmus für asymmetrische Verschlüsselung RSAES-PKCS1-v1_5

See Also:
Constant Field Values

EVENT_CONNECT

public static final int EVENT_CONNECT
Event-Id 'Verbindung zum Intermediär wird aufgebaut'

See Also:
Constant Field Values

EVENT_SIGN_MSG

public static final int EVENT_SIGN_MSG
Event-Id 'Auftragsnachricht wird signiert'

See Also:
Constant Field Values

EVENT_SEND_MSG

public static final int EVENT_SEND_MSG
Event-Id 'Auftragsnachricht wird versendet'

See Also:
Constant Field Values

EVENT_RECEIVE_MSG

public static final int EVENT_RECEIVE_MSG
Event-Id 'Antwortnachricht wird empfangen'

See Also:
Constant Field Values

EVENT_ACTION_COMPLETE

public static final int EVENT_ACTION_COMPLETE
Event-Id 'Vorgang abgeschlossen'

See Also:
Constant Field Values

TRANSFORM_XSLT

public static final java.lang.String TRANSFORM_XSLT
XSLT-Transformation

See Also:
Constant Field Values

TRANSFORM_CANONICALIZATION

public static final java.lang.String TRANSFORM_CANONICALIZATION
Kanonisierung

See Also:
Constant Field Values

TRANSFORM_BASE64

public static final java.lang.String TRANSFORM_BASE64
Tranformer für Base64-Decoder

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2010. All Rights Reserved.