public class EncryptedGrants extends Object
Constructor and Description |
---|
EncryptedGrants(String objectName,
String encryptedData,
String salt,
String encryptionEngine) |
Modifier and Type | Method and Description |
---|---|
static EncryptedGrants |
fromEntity(SimpleEntity entity) |
String |
getEncryptedData() |
String |
getEncryptionEngine() |
String |
getObjectName() |
String |
getSalt() |
static SimpleEntity |
toEntity(EncryptedGrants encryptedGrants) |
public static EncryptedGrants fromEntity(SimpleEntity entity)
public static SimpleEntity toEntity(EncryptedGrants encryptedGrants)
public String getSalt()
public String getEncryptionEngine()
public String getObjectName()
public String getEncryptedData()
Copyright © 2015. All rights reserved.