Class SecureRequestCustomizer.SslSessionData

  • Enclosing class:
    SecureRequestCustomizer

    private static class SecureRequestCustomizer.SslSessionData
    extends java.lang.Object
    Simple bundle of data that is cached in the SSLSession.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.cert.X509Certificate[] _certs  
      private java.lang.String _idStr  
      private java.lang.Integer _keySize  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SslSessionData​(java.lang.Integer keySize, java.security.cert.X509Certificate[] certs, java.lang.String idStr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.security.cert.X509Certificate[] getCerts()  
      private java.lang.String getIdStr()  
      private java.lang.Integer getKeySize()  
      • Methods inherited from class java.lang.Object

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

      • _keySize

        private final java.lang.Integer _keySize
      • _certs

        private final java.security.cert.X509Certificate[] _certs
      • _idStr

        private final java.lang.String _idStr
    • Constructor Detail

      • SslSessionData

        private SslSessionData​(java.lang.Integer keySize,
                               java.security.cert.X509Certificate[] certs,
                               java.lang.String idStr)
    • Method Detail

      • getKeySize

        private java.lang.Integer getKeySize()
      • getCerts

        private java.security.cert.X509Certificate[] getCerts()
      • getIdStr

        private java.lang.String getIdStr()