public class EncryptionService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
alfrescoHost |
protected int |
alfrescoPort |
protected MD5EncryptionParameters |
encryptionParameters |
protected DefaultEncryptionUtils |
encryptionUtils |
protected DefaultEncryptor |
encryptor |
protected KeystoreKeyProvider |
keyProvider |
protected KeyResourceLoader |
keyResourceLoader |
protected KeyStoreParameters |
keyStoreParameters |
protected MACUtils |
macUtils |
Constructor and Description |
---|
EncryptionService(java.lang.String alfrescoHost,
int alfrescoPort,
KeyResourceLoader keyResourceLoader,
KeyStoreParameters keyStoreParameters,
MD5EncryptionParameters encryptionParameters) |
Modifier and Type | Method and Description |
---|---|
MD5EncryptionParameters |
getEncryptionParameters() |
EncryptionUtils |
getEncryptionUtils() |
Encryptor |
getEncryptor() |
KeyProvider |
getKeyProvider() |
MACUtils |
getMacUtils() |
protected void |
setup() |
protected void |
setupEncryptionUtils() |
protected void |
setupEncryptor() |
protected void |
setupKeyProvider() |
protected void |
setupMacUtils() |
protected KeyStoreParameters keyStoreParameters
protected MD5EncryptionParameters encryptionParameters
protected KeyResourceLoader keyResourceLoader
protected java.lang.String alfrescoHost
protected int alfrescoPort
protected KeystoreKeyProvider keyProvider
protected DefaultEncryptor encryptor
protected MACUtils macUtils
protected DefaultEncryptionUtils encryptionUtils
public EncryptionService(java.lang.String alfrescoHost, int alfrescoPort, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters)
public MD5EncryptionParameters getEncryptionParameters()
public KeyProvider getKeyProvider()
public Encryptor getEncryptor()
public MACUtils getMacUtils()
public EncryptionUtils getEncryptionUtils()
protected void setup()
protected void setupEncryptionUtils()
protected void setupKeyProvider()
protected void setupMacUtils()
protected void setupEncryptor()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.