FileDocCategorySizeDatePackage
DelegatingSSLSession.javaAPI DocAndroid 5.1 API4090Thu Mar 12 22:22:10 GMT 2015android.net.http

DelegatingSSLSession

public class DelegatingSSLSession extends Object implements SSLSession
This is only used when a {@code certificate} is available but usage requires a {@link SSLSession}.
hide

Fields Summary
Constructors Summary
protected DelegatingSSLSession()

    
Methods Summary
public intgetApplicationBufferSize()

        throw new UnsupportedOperationException();
    
public java.lang.StringgetCipherSuite()

        throw new UnsupportedOperationException();
    
public longgetCreationTime()

        throw new UnsupportedOperationException();
    
public byte[]getId()

        throw new UnsupportedOperationException();
    
public longgetLastAccessedTime()

        throw new UnsupportedOperationException();
    
public java.security.cert.Certificate[]getLocalCertificates()

        throw new UnsupportedOperationException();
    
public java.security.PrincipalgetLocalPrincipal()

        throw new UnsupportedOperationException();
    
public intgetPacketBufferSize()

        throw new UnsupportedOperationException();
    
public javax.security.cert.X509Certificate[]getPeerCertificateChain()

        throw new UnsupportedOperationException();
    
public java.security.cert.Certificate[]getPeerCertificates()

        throw new UnsupportedOperationException();
    
public java.lang.StringgetPeerHost()

        throw new UnsupportedOperationException();
    
public intgetPeerPort()

        throw new UnsupportedOperationException();
    
public java.security.PrincipalgetPeerPrincipal()

        throw new UnsupportedOperationException();
    
public java.lang.StringgetProtocol()

        throw new UnsupportedOperationException();
    
public javax.net.ssl.SSLSessionContextgetSessionContext()

        throw new UnsupportedOperationException();
    
public java.lang.ObjectgetValue(java.lang.String name)

        throw new UnsupportedOperationException();
    
public java.lang.String[]getValueNames()

        throw new UnsupportedOperationException();
    
public voidinvalidate()

        throw new UnsupportedOperationException();
    
public booleanisValid()

        throw new UnsupportedOperationException();
    
public voidputValue(java.lang.String name, java.lang.Object value)

        throw new UnsupportedOperationException();
    
public voidremoveValue(java.lang.String name)

        throw new UnsupportedOperationException();