Apache CXF API

org.apache.cxf.rs.security.oauth2.utils
Class SecretKeyProperties

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.utils.SecretKeyProperties

public class SecretKeyProperties
extends Object


Constructor Summary
SecretKeyProperties()
           
SecretKeyProperties(String keyAlgo)
           
SecretKeyProperties(String keyAlgo, int keySize)
           
 
Method Summary
 AlgorithmParameterSpec getAlgoSpec()
           
 int getBlockSize()
           
 String getKeyAlgo()
           
 int getKeySize()
           
 SecureRandom getSecureRandom()
           
 boolean isCompressionSupported()
           
 void setAlgoSpec(AlgorithmParameterSpec algoSpec)
           
 void setBlockSize(int blockSize)
           
 void setCompressionSupported(boolean compressionSupported)
           
 void setKeyAlgo(String keyAlgo)
           
 void setKeySize(int keySize)
           
 void setSecureRandom(SecureRandom secureRandom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretKeyProperties

public SecretKeyProperties()

SecretKeyProperties

public SecretKeyProperties(String keyAlgo)

SecretKeyProperties

public SecretKeyProperties(String keyAlgo,
                           int keySize)
Method Detail

getKeyAlgo

public String getKeyAlgo()

setKeyAlgo

public void setKeyAlgo(String keyAlgo)

getKeySize

public int getKeySize()

setKeySize

public void setKeySize(int keySize)

getSecureRandom

public SecureRandom getSecureRandom()

setSecureRandom

public void setSecureRandom(SecureRandom secureRandom)

getAlgoSpec

public AlgorithmParameterSpec getAlgoSpec()

setAlgoSpec

public void setAlgoSpec(AlgorithmParameterSpec algoSpec)

getBlockSize

public int getBlockSize()

setBlockSize

public void setBlockSize(int blockSize)

isCompressionSupported

public boolean isCompressionSupported()

setCompressionSupported

public void setCompressionSupported(boolean compressionSupported)

Apache CXF API

Apache CXF