Modifier and Type | Field and Description |
---|---|
private DataSealer |
CryptoTransientIdAttributeDefinition.dataSealer
Object used to protect and encrypt the data.
|
Constructor and Description |
---|
CryptoTransientIdAttributeDefinition(DataSealer sealer)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private DataSealer |
CryptoTransientPrincipalConnector.dataSealer
Object used to protect and encrypt the data.
|
Constructor and Description |
---|
CryptoTransientPrincipalConnector(DataSealer sealer)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private DataSealer |
CryptoTransientIdAttributeDefinitionFactoryBean.dataSealer
Object used to protect and encrypt identifiers.
|
Modifier and Type | Method and Description |
---|---|
DataSealer |
CryptoTransientIdAttributeDefinitionFactoryBean.getDataSealer()
Gets the object used to protect and encrypt identifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoTransientIdAttributeDefinitionFactoryBean.setDataSealer(DataSealer sealer)
Sets the object used to protect and encrypt identifiers.
|
Modifier and Type | Field and Description |
---|---|
private DataSealer |
CryptoTransientPrincipalConnectorFactoryBean.dataSealer
Object used to decrypt identifiers.
|
Modifier and Type | Method and Description |
---|---|
DataSealer |
CryptoTransientPrincipalConnectorFactoryBean.getDataSealer()
Gets the object used to decrypt identifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoTransientPrincipalConnectorFactoryBean.setDataSealer(DataSealer sealer)
Sets the object used to decrypt identifiers.
|
Copyright © 1999-2012. All Rights Reserved.