stringToIdentity abstract method

Identity stringToIdentity(
  1. String str
)

Convert a string into an identity. If the string does not parse correctly, the operation throws IdentityParseException. @param str The string to convert into an identity. @return The identity. @see #identityToString

Implementation

Identity stringToIdentity(String str);