Class EncryptionSessionRetrievalDetails

  • All Implemented Interfaces:

    
    public final class EncryptionSessionRetrievalDetails
    
                        

    EncryptionSessionRetrievalDetails represents the details of how an Encryption Session was retrieved.

    • Method Detail

      • getGroupId

         final String getGroupId()

        If the session was retrieved as a member of a group, the ID of the group in question. Null if not applicable.

      • setGroupId

         final Unit setGroupId(String groupId)

        If the session was retrieved as a member of a group, the ID of the group in question. Null if not applicable.

      • getProxySessionId

         final String getProxySessionId()

        If the session was retrieved through a proxy session, the ID of this proxy session. Null if not applicable.

      • setProxySessionId

         final Unit setProxySessionId(String proxySessionId)

        If the session was retrieved through a proxy session, the ID of this proxy session. Null if not applicable.

      • getFromCache

         final Boolean getFromCache()

        Indicates if this session was retrieved from the cache.