org.apache.rahas.impl
Class SCTIssuerConfig

java.lang.Object
  extended byorg.apache.rahas.impl.AbstractIssuerConfig
      extended byorg.apache.rahas.impl.SCTIssuerConfig

public class SCTIssuerConfig
extends AbstractIssuerConfig

SCTIssuer Configuration processor


Nested Class Summary
 
Nested classes inherited from class org.apache.rahas.impl.AbstractIssuerConfig
AbstractIssuerConfig.KeyComputation
 
Field Summary
protected  byte[] requesterEntropy
           
static javax.xml.namespace.QName SCT_ISSUER_CONFIG
           
 
Fields inherited from class org.apache.rahas.impl.AbstractIssuerConfig
ADD_REQUESTED_ATTACHED_REF, ADD_REQUESTED_UNATTACHED_REF, addRequestedAttachedRef, addRequestedUnattachedRef, CRYPTO, CRYPTO_PROPERTIES, cryptoPropertiesElement, cryptoPropertiesFile, keyComputation, keySize, PROOF_KEY_TYPE, proofKeyType, ttl
 
Method Summary
static SCTIssuerConfig load(org.apache.axiom.om.OMElement elem)
           
static SCTIssuerConfig load(java.lang.String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCT_ISSUER_CONFIG

public static final javax.xml.namespace.QName SCT_ISSUER_CONFIG

requesterEntropy

protected byte[] requesterEntropy
Method Detail

load

public static SCTIssuerConfig load(org.apache.axiom.om.OMElement elem)
                            throws TrustException
Throws:
TrustException

load

public static SCTIssuerConfig load(java.lang.String configFilePath)
                            throws TrustException
Throws:
TrustException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.