• Kenny Root's avatar
    OpenSSLX509Certificate: mark mContext as transient · edf70554
    Kenny Root authored
    Since mContext should not participate in the serialization process,
    hide it with the transient qualifier. This will prevent the field from
    initialization during the unserialization of this class. Then of course
    the instance will be in a valid state.
    
    (cherry picked from commit 8d57b9db)
    
    Bug: 21437603
    Change-Id: Ie9453c16d11820a91caff92c3f7b326d12f8a8f4
    edf70554
OpenSSLX509Certificate.java 16.8 KB