org.opensaml.xml.security
Class ApacheXMLSecurityConstants

java.lang.Object
  extended by org.opensaml.xml.security.ApacheXMLSecurityConstants

public class ApacheXMLSecurityConstants
extends Object

Constants used within the Apache XML Security library.


Field Summary
static String ALGO_CLASS_BLOCK_ENCRYPTION
          Block encryption algorithm class.
static String ALGO_CLASS_KEY_AGREEMENT
          Key agreement algorithm class.
static String ALGO_CLASS_KEY_TRANSPORT
          Key transport algorithm class.
static String ALGO_CLASS_MAC
          HMAC algorithm class.
static String ALGO_CLASS_MESSAGE_DIGEST
          Message digest algorithm class.
static String ALGO_CLASS_SIGNATURE
          Signature algorithm class.
static String ALGO_CLASS_SYMMETRIC_KEY_WRAP
          Symmetric key wrap algorithm class.
 
Constructor Summary
ApacheXMLSecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALGO_CLASS_BLOCK_ENCRYPTION

public static final String ALGO_CLASS_BLOCK_ENCRYPTION
Block encryption algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_KEY_TRANSPORT

public static final String ALGO_CLASS_KEY_TRANSPORT
Key transport algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_KEY_AGREEMENT

public static final String ALGO_CLASS_KEY_AGREEMENT
Key agreement algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_MAC

public static final String ALGO_CLASS_MAC
HMAC algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_MESSAGE_DIGEST

public static final String ALGO_CLASS_MESSAGE_DIGEST
Message digest algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_SIGNATURE

public static final String ALGO_CLASS_SIGNATURE
Signature algorithm class.

See Also:
Constant Field Values

ALGO_CLASS_SYMMETRIC_KEY_WRAP

public static final String ALGO_CLASS_SYMMETRIC_KEY_WRAP
Symmetric key wrap algorithm class.

See Also:
Constant Field Values
Constructor Detail

ApacheXMLSecurityConstants

public ApacheXMLSecurityConstants()


Copyright © 1999-2012. All Rights Reserved.