org.apache.rahas.impl
Class SCTIssuerConfig

java.lang.Object
  extended by org.apache.rahas.impl.AbstractIssuerConfig
      extended by org.apache.rahas.impl.SCTIssuerConfig

public class SCTIssuerConfig
extends AbstractIssuerConfig

SCTIssuer Configuration processor


Nested Class Summary
 
Nested classes/interfaces 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, cryptoElement, cryptoPropertiesElement, cryptoPropertiesFile, keyComputation, keySize, PROOF_KEY_TYPE, proofKeyType, PROPERTY, PROVIDER, ttl
 
Method Summary
static SCTIssuerConfig load(org.apache.axiom.om.OMElement elem)
           
static SCTIssuerConfig load(java.lang.String configFilePath)
           
 
Methods inherited from class org.apache.rahas.impl.AbstractIssuerConfig
getProofKeyType, setAddRequestedAttachedRef, setAddRequestedUnattachedRef, setKeyComputation, setKeySize, setProofKeyType, setTtl
 
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