Class RetrieveIdentityResponse

  • All Implemented Interfaces:

    
    public final class RetrieveIdentityResponse
    
                        

    RetrieveIdentityResponse holds a retrieved identity

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ByteArray getIdentity() The retrieved identity.
      final Boolean getShouldRenewKey() If the boolean ShouldRenewKey is set to true, the account MUST renew its private key using sdk.renewKeys()
      final String getAuthenticatedSessionId() An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      final Unit setAuthenticatedSessionId(String authenticatedSessionId) An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RetrieveIdentityResponse

        RetrieveIdentityResponse(ByteArray identity, Boolean shouldRenewKey, String authenticatedSessionId)
    • Method Detail

      • getIdentity

         final ByteArray getIdentity()

        The retrieved identity. It can be used with sdk.importIdentity()

      • getShouldRenewKey

         final Boolean getShouldRenewKey()

        If the boolean ShouldRenewKey is set to true, the account MUST renew its private key using sdk.renewKeys()

      • getAuthenticatedSessionId

         final String getAuthenticatedSessionId()

        An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge

      • setAuthenticatedSessionId

         final Unit setAuthenticatedSessionId(String authenticatedSessionId)

        An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge