android.net.http
Class SslCertificate
java.lang.Object
android.net.http.SslCertificate
public class SslCertificate
- extends Object
SslCertificate
public SslCertificate(String issuedTo,
String issuedBy,
String validNotBefore,
String validNotAfter)
SslCertificate
public SslCertificate(String issuedTo,
String issuedBy,
Date validNotBefore,
Date validNotAfter)
SslCertificate
public SslCertificate(X509Certificate certificate)
saveState
public static Bundle saveState(SslCertificate certificate)
restoreState
public static SslCertificate restoreState(Bundle bundle)
getValidNotBeforeDate
public Date getValidNotBeforeDate()
getValidNotBefore
public String getValidNotBefore()
getValidNotAfterDate
public Date getValidNotAfterDate()
getValidNotAfter
public String getValidNotAfter()
getIssuedTo
public SslCertificate.DName getIssuedTo()
getIssuedBy
public SslCertificate.DName getIssuedBy()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012. All Rights Reserved.