@Deprecated
public interface SignatureProfile
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMOAKeyIdentifier()
Deprecated.
Returns the MOA KeyIdentifier.
|
java.lang.String |
getProfileDescription()
Deprecated.
Returns the profile description.
|
java.lang.String |
getProfileId()
Deprecated.
Returns the profile id.
|
java.util.Properties |
getSignatureBlockEntries()
Deprecated.
Returns the entries relevant to the search algorithm for signature blocks.
e.g. |
SignatureTypes.State |
getState()
Deprecated.
Returns the state of the signature profile.
|
boolean |
isDefault()
Deprecated.
True only if this is the default profile according to config.
|
java.lang.String getProfileId()
java.lang.String getMOAKeyIdentifier()
java.util.Properties getSignatureBlockEntries()
sig_obj.PROFILE.key.
and
properties of the form sig_obj.PROFILE.table.TABLENAME.NUMBER
where PROFILE
is the name of the current profile,
TABLENAME
is the name of a table and NUMBER
is the number of the specific row within the table TABLENAME
.java.lang.String getProfileDescription()
boolean isDefault()
SignatureTypes.State getState()
SignatureTypes.State.SIGN_ONLY
) or to verification (SignatureTypes.State.VERIFY_ONLY
).