de.osci.osci12.common
Class Constants

java.lang.Object
  |
  +--de.osci.osci12.common.Constants

public class Constants
extends java.lang.Object

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2003

Organisation:


Field Summary
static java.lang.String AES128
          Algroithmus für symmetrische Verschlüsselung AES-128
static java.lang.String AES192
          Algroithmus für symmetrische Verschlüsselung AES-192
static java.lang.String AES256
          Algroithmus für symmetrische Verschlüsselung AES-256
static java.lang.String ASYMMETRIC_CIPHER_ALGORITHM_RSA_1_5
          Algroithmus für asymmetrische Verschlüsselung RSAES-PKCS1-v1_5
static java.lang.String CANONICALIZATION
           
static java.lang.String DIGEST_ALGORITHM_SHA1
          Algroithmus für Hashwerterstellung, Konstante für SHA1
static java.lang.String EXC_CANONICALIZATION
           
static java.lang.String NSPREF
           
static java.lang.String SECURE_RANDOM_ALGORITHM_SHA1
          Algorithmus für Zufallszahlenerstellung wird auf SHA1 Pseudo Random Number Generation gestellt
static java.lang.String SIGNATURE_ALGORITHM_RSA_SHA1
          Algroithmus für Signaturerstellung, Konstante für SHA1withRSA
static java.lang.String SYMMETRIC_CIPHER_ALGORITHM_TDES
          Algroithmus für symmetrische Verschlüsselung Two-Key-Triple-DES
static java.lang.String TRANSFORM_BASE64
           
static java.lang.String TRANSFORM_CANONICALIZATION
           
static java.lang.String TRANSFORM_XSLT
           
static java.lang.String TYPE_CONTENT
           
static java.lang.String TYPE_ELEMENT
           
static java.lang.String TYPE_ENCRYPTEDKEY
           
static java.lang.String Type_ENCRYPTIONPROPERTIES
           
static java.lang.String XMLNS
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

See Also:
Constant Field Values

SIGNATURE_ALGORITHM_RSA_SHA1

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

See Also:
Constant Field Values

DIGEST_ALGORITHM_SHA1

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

See Also:
Constant Field Values

SYMMETRIC_CIPHER_ALGORITHM_TDES

public static final java.lang.String SYMMETRIC_CIPHER_ALGORITHM_TDES
Algroithmus für symmetrische Verschlüsselung Two-Key-Triple-DES

See Also:
Constant Field Values

AES128

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

See Also:
Constant Field Values

AES192

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

See Also:
Constant Field Values

AES256

public static final java.lang.String AES256
Algroithmus 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
Algroithmus für asymmetrische Verschlüsselung RSAES-PKCS1-v1_5

See Also:
Constant Field Values

XMLNS

public static final java.lang.String XMLNS
See Also:
Constant Field Values

NSPREF

public static final java.lang.String NSPREF
See Also:
Constant Field Values

TYPE_ENCRYPTEDKEY

public static final java.lang.String TYPE_ENCRYPTEDKEY
See Also:
Constant Field Values

Type_ENCRYPTIONPROPERTIES

public static final java.lang.String Type_ENCRYPTIONPROPERTIES
See Also:
Constant Field Values

TYPE_ELEMENT

public static final java.lang.String TYPE_ELEMENT
See Also:
Constant Field Values

TYPE_CONTENT

public static final java.lang.String TYPE_CONTENT
See Also:
Constant Field Values

CANONICALIZATION

public static final java.lang.String CANONICALIZATION
See Also:
Constant Field Values

EXC_CANONICALIZATION

public static final java.lang.String EXC_CANONICALIZATION
See Also:
Constant Field Values

TRANSFORM_XSLT

public static final java.lang.String TRANSFORM_XSLT
See Also:
Constant Field Values

TRANSFORM_CANONICALIZATION

public static final java.lang.String TRANSFORM_CANONICALIZATION
See Also:
Constant Field Values

TRANSFORM_BASE64

public static final java.lang.String TRANSFORM_BASE64
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()