org.apache.cxf.common.util.crypto
Class KeyProperties
java.lang.Object
org.apache.cxf.common.util.crypto.KeyProperties
public class KeyProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyProperties
public KeyProperties()
KeyProperties
public KeyProperties(String keyAlgo)
KeyProperties
public KeyProperties(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)
getAdditionalData
public byte[] getAdditionalData()
setAdditionalData
public void setAdditionalData(byte[] additionalData)
Apache CXF