Interface OpenSSLKeyHolder

All Known Implementing Classes:
OpenSSLRSAPublicKey

@Internal public interface OpenSSLKeyHolder
Marker interface for classes that hold an OpenSSLKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.conscrypt.OpenSSLKey
     
  • Method Details

    • getOpenSSLKey

      org.conscrypt.OpenSSLKey getOpenSSLKey()