org.apache.cxf.rs.security.oauth2.utils
Class SecretKeyProperties
java.lang.Object
org.apache.cxf.rs.security.oauth2.utils.SecretKeyProperties
public class SecretKeyProperties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecretKeyProperties
public SecretKeyProperties()
SecretKeyProperties
public SecretKeyProperties(String keyAlgo)
SecretKeyProperties
public SecretKeyProperties(String keyAlgo,
int keySize)
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