pub struct IdentityConstants;
impl IdentityConstants {
pub const CHANGE_HISTORY_KEY: &'static str = "CHANGE_HISTORY";
pub const SECURE_CHANNEL_PURPOSE_KEY: &'static str = "SC_PK";
pub const CREDENTIALS_PURPOSE_KEY: &'static str = "C_PK";
pub const ATTRIBUTES_KEY: &'static str = "ATTRIBUTES";
}